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

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

Author:
Dmitriy Kubyshkin - http://kubyshkin.ru
email: grassator@gmail.com
---------------------------------------------------*/

.menu{
	height: 54px;
	position: absolute;
	top: 108px;
	left: 11px;
	width: 757px;
	background: url(images/menu-item-mirror.gif) repeat-x 0 39px;
}

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

* > .menu{
	width: 763px;
}
.menu, .menu ul, .menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu a{
	background: url(images/menu-item.gif) no-repeat;
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 33px;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	text-align: center;
	width: 103px;
}

.menu a:hover{
	color: #788f00;
	text-decoration: none;
}

.menu ul{
	float: left;
}

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

.menu ul a{
	background: #eee;
	height: auto;
	line-height: 14px;
	padding: 4px 0;
	font: normal 12px Tahoma, Verdana, sans-serif;
}

.menu ul a:hover{
	background: #98bf02;
	color: #fff;
	cursor: pointer;
}

.menu li{
	float: left;
	width: 103px;
	height: 41px;
	margin-right: 6px;	
	position: relative;
}

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

.menu ul li{
	background: none;
	display: inline;
	float: none;
	margin: 0;
	width: 103px;
	height: auto;
	cursor: pointer;
}

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

.menu .dropDown{
	width: 220px;
	height: 50px;
	position: relative;
	z-index: 1000;
	top: -1000px;
	margin-bottom: -1000px;
	margin-right: -111px;
}

* > .menu .dropDown{
	top: 0;
	width: 103px;
	margin: 0 6px 0 0;
}

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

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

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

.menu .dropDown li a{
	margin-top: 0;
	padding-left: 5px;
	text-align: left;
	width: 98px;
	border: 1px solid #bbb;
	border-width: 0 1px;
	position: relative;
	z-index: 1000;
	clear: left;
}

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

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

.menu .dropDown li a:hover{
	margin-right: 15px;
}

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