#nav, #nav ul {
	z-index: 10;
	width: 778px;
	height: 24px;
	float: left;
	list-style: none;
	/* line-height: 2em; */
	background-color: #fff;
	border: none;
	color: #000;
	padding: 0;
	margin: 0 auto;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	}
#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	white-space: normal;
	padding: 6px;
	text-align: center;
}
#nav a:hover {
	color: #ffbf00;
}
#nav li {
	float: left;
 	width: 10em; 
}
#nav li ul {
	position: absolute;
	background: #e1e1e1;
	left: -999em;
	height: auto;
	width: 11.4em;
	w\idth: 10.9em;
	font-weight: normal;
	margin-top: -4px;
	border: 1px solid #ccc;
}
#nav li li {
	padding-right: 1em;
	width: 10em
}
#nav li ul a {
	width: 100%;
	color: #666;
	white-space: normal;
	text-align:left;
	text-transform:capitalize;
}
#nav li ul a:hover {
	width: 100%;
	color: #fff;
}
#nav li ul ul {
	margin: -1.5em 0 0 10em;
	white-space: normal;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.thover ul ul, #nav li.thover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.thover ul, #nav li li.thover ul, #nav li li li.thover ul {
	left: auto;
}
#nav li:hover, #nav li.thover {
	background: #fff url(/templates/img/menubkg.gif) center right no-repeat;
}
#nav li li:hover, #nav li li.thover {
	background: #ffbf00;
}