@charset 'utf-8';

div#top_nav2
{
	background-color: #b3b826;
	background-image: url(../img/top-nav-right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

div#nav {	
	padding:0;
	margin:0;
	}

div#nav ul {
	background-image: url(../img/top-nav-bg.jpg);
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
    text-align:center;
    	height:35px;
    }

#nav li a {
    	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	}

#nav li a:hover {
	color: #f2f3bf;
	}

#nav li {
   	width: auto;
	float: left;
	height: 35px;
	line-height: 34px;
	vertical-align: middle;
	border-right: 1px #979a26 solid;
	border-left: 1px #c8cb57 solid;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
			color: white;
			font-size: 12px;
	font-weight: bold;
	}

div#nav li.first
{
	background-image: url(../img/top-nav-left.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	border-left: none;
}

div#nav li.last
{
	background-image: url(../img/top-nav-px-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-right: 1px #c8cb57 solid;
}

#nav a {
	display: block;
    text-decoration: none;
    font-size: 9px;
    color: white;
    font-weight: bold;
    text-align: center;
	}

html* div#nav ul li ul
{
    margin-top: 25px !important;
}

div#nav ul li:hover ul
{
    display: block;
}	

div#nav ul li ul
{
    display: none;

    background-image: none;
    
    width: auto;
    height: auto;
    
    position: absolute;
    z-index: 1;
    
    background-color: #b3b826;
    
    margin: 35px 0px 0px -11px !important;
    
    border-bottom: 1px solid white;
}
    
div#nav ul li ul, div#nav ul li ul li
{
    margin: 0px;
    padding: 0px;
}

div#nav ul li ul li
{
    height: auto;
    line-height: 14px;
    
    border: none;
    
    float: none;

    margin: 0px;
    padding: 2px;
    
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    
    width: 160px;
}

div#nav ul li ul li a
{
    margin: 0px;
    padding: 0px;
    text-align: left;
}

div#nav ul li.last ul
{
   /* margin-top: 35px !important;*/
}