#nav, #nav ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:0.8em;
	width: 850px;
	text-align: center;
	z-index: 8;
	background-color: #999999;
}

#nav a{
	display:block;
	padding:6px 4px;
	border:1px solid #000000;
	color:#000000;
	text-decoration:none;
	background-color:#999999;
	font-size: 13px;
	width: 121.00px;
	margin:0px 0px 0px 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a:hover{
background-color:#999999;
color:#ffffff;
}

#nav li{
	float:left;
	position:relative;
	width: 120px;
	height: auto;
}

#nav ul {
	position:absolute;
	display:none;
	width:180px;
	top:26px;
	text-align: left;
	left: 0px;
	
}

#nav li ul a{
width:180px;
height:auto;
float:left;
background-color:#999999;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:11.5em;
margin:0px 0 0 4px;
}

#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;
}

.subArrow{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/navarrow.png);
	background-repeat: no-repeat;
	background-position: 120px center;
}

