@charset "utf-8";
/* CSS Document */

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

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

.topmenuli a:hover{
	text-decoration: none;
	background:#322f4e;
	color: #FFFFFF;
}

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

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

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

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 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:15px;
	margin-left: -40px;
}

#dmenu a {
	color: #FFF;
}

.topmenu {
	margin-left: -20px;
}

.topmenuul {
	
}

.topmenuul a:hover {
	background-color: #322f4e;
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	background-color: #d1ae1e;
	width: 113.5px;
	padding-left:5px;
	padding-bottom: 5px;
	padding-top: 5px;
	/*padding-right: 13px;*/
	line-height:14px;
	color: #FFF;
	font-family: arial;
}

.topmenutitle a:hover {
	background: #322f4e;
}

.submenuul {
	margin-top:-1px;
	background-color:#E7F7FF;
	background-position: top left;
	background-repeat: repeat-x;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color: #322f4e;
	color: #FFF;
	font-family: arial;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #fff;

}

.submenuli a:hover{
	text-decoration: none;
	background:#336699;
	color: #FFFFFF;
}
