/*-------------------------------------------------- 
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: 800px;
	height: 36px;
	left: 2px;
	font-size: 14px;
	border-top: 1px solid #ca8249;
	line-height: 36px;
	list-style: none;
	background: url(images/menu-background.gif) repeat-x;
}

#menu .last{
	border-right: 0;
}

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

#menu li a{
	display: block;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ca8249;
}

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

#menu ul{
	float: left;
	position: relative;
	left: 1px;
}

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

#menu ul a{
	background: #f6e5c9 url(images/dropdown-background.gif) repeat-x  0 -20px;
	height: 16px;
	color: #c06d2f;
	padding: 2px 0;
	display: block;
	font: normal 12px Tahoma, Verdana, sans-serif;
	position: relative;
}

#menu ul a .arrow{
	position: absolute;
	display: block;
	top: 7px;
	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 #menuSuccess{
	width:272px
}

* > #menu .dropDown, * > #menu #menuSuccess {
	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 #fff;
	border-width: 0 1px;
	position: relative;
	z-index: 1000;
	clear: left;
}

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

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

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

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