#nav a {
text-decoration:none;
}
#nav a:link {
color:#554b39;
}
#nav a:visited {
color:#554b39;
}
#nav a:active {
color:red;
}
.nav ul {
font-size:14px;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
#nav ul {
background:#444444 none repeat scroll 0% 50%;
border:1px solid #888888;
}
#nav a {
font-family:verdana,arial,sans-serif;
font-weight:bold;
}
#nav a:hover {
color:#FF6407;
}
#nav a {
text-decoration:none;
}
#nav li li a {
color:#FFFFFF;
font-weight:bold;
padding-bottom:1px;
white-space:nowrap;
}
#nav li li a:hover {
background:#444444 none repeat scroll 0% 50%;
color:#BC3142;
}
#nav li {
cursor:default;
position:relative;
text-align:right;
list-style-type:none;
white-space:nowrap;
}
li#first {
border-left-width:1em;
}
li#last {
border-right-width:1em;
}
.menu li ul {
display:none;
font-weight:normal;
left:0pt;
position:absolute;
top:85%;
}
li > ul {
left:auto;
top:auto;
}
.menu li li {
background-color:#444444;
display:block;
padding-bottom:1px;
padding-top:1px;
}
li:hover ul, li.over ul {
display:block;
}