@charset "utf-8";
/* CSS Document */

body, th, td, select, input, option, textarea, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #55468B;
	margin: 0px;
	padding: 0px;
}

a:link, a:active, a:visited {
	color: #0000AF;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#menu td {
	vertical-align: top;
}

#menu a:link,
#menu a:active,
#menu a:visited {
	display: block;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
}

#products ul {
	padding-left: 15px;
	margin-left: 0px;
}
