/*-------------------------------------------------- 
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: 130px;
	width: 100%;
	left: 0;
	line-height: 22px;
	list-style: none;
}

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

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

#menu li a{
	display: block;
	text-align: center;
	font-size: 12px;
	width: 87px;
	height: 25px;
	line-height: 25px;
	border-bottom: 5px solid #9081af;
	padding-top: 1px;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #fff;
	background: #bcb0cc;
}

#menu li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #9081af;
	border-color: #bcb0cc;
}

#menu ul{
	float: left;
}

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

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


* > #menu .dropDown{
	top: 0;
	width: auto;
	z-index: 1;
	margin: 0 1px 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: 16px;
	line-height: 16px;
	color: #655d76;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	margin-top: 0;
	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 #bcb0cc;
	border-right: 1px solid #bcb0cc;
	border-bottom: 0;
	position: relative;
	z-index: 1000;
	clear: left;
	cursor: pointer;
}

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

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

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

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