.topmenuul{
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.topmenuli{
	list-style:none;
	float:left;
	text-indent:0;
	
}

.topmenulicurrent{
	list-style:none;
	float:left;
	text-indent:0;
	
}

.topmenutitle{
	display:block;
	/*width:100px;*/
	text-indent:0;
	
}

.submenuul{
	list-style:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:121px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}

/* menu design */

#dmenu {
	font-family: verdana, Helvetica, Sans-Serif;
	font-size:10px;
	position: absolute; 
	top: 64px; 
	left: 142px;
	width: 650px;
	z-index:100;
	/*top: 0;*/
}

.topmenuul {
	
}

.topmenuli {
	color: #FFFFFF;
	background:#0a2972;

}

.topmenulicurrent {
	color: #FFFFFF;
	background:#BFBFBF;

}

.topmenuli a:hover{
	text-decoration: none;
	background:#BFBFBF;
}

.topmenulicurrent a:hover{
	text-decoration: none;
	background:#BFBFBF;
}

.topmenutitle {
	text-align:center;
	/*text-indent:3px;*/
	text-decoration: none;
	/*border:1px solid #0a2972;*/
	padding:0px;
	line-height:30px;
	color: #FFFFFF;
	font-family: arial, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight: bold;
	letter-spacing: 1.4px;
}

.topmenutitle a:hover{
	text-decoration: none;
	background:#BFBFBF;
}

.submenuul {
	/*margin-top:-1px;*/
	background-color:#0a2972;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #0a2972;
	/*border-bottom:1px solid #ccc;*/
	border-right:1px solid #0a2972;
	border-left:1px solid #0a2972;
	border-bottom: 0;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #ccc;

}

.submenuli a:hover{
	text-decoration: none;
	background:#BFBFBF;
}
