#nav{
margin:0;
padding:0;
list-style-type:none;
line-height:20px;
}
#nav ul{
margin:0;
padding:0;
list-style-type:none;
line-height:20px;
}
#nav a{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	display:block;
	padding:0px 9px 0px 7px;
	color:#fff;
	text-decoration:none;
	background-image: url(../images/link_bg.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	line-height:20px;
	border-bottom: solid 1px #555555;
	font-family: Arial, tahoma, verdana, sans-serif;
}

#nav a:hover{
color:#121212;
}

#nav li{
float:left;
position:relative;
line-height:20px;
}

#nav ul {
position:absolute;
display:none;
width:auto;
top:auto;
}

#nav li ul a{
	width:125px;
	height:auto;
	float:left;
	background-image: none;
	background-color:#6c6c6c;
	filter:alpha(opacity=92);-moz-opacity:.92;opacity:.92;
	border-bottom: solid 1px #555555;
	border-top: solid 1px #828282;
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
}
#nav li ul a:hover{
background-color:#808080;
}
#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:133px;
margin:0px 0px 0px 10px;
}
#nav li ul ul a{
	border-left: solid 1px #828282;
}
#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;
}
#nav li ul a.popout {
	background-image: url(../images/popout.gif);
	background-position:center right;
	background-repeat:no-repeat;
}