#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
z-index:100;
}

#nav a{
display: block;
font: 16px Arial, Helvetica, sans-serif;
font-weight: bold;
background: #000000; /*background of menu items (default state)*/
color: white;
padding: 8px 0 8px 0;
text-decoration: none;
width: 139px;
}

#nav a:hover{
background-color:#464646;
color:#fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width: 139px;
top: 35px;
}

#nav li ul a{
width: 139px;
height:auto;
float:left;
font: normal 12px Arial, Helvetica, sans-serif;
color: white;
background: #464646; /*background of menu bar (default state)*/
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

#nav li ul a:hover{
background-color:#000;
color:#fff;
}

#nav li ul a:active{
background-color:#000;
color:#fff;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:139px;
margin: 0px 0 0 0px;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}

#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;
}

.NavLast {
	border-bottom: 1px solid #000000;
}
