.dropmenubar {
	background-color: #204060;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#dropmenu, #dropmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropmenu li{
	float: left;
	position: relative;
}

#dropmenu a{
	text-decoration: none;
}

#dropmenu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
}

#dropmenu li:hover ul, li.over ul {
	display: block;
}

.mainitems{
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #204060;
	width: 110px;
	text-align: center;
}

.headerlinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	display: block;
}

.headerlinks a:hover{
	background-color: #336699;
}

.submenus{
	display: none;
	width: 175px;
	position: absolute;
	left: 0;
	background-color: #DDEEFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.submenus li{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.submenus li a{
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-indent: 3px;
	text-align: left;
	color: #000000
}

.submenus li a:hover{
	background-color: #336699;
	color: #FFFFFF;
}

.submenus li a:active{
	background-color: #FFFFFF;
	color: #999999;
}

html>body .submenus li a{ /* non IE browsers */
	width: auto;
}

