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

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

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


#menu{
	position: absolute;
	top: 147px;
	width: 864px;
	height: 22px;
	left: 39px;
	line-height: 22px;
	list-style: none;
}

#menu li{
	float: left;
	width: auto;
	margin-right: 3px;
	height: 22px;
	line-height: 21px;
	position: relative;
}

#menu li a{
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	width: 141px;
	padding-top: 1px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	background: url(images/menu-bg.png) no-repeat 0 0;
}

#menu li a:hover{
	text-decoration: none;
	color: #fff;
	background-position: 0 -22px;
}

#menu ul{
	float: left;
}

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

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

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

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

#menu .dropDown{
	width: 300px;
	height: 22px;
	position: relative;
	z-index: 1000;
	top: -1000px;
	margin-bottom: -1000px;
	margin-right: -156px;
}


* > #menu .dropDown{
	top: 0;
	width: auto;
	z-index: 1;
	margin: 0 3px 0 0;
}

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

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

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

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

#menu .dropDown li a{
	height: 18px;
	color: #777;
	line-height: 18px;
	font-weight: normal;
	position: relative;
	margin-top: 0;
	padding-left: 15px;
	text-align: left;
	width: 124px;
	text-transform: none;
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px dotted #ddd;
	position: relative;
	z-index: 1000;
	clear: left;
}

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

#menu .dropDown li a:hover{
	color: #333;
	background: #f3f3f3;
	cursor: pointer;
	margin-right: 50px;
}