#nav
{
	width:856px;
	text-align:center;
	clear:both;
	margin:0 auto 0 auto;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}
#nav ul
{
	line-height:2.5em; 
	text-align:left;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	left:0px;
	opacity:.9;
	filter:alpha(opacity=90);
}
#nav a
{
	display:block;
	padding:0px 10px;
	color:#fff;
	text-decoration:none;
	background-color:#6c0000;
	font-size:12px;
}
#nav a.level1
{
	background:url('../img/nav/navbutton-mid-off.jpg') repeat-x #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	display:block;
	padding:0px;
	width:169px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	height:61px;
	line-height:45px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a.level1:hover
{
	background:url('../img/nav/navbutton-mid-on.jpg') repeat-x;
	color:#fff;
}
#nav a:hover{
background-color:#fff;
color:#6c0000;
}
#nav li{
float:left;
position:relative;
}
#nav ul {
position:absolute;
display:none;
width:172px;
top:61px;
}
#nav li ul a{
width:149px;
height:auto;
float:left;
border-bottom:1px solid #923434;
border-left:1px solid #923434;
border-right:1px solid #923434;
}
#nav ul ul{
top:auto;
}	
#nav li ul ul 
{
left:170px;
margin:0px 0 0 0px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
display:block;
}