/* ================================================================ 
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_2.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.
=================================================================== */


#nav {
    padding:0;
    margin:0;
    list-style:none;
    height:55px;
    position:relative;
    z-index:500;

}

#nav li.top{
    display:block;
    float:left;
    height:55px;
	width:auto;
    cursor:default;
}

#nav li a.top_link{
	display:block;
    float:left;
    height:53px;
    line-height:53px;
    color:#080808;
    text-decoration:none;
    font-size:16px;
    cursor:default;
	width:auto;
	background:url(../images/menu_bg.jpg) repeat-x;
}

#nav li a.top_link span {
    float:left;
    display:block;
    height:53px;
}

#nav li a.top_link span.down
{
	float:left;
    height:42px;
	font-size:14px;
	font-weight:normal;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
    display:inline;
	line-height:36px;
	color: #000;
	margin-top: 13px;
	/*background: url('../images/nav_ena.png') no-repeat;*/
	

}




#nav li a.top_link span.first {
    margin-left:7px;
}

#nav li a.top_link span.active {
	font-weight: bold;
}


#nav li a.top_link span.last {
    padding-right:23px;
}

.no_dropdown{
    cursor:pointer;
}



/* Default list styling */

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





/*-----------------------------------*/
#nav li:hover ul.sub{
    left:0px;
    top:50px;
    background: #ffffff;
	border: 0px;
	padding:3px;
    white-space:nowrap;
    height:auto;
    z-index:300;
	text-align: left;
	margin-left:10px;
}

#nav li:hover ul.sub_first{
    width: 205px;

}


#nav li:hover ul.sub_third{
    width:120px;
}

#nav li:hover ul.last{
    width:119px;
}

#nav li:hover ul.first_margin{
    margin-left:7px;
}

#nav li:hover ul.sub li{
    display:block;
    height:20px;
    position:relative;
    float:left;
    width:100%;
    font-weight:normal;
}

#nav li:hover ul.sub li a{
    padding-right:2px;
    display:block;
    font-size:12px;
    height:18px;
    width:auto;
    line-height:18px;
    text-indent:3px;
    color:#000000;
    text-decoration:none;
  
}

#nav li:hover ul.sub li a:hover {
    background:#527fa8;
	color:#ffffff;
}


#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul{
    position:absolute;
    left:-9999px;
    top:-9999px;
    width:0;
    height:0;
    margin:0;
    padding:0;
    list-style:none;
}

.margin_top_span{
	margin-top:20px;	
}

.margin_bigger_top_span{
	margin-top:30px;	
}



