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

#nav {
	height: 30px;
	background: url(images/bg_nav.gif) repeat-x;
	}
	
#nav ul {
	list-style-type: none;
	margin: 0 16px;
	}
	
#nav ul li { 
	float: left; 
	padding: 0 2px 0 0;
	position: relative;
	background: url(images/bg_nav-li-a.gif) center right no-repeat; }

#nav ul li a {	
	display: block;	
	color: #69788b;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 19px;
	text-transform:capitalize;
	text-decoration: none;
	}
	
#nav ul li a:hover {
	background: url(images/bg_nav-a-hover.gif) repeat-x;
	}

#nav ul li ul {
	width: 10em;
	padding: 0;
	margin: 0;
	background: #2F567F;
	position: absolute;
	}
	
#nav ul li li {
	float: none;
	padding: 0;
	background-image: none;
	}
	
#nav ul li li a {
	color: #FFF;
	padding: 6px;
	font-size: 11px;
	}
	
#nav ul li li a:hover {background: #779ABF}
	
* html #nav ul ul li a {height: 1%;}
*+html #nav ul ul li a {height: 1%;}

#nav ul ul ,
#nav ul li:hover ul ul
{display: none;}

#nav ul li:hover ul,
#nav ul ul li:hover ul
{display: block;}
