#nav {
font-family: "Arial" "Helvetica" "Sans-serif";
font-size: 13px;
list-style-type: none;
margin-left: -40px;
width: 185px;

}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#level2 ul {
list-style: none;
margin: 0;
padding: 0;
}


#nav li {
margin-bottom: 1px;
}

.level1 {
background-color: black;
font-weight: bold;
padding: 4px;
color: white;
}

.level2 {
background-color:#CCCCCC;
color: black;

}

.level3 {
background-color:#CCCCCC;
color: black;

}

#nav a:link, #nav a:visited, #nav a:active  {
color: black;
text-decoration: none;
}

.level2 a {
display: block;
padding: 4px;
}

.level2 a:hover {
background-color: #580000;
text-decoration: none;
}

.level3 a {
display: block;
padding: 4px;
}

.level3 a:hover {
background-color: #580000;
text-decoration: none;
}

#nav a:hover {
color: white;
}


#nav li {position: relative;}

#nav ul li {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#nav ul ,
div#nav li:hover ul
{display: none;}

div#nav ul li:hover ul 
{display: block;}

.clearance {
background-color: #CCCCCC;
font-weight: bold;
color: white;
}

.clearance a:hover {
background-color: black;
text-decoration: none;
}

.clearance a {
display: block;
padding: 4px;
}

#nav .clearance a:link, #nav .clearance a:visited, #nav .clearance a:active  {
color: red;
text-decoration: none;
}
