/*-------------------------------------------------- 
Pure CSS Menu v1.5

License:
Can be used for personal or commercial purposes
only with this information about author.

Author:
Dmitriy Kubyshkin - http://kubyshkin.ru
email: dmitriy@kubyshkin.ru
--------------------------------------------------- */


#menuHolder .bg-bottom{
	position: relative;
	height: 200px;
}

#menu{
	position: absolute;
	top: 5px;
	left: 3px;
	width: 177px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	background: url(images/menu-bg.png) no-repeat;
}

* > #menu{
	line-height: 1.43em;
}

#menu li{
	width: 177px;
	margin: 0 0 5px 0;
	float:left;
position:relative;
}

* > #menu li{
	height: 29px;
}

#menu li a{

	overflow: hidden;
	
	border-right:1px solid #1D1D1D;
color:#FFFFFF;
display:block;
float:left;
height:29px;
line-height:28px;
padding:0 22px;
position:relative;
text-decoration:none;
}

#menu li a:hover, #menu li a.selected{
	color: #ffft;
	background-color: #549100;
	background-position: 10px -29px;
}

#menu ul{
	float: left;
}

* > #menu ul{
	float: none;
	display: none;
	position: absolute;
	z-index: 1000;
	left: 100px;
	top: 0;
}

#menu ul a{
	display: block;
	color: #549100;
	overflow: hidden;
	font: normal 12px Tahoma, Verdana, sans-serif;
	position: relative;
}

#menu ul a:hover .decoration{
	color: #fff;
	cursor: pointer;
	background: #549100;
}

#menu li:hover ul{
	display: block;
}

#menu ul li{
	background: none;
	display: inline;
	float: none;
	margin: 0;
	height: auto;
	padding: 0;
	cursor: pointer;
}

html> body #menu ul li{
	display: block;
}

#menu #space{
	margin-bottom: 39px;
	position: relative;
	z-index: 2000;
}

#menu #homepage{
	position: relative;
	z-index: 2000;
}

* > #menu #space{
	margin: 0 0 6px 0;
}

#menu .dropDown{
	width: 380px;
	position: absolute;
	z-index: 900;
	top: -932px;
	left: 0px;
	margin-bottom: -1000px;
	background-position: 0 1000px;
}

* > #menu .dropDown{
	top: 0;
	left: 0;
	position: relative;
	z-index: 1;
	width: auto;
	margin: 0 0 6px 0;
	background-position: 0 0;
}

* > #menu > li.dropDown:hover{
	margin: 0 0 3px 0;
}

html>body #menu > li.dropDown:hover{
	margin: 0 0 6px 0;
}

* > #menu > li.dropDown:hover>a{
	background: #549100 url(images/menu.png) no-repeat 10px -29px;
}

#menu .dropDown a{
	float: left;
	margin-top: 1000px;
}

* > #menu .dropDown a{
	float: none;
	margin: 0 !important;
}

#menu .dropDown a:hover{
	margin-right: 150px;
}

* > #menu .dropDown a:hover{
	margin: 0 !important;
}

#menu .dropDown li .decoration{
	padding: 0 10px;
	height: 18px;
	overflow: hidden;
}

#menu .dropDown li a{
	margin-top: 0;
	width: 130px;
	padding: 1px 1px 0 1px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	border: 1px solid #549100;
	border-width: 0 1px 0 1px;
	background: #151515;
	position: relative;
	left: 100px;
	font-size: 11px;
	font-weight: bold;
	top: -29px;
	z-index: 1000;
	clear: left;
}

* > #menu .dropDown li a{
	left: 0;
	top: 0;
}

#menu .dropDown li a.top{
	border-top: 1px solid #549100;
}

#menu .dropDown li a.bottom{
	border-bottom: 1px solid #549100;
	padding: 1px;
}

#menu .dropDown li a:hover{
	background: #549100;
	color: #fff;
	margin-right: 50px;
}

* > #menu .dropDown li a, * > #menu .dropDown li a:hover{
	margin: 0;
	clear: none;
} 