/*-------------------------------------------------- 
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: 133px;
	height: 26px;
	left: 4px;
	line-height: 26px;
	list-style: none;
}

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

#menu li a{
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	width: 136px;
	height: 26px;
	line-height: 22px;
	color: #444;
	background: url(images/menu-bg.png) no-repeat 0 0;
}

#menu li a:hover{
	text-decoration: none;
	color: #fff;
	z-index: 2000;
	background-position: 0 -26px;
}

#menu ul{
	float: left;
}

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

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

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

#menu .dropDown:hover a{
	background-position: 0 -52px;
}

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

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

#menu .dropDown a:hover{
	margin-right: 160px;
	color: #444;
	background-position: 0 -52px;
}

* > #menu .dropDown a:hover{
	color: #fff;
	background-position: 0 -78px;
}

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

#menu .dropDown li a{
	color: #fff;
	height: 19px;
	position: relative;
	margin-top: 0;
	padding: 0 8px;
	text-align: center;
	width: 120px;
	text-transform: none;
	background: #cf95c5;
	position: relative;
	z-index: 1000;
	clear: left;
	font: normal 10px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu .dropDown li a div{
	height: 18px;
	line-height: 18px;
	border-bottom: 1px dotted #fff;
}



#menu .dropDown li a.bottom span.bottomFix{
	position: absolute;
	display: block;
	top: 19px;
	left: 0;
	width: 136px;
	height: 8px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/dropdown-bottom.png', sizingMethod='crop')
}

* > #menu .dropDown li a.bottom span.bottomFix{	
	background-image: url(images/dropdown-bottom.png);
}

#menu .dropDown li a:hover{
	color: #93117e;
	cursor: pointer;
	margin-right: 160px;
}

#menu .dropDown li.fix{
	width: 95px;
	height: 26px;		
	left: 0;
	position: relative;
	top:-26px;
	margin-bottom: -26px;
	z-index: 500;
}

#menu .dropDown .leftFix, #menu .dropDown .rightFix, #menu .dropDown .topFix{
	width: 5px;
	height: 26px;
	position: absolute;
	overflow: hidden;
	top: -26px;
	left: 0;
	background: url(images/menu-bg.png) no-repeat 0 -52px;
	border-bottom: 0;
}

#menu .dropDown .rightFix{
	left: 131px;
	background: url(images/menu-bg.png) no-repeat -131px -52px;
}

#menu .dropDown .topFix{
	height: 3px;
	width: 126px;
	top:-3px;
	left: 5px;
	background: url(images/menu-bg.png) no-repeat -5px -75px;	
}

* > #menu .dropDown .leftFix, * > #menu .dropDown .rightFix, * > #menu .dropDown .topFix{
	display: none;
}