/* CSS Document */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;

}

.topmenutitle{
	display:block;
	width:110px;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: center;

}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000066;
	font-style: italic;
	font-weight: normal;

}

.submenuli a{
	display:block;
	width:250px;
	background-color: #C7C9D9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000066;
	text-align: left;



}

li:hover ul , li.over ul{
	display: block;

}

#dmenu li>ul {
	top: auto;
	left: auto;
}

#content {
	clear: left;

}

</style>

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	padding:3px;
	line-height:14px;
}

.submenuul {
	margin-top:-1px;
	background-color:#A9ABBA;
	background-position: left top;
	background-repeat: repeat-x;
	border-left:7px solid #000066;


}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000066;

}

.submenuli a:hover{
	text-decoration: none;
	background:#A9ABBA;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;

}
