﻿	
#nav, #nav ul{
list-style-type:	none;
position:			relative;
height: 			36px;
margin-left: 		9px;


}

#nav a{
display:			block;
height: 			36px;
line-height:		36px;
padding-left: 		20px;
padding-right: 		20px;
color:				#FFFFFF;
text-decoration: 	none;
font-weight: 		bold;
font-size: 			12px;
background:			url('../images/interface/menuitems.gif') 100% 0% no-repeat;

}

#nav a:hover{
background:			url('../images/interface/menuitems.gif') 100% 100% no-repeat;
}


#nav li{
float:				left;
position:			relative;
text-align:			left;
/* width: 				1px; */
}

#nav ul {
position:			absolute;
display:			none;
white-space:		nowrap;
}

#nav li ul{
margin-top:			0px;
border:				1px solid #000000;
margin-left: 		0px;
height: 			auto;
width:				220px;
}

#nav li ul a{
width:				180px;
color:				#FFFFFF;
display:			block;
font-size: 			11px;
height: 			26px;
line-height:		26px;
background:			url('../images/interface/submenuitems.gif') 0% 0% no-repeat;
}

#nav li ul a:hover{
color: 				#FFFFFF;
background:			#a4a4a4;
background:			url('../images/interface/submenuitems.gif') 0% 100% no-repeat;
}


#nav li:hover ul ul, #nav li:hover 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;
}

