
#dmenu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin-left: 19px;
	margin-top: 6px;
}

.topmenuul
{

}

.topmenutitle {
	text-decoration: none;
	color: white;
	vertical-align: top;
	text-align: left;
	padding-right: 6px;
	margin-right: 24px;
	padding-bottom: 2px;
}

.topmenu_arrow
{
	background-image: url(../images/menu_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.submenuul {
	background-color: #E98523;
	border: 1px solid #FCE492;
	text-align: left;
	padding-left: 10px;
	/*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;*/
}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: white;
}

.submenuli a:hover{
	text-decoration: none;
	background:#336699;
	color: #FFFFFF;
}

