
#nav li {	
	/*float: right;	
	list-style: none;
	margin-top:5px;
	padding-bottom:0px;
	padding-left:10px;
	height:42px;*/
	position: relative;
	
}
/*

/* main level link */
/*#nav a {
	font-weight: normal;
	color: #7f807f;
	text-decoration: none;
	display: block;
	padding:  6px 10px 6px;
	margin: 0;
}
#nav a:hover {
}

/* main level link hover *//*
#nav .current a, #nav li:hover > a {
	color: #065894;
}

/* sub levels link hover *//*
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav > li > a:after{
    background: none repeat scroll 0 0 #fb5b5b;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    right: 0;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 0;
}
#nav > li:hover > a:after{
	width:100%;
}*/


/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
    background-color: #e7e6e5;
    border: 1px solid #e8e7e7;
    box-shadow: 0 3px 3px #9c9c9c;
    display: none;
    left: 0;
    margin: 0;
    padding: 8px;
    position: absolute;
    top: 40px;
    width: 180px;
    z-index: 9999;
	border-top: 1px solid #ccc;
		/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);*/
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	/*background-color:#222;
	border-bottom:1px solid #e9e8e8;*/
}
#nav ul li:last-child {
    border: medium none;
}
/*#nav ul li:hover{
	background-image:url(../images/topnav_li_hover.jpg);
	background-repeat:no-repeat;
	background-position:right center;
}*/
#nav ul a {
	font-weight: normal!important;
	text-shadow: none;
	color:#636363!important;
	padding:5px;
	font-size:12px!important;
	margin: 0;
}
#nav ul a:hover{
	color: #444 !important;
	/*border-right:5px solid #fb5b5b!important;
	/*background-color:#e5e5e5!important;
	background: -webkit-linear-gradient(right, #e5e5e5 , #f6f5f5); 
  background: -o-linear-gradient(left, #e5e5e5, #f6f5f5);
  background: -moz-linear-gradient(left, #e5e5e5, #f6f5f5); 
  background: linear-gradient(to left, #e5e5e5 , #f6f5f5)!important;*/
  background-color:#f5f5f5!important;
}
/* level 3+ list */
#nav ul ul {
	left: 100%;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	/*-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;*/
}
#nav ul li:last-child > a {
	/*-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;*/
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
#nav ul .submenu {
	float: left;
    margin-left: 8px;
    width: 190px;
}
#nav li .subtitle {
    clear: both;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
	/* margin-top: -5px;*/
}