/* main menu styles start */
.mainul {
	list-style-type: none;
	margin:0;
	padding: 0px;
}
.mainli{
	list-style-type: none;
	float:left;
	}
a.topmenu:link, a.topmenu:visited, a.topmenu:active{
	display:block;
	width:181px;
	padding-bottom: 4px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	
}
a.topmenu:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0F7B99;
}
a.topmenuRBrdr:link, a.topmenuRBrdr:visited, a.topmenuRBrdr:active{
	display:block;
	width:180px;
	padding-bottom: 4px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}
a.topmenuRBrdr:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0F7B99;
}
li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}
#dmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing: 0.1em;
}
.topmenuBox {
	height: 19px;
	background-color: #16B4DB;
	border-top: 10px solid #EEEEEE;
	border-bottom: 10px solid #EEEEEE;
}
/* main menu styles end */
