#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

#cssdropdown li {
	float: left;
	position: relative;
	list-style-type: none;
	background-position: center top;
	
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	height: 35pt;
	color: #333333;
}



.mainitems{
	height: 35pt;
	text-align: center;
	padding-top: 12px;
	width: 88pt;
}

.mainitems a{
	height: 35pt;
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #330000;	
}



.subuls{
	display: none;
	width: auto;
	position: absolute;
	top: 35pt;
	background-color: #FFFFFF;
	height: auto;
}

.subuls li{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.subuls li a{
	text-decoration: underline;
}
