#cssdropdown, #cssdropdown ul {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#cssdropdown li {
	float: left;
	position: relative;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}

.mainitems{

}

.mainitems a{
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
}

.subuls{
	display: none;
	width: 10em;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color: #014670;
	padding-bottom: 10px;
	/* border: 1px solid #660000; */
}

.subuls li{
	width: 100%;
	margin-left: 10px;
}

.subuls li a{
	text-decoration: underline;
	font-size: 10px;
	padding-left: 10px;
}

/*#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;
	padding-top: 5px;
	list-style-type: none;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
#dropdown  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 15px;
	z-index: 1;
	width: 980px;
}

#dropdown a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#dropdown a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#dropdown a:hover {
	color: #8db7d1;
	text-decoration: none;
}

#dropdown a:active {
	text-decoration: none;
	color: #8db7d1;
}

#dropdown ul li .current{
	text-decoration: none;
	color: #8db7d1;
}

