/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/muti-line-dropdown.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menuMain {
	z-index:100;
	float: right;
}
#menuMain ul {
	list-style:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#menuMain ul.level1 {

}
#menuMain ul ul {
	position:absolute;
	left: -9999px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcccc3;
	border-left-color: #dcccc3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dcccc3;
	border-bottom-color: #dcccc3;
	margin: 0px;
	padding: 0px;
}
#menuMain table {border-collapse:collapse; width:0; height:0; position:absolute; left:-1px; top:-1px;}
#menuMain ul li {
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #3a466c;
	line-height: 34px;
}
#menuMain ul ul li a {
	display:block;
	float:left;
	text-decoration:none;
	background-color: #f1e9e4;
	font-weight: normal;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 250px;
	padding-right: 18px;
	padding-left: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f9f5f2;
	border-bottom-color: #e6d6cc;
}

#menuMain ul li a {
	display:block;
	float:left;
	color:#3a466c;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	padding-right: 10px;
	padding-left: 10px;
}
#menuMain ul li a.active {
	color: #A51717;
}


#menuMain ul li a.fly {
	padding-right:18px;
	background-image: url(../images/menu_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
	font-weight: bold;
}

#menuMain ul ul li {margin:0;}
#menuMain ul ul li a {
	width: 204px;

}
#menuMain ul ul li a.fly {
}

#menuMain ul li:hover {position:relative;}

#menuMain ul :hover ul {
	left:0px;
	top: 34px;
}

#menuMain ul :hover ul :hover ul,
#menuMain ul :hover ul :hover ul :hover ul,
#menuMain ul :hover ul :hover ul :hover ul :hover ul {
	left:240px;
	width:250px;
	top:-1px;
}

#menuMain ul :hover ul ul,
#menuMain ul :hover ul :hover ul ul, 
#menuMain ul :hover ul :hover ul :hover ul ul {left:-9999px;}

#menuMain ul li a:hover {
	direction:ltr;
	position:relative;
	color: #b91d1d;
}

#menuMain ul ul li:hover > a {
	color:#b91d1d;
	background-color: #e9ddd4;
}
#menuMain ul li:hover > a {
	color:#b91d1d;
}

#menuMain ul ul ul  .doljnost{
	font-size: 10px;
	font-weight: normal;
}
#menuMain ul ul ul a{
	margin:0;
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#menuMain ul ul ul li a {
	margin:0;
	width: 214px;
}

#menuMain .first    {
	padding-top: 12px;
}
#menuMain .last {
	padding-bottom: 12px;
}

