body{
font-size:0.85em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav, #nav ul{
	margin:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav a{
	
	font-weight:normal;
	text-decoration:none;
	line-height:33px;
	display:block;
	color:#333333;
}

#nav a:hover{
	
	font-weight:normal;
	text-decoration:none;
	line-height:33px;
	color:#B83031;

}

#nav  li ul li a{
	
	font-weight:normal;
	text-decoration:none;
	line-height:15px;
	display:block;
	color:#FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 3px;
	background-color: #050505;
}

#nav  li ul li a:hover{
	
	font-weight:normal;
	text-decoration:none;
	line-height:15px;
	color:#FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #474747;
}

#nav a:hover{
	
	font-weight:normal;
	text-decoration:none;
	line-height:34px;

}

#nav li{
	float:left;
	
	margin: 0px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#nav li ul {
	float:left;
	padding:0px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
* + html #nav li ul {
	float:left;
	padding:0px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -165px;
}
#nav li ul li{
	float:left;
	position:relative;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	left:5px;
	padding: 0px;
}


#nav ul {
position:absolute;
display:none;
width:12em;


}

#nav li ul a{
width:12em;
height:auto;
float:left;

}



#nav li ul ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	left: 12em;
}

#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;
}
