/*-------------------------------------------------- 
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: 132px;
	width: 836px;
	list-style: none;
	z-index: 100;
}

#menu li{
	float: left;
	position: relative;
	height: 34px;
	margin-right: -1px;
}

#menu li.last{
	margin-right: 0;
}

#menu li a{
	display: block;
	float: left;
	height: 29px;
	text-align:center;
	line-height: 29px;
	border-style: solid;
	border-color: #494949;
	border-width: 1px 1px 0 1px;
	font-size: 11px;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	width: 102px;
}

#menu li a.bigger{
	width: 106px;
}

#menu li a:hover{
	text-decoration: none;
	background: #363636;
}

#menu ul{
	float: left;
}

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

#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: 258px;
	position: relative;
	z-index: 100;
	top: -1000px;
	margin-bottom: -1000px;
	margin-right: -154px;
}

#menu .dropDown li{
	border: 0;
}


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

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

* > #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: 16px;
	line-height: 16px;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	margin-top: 0;
	top: -1px;
	padding-left: 5px;
	text-align: left;
	width: 124px;
	text-transform: none;
	background: #fff url(images/dot.png) repeat-x 0 100%;
	border-left: 1px solid #494949;
	border-right: 1px solid #494949;
	border-bottom: 0;
	border-top: 0;
	position: relative;
	z-index: 1000;
	clear: left;
	cursor: pointer;
}

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

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

#menu .dropDown li a:hover{
	color: #111;
	background: #ddd url(images/dot.png) repeat-x 0 100%;
	margin-right: 50px;
}

#menu .dropDown li a.bottom:hover{
	background: #ddd;
}