/*-------------------------------------------------- 
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: dmitriy@kubyshkin.ru
---------------------------------------------------*/

#menu{
	position: absolute;
	top: 0;
	height: 154px;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	background: url(images/menu-smile.gif) no-repeat 10px 6px;
	padding-left: 95px;
}

* > #menu{
	background-position: 10px 2px;
	line-height: 1.43em;
}

#menu li{
	position: relative;
}

#menuHome, #menuNews{
	left: -14px;
}

#menuAbout, #menuOffers{
	left: -8px;
}

#menuContact, #menuServices{
	left: -4px;
}

#menuSmile{
	left: -1px;
}

#menu li a{
	text-decoration: none;
	padding-right: 20px;
}

* > #menu li a{
	padding-right: 0;
}

#menu li a:hover, #menu li a.selected{
	color: #abd812;
}

#menu ul{
	float: left;
}

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

#menu ul a{
	display: block;
	color: #fff;
	height: 17px;
	line-height: 18px;
	padding-top: 1px;
	overflow: hidden;
	background-color: #262324;
	font: normal 12px Tahoma, Verdana, sans-serif;
	position: relative;
}

#menu ul a:hover{
	color: #abd812;
	cursor: pointer;
	background: #333;
}

#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: 250px;
	position: absolute;
	z-index: 1000;
	top: -958px;
	left: 91px;
	margin-bottom: -1000px;
	margin-right: -162px;
}

#menuAbout{
	padding-bottom: 1.3em;
}

* > #menuAbout{
	padding-bottom: 0;
}

* > #menu .dropDown{
	top: 0;
	left: 0;
	width: 70px;
	position: relative;
	z-index: 1;
	margin: 0;
}

* > #menu > li.dropDown:hover>a{
	color: #abd812;
}

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

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

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

#menu .dropDown li a{
	margin-top: 0;
	padding-left: 18px;
	text-align: left;
	width: 130px;
	border: 1px solid #e9007f;
	border-width: 0 1px;
	position: relative;
	padding-right: 0;
	left: 69px;
	top: -1.23em;
	z-index: 1000;
	clear: left;
}

* > #menu .dropDown li a{
	left: 0;
	top: 0;
}

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

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

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

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