/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
@font-face {
				font-family: 'Open Sans';
				src: url('../fonts/OpenSans-Light.eot');
				src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/OpenSans-Light.woff') format('woff'),
						 url('../fonts/OpenSans-Light.ttf') format('truetype'),
						 url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
				font-weight: normal;
				font-style: normal;
		}

#nav {padding:0; margin:0; list-style:none; /*height:54px;*/ position:relative; z-index:500; font-family:arial, verdana, sans-serif}
#nav li.top {display:block; float:left; padding:0; margin:0;}
#nav li a.top_link {
	display:block; 
	float:left; 
	color:#848484;
	text-decoration:none;
	font-size:18px; 
	padding:0; 
	cursor:pointer; 
	font-family: 'Open Sans';
	background:#FFF; 
	border:solid 1px #c0c0c0; 
	border-left:0; 
	/*padding:15px 41px 0;*/
	padding-top:15px;
	text-align:center;
	width:157px;
	height:38px;
	border-bottom:solid 1px #999;
}
#nav li a.top_link span {/*float:left; display:block; padding:0*/}
#nav li a.top_link span.down {/*float:left; display:block; padding:0 0 12px; height:36px*/}
#nav li a.top_link:hover { 
	background:url(images/nav-hover.png) no-repeat #216dd3!important; 
	border:solid 1px #1b529b; 
	background-position: center bottom!important; 
	border-bottom:solid 5px #172983!important;
	height:34px;
	color:#ffffff
}

#nav li:hover > a.top_link {
	background:url(images/nav-hover.png) no-repeat #216dd3!important; 
	border:solid 1px #1b529b; 
	background-position: center bottom!important; 
	border-bottom:solid 5px #172983!important;
	height:34px;
	border-left:0; 
	color:#ffffff
}

#nav li:hover > a.top_link span.down{ background:none;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub{left:0; top:55px; padding:0; /*white-space:nowrap;*/ width:190px; height:auto; z-index:300; border-radius:0 0 5px 5px;}
#nav li:hover ul.sub li{display:block; /*height:33px;*/ position:relative; float:left; width:190px; font-weight:normal; border-bottom:solid 0px #f2f2f2}
#nav li:hover ul.sub li a
{
	display:block; 
	font-size:16px; 
	/*height:33px;*/ 
	width:167px; 
	line-height:33px; 
	text-indent:0px; 
	color:#848484; 
	text-decoration:none;  
	font-family: 'Open Sans'; 
	padding:0 12px; 
	background:#ffffff; 
	border:solid 1px #c0c0c0!important;
	/*border-top:0px!important;*/
} 
#nav li ul.sub li a.fly{background:#fff url(images/arrow.gif) 170px 11px no-repeat!important; width:167px}
#nav li:hover ul.sub li a:hover {background:#216dd3; color:#fff; border:solid 1px #3c68a2!important; /*border-top:0px!important;*/}
#nav li:hover ul.sub li a.fly:hover{background:#216dd3 url(images/arrow_over.gif) 170px 11px no-repeat!important; color:#fff; border:solid 1px #3c68a2!important; /*border-top:0px!important;*/}
#nav li:hover ul li:hover > a.fly {background:#216dd3 url(images/arrow_over.gif) 170px 11px no-repeat!important; color:#fff; border:solid 1px #3c68a2!important;  /*border-top:0px!important;*/} 

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:192px; top:0; background: #fff; padding:0; /*white-space:nowrap;*/ width:185px; z-index:400; height:auto;}


.home { border-radius:5px 0 0 5px; border-left: solid 1px #c0c0c0!important; /*padding:15px 42px 0!important*/}
.home:hover {  border-left: solid 1px #1b529b!important}
.contacts { border-radius:0 5px 5px 0; /*padding:15px 42px 0 41px!important*/}
.last {  border-radius:0 0 5px 5px!important; border-bottom:0!important}
