.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
	width:90px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;

}

.submenuli a{
	display:block;
	width:170px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}



.content {
	clear: left;
}



#dmenu {

}

.topmenuul {

}
/*---------------------------*/
.topmenutitle {
	text-indent:3px;
	text-decoration: underline;
	border:0px solid #000000;
	padding:3px;
	line-height:14px;
	background-color: #FFBA15;	
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
/*	font-weight: normal; */
	font-weight: bold;
	text-align:center
}
a.topmenutitle:link, a.topmenutitle:visited, a.topmenutitle:active {
	color: #000033;
/*	font-weight: normal;*/
	font-weight: bold;
	text-decoration: underline;
}
a.topmenutitle:hover {
	color: #000000;
	background-color:#C3CFE5;
/*	font-weight: normal;*/
	font-weight: bold;
	text-decoration: underline;
}
/*---------------------------*/
.submenuul {
	margin-top:-1px;
	background-color:#E7F7FF;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	border-left:7px solid #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
}
/*---------------------------*/
.submenuli a{
	padding:3px;
	text-decoration: none;
/*	font-weight: normal;*/
	font-weight: bold;
	color: #000000;
	border-bottom:1px solid #000;

}

.submenuli a:hover{
	text-decoration: none;
/*	font-weight: normal;*/
	font-weight: bold;
	background:#336699;
	color: #FFFFFF;
}
/*---------------------------*/
.submenuli_a {
	color: #000000;
}
a.submenuli_a:link, a.submenuli_a:visited, a.submenuli_a:active {
	color: #000000;
/*	font-weight: normal;*/
	font-weight: bold;
}

a.submenuli_a:hover {
	color: #fff;
}

/*---------------------------*/
.boldRED {

	color: #FF0000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14pt;

	font-weight: bold;

	text-decoration: blink;
}
