@charset "utf-8";
/* CSS Document */

ul, ol, li, dl, dt, dd{
	margin: 0; padding: 0; border: 0;
}

nav {
	text-align: center;
	font-family: Helvetica, sans-serif;
	
	width: 1000px;
	margin-top:2px;
	margin-bottom:10px;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
	}


nav ul {
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}

nav ul:after {
	clear: both; display: block;
	}

nav ul li {
	float: left;
	margin-right:0px;
	}
	
nav ul li:hover {
	background: url(../images/menu_bg_hov.jpg); border-radius:0px 0px 0px 0px;
	}
	
nav ul li:hover a {
	color: #fff;
	}
		
nav ul li a {
	display: block;
	color: #757575;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 16px;
	letter-spacing:1px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	}
			
nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	}
nav ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a; position: relative;
	}
nav ul ul li a {
	padding:8px 10px;
	color: #fff;
	text-align:left;
	width:170px;
	}	
nav ul ul li a:hover {
	background:;
	olor:#000000;
	}
		
nav ul ul ul {
	position: absolute; left: 100%; top:0;
	}
		
nav ul li .active{
    background:url(../images/menu_bg_hov.jpg) repeat-x; color:#ffffff;  margin:0px; ine-height:54px; text-decoration:none;
    border-radius:0px 0px 0px 0px;
    }