/*-------------------------------------------------- 
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{
	position: absolute;
	top: 0;
	width: 780px;
	height: 29px;
	left: 0;
	line-height: 29px;
	list-style: none;
	background: url(images/menu-background.gif) repeat-x 0 -29px;
}

#menu li{
	float: left;
	height: 29px;
	line-height: 29px;
	position: relative;
}

#menu li.delimiter{
	width: 3px;
	font-size: 0;
	background: url(images/menu-delimiter.gif) no-repeat;
}

#menu li a{
	display: block;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	background: url(images/menu-background.gif) repeat-x 0 -29px;
}

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

#menu ul{
	float: left;
}

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

#menu ul a{
	background: url(images/dropdown-background.gif) repeat-x  0 -18px;
	height: 18px;
	color: #666;
	line-height: 18px;
	background-color: #eaeaea;
	font: normal 12px Tahoma, Verdana, sans-serif;
	position: relative;
}

#menu ul a .arrow{
	position: absolute;
	display: block;
	top: 6px;
	left: 8px;
	width: 3px;
	height: 5px;
	font-size: 0;
	overflow: hidden;
	background: url(images/dropdown-arrow.gif) no-repeat;
}

#menu ul a:hover{
	color: #fff;
	cursor: pointer;
	background-color: #f69900;
	background-position: 0 0;
}

#menu ul a:hover .arrow{
	background-position: 0 -5px;
}

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

* > #menu .dropDown{
	top: 0;
	width: auto;
	z-index: 1;
	margin: 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: 18px;
	text-align: left;
	width: 130px;
	border: 1px solid #999;
	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;
}
