#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	text-align: left;
	background: #fff;
}
div.navtop {
	position: relative;
	top: 3px;
	margin: 0px;
	padding: 0px;
	width:120px;
	height: 100%;
	float: left;
	color: #f8f8f8;
	font-size: 11px;
	font-weight: 600;
	font-family: arial,san-serif;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
div.menulist {
	position: absolute; top: -1px;
	display: none;
	margin: 0px;
	padding: 0px;
}
span.column2 {
	position: absolute;
	left:201px;
	top: 0px;
}
span.column3 {
	position: absolute;
	left:392px;
	top: 0px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border: 1px solid #bbbbff;
	border: 1px solid firebrick;
}
#menu li a {
	color: #000000;
	background-color: antiquewhite;
	font-family: arial,san-serif;
	font-weight: 600;
	font-size: 11px;
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 2px;
	border-bottom: 1px solid white;
}
#menu li a:hover {
	background: chocolate;
/*	background: #996666;*/
	color: #ffffff;
	font-family: arial,san-serif;
}
