
#nav {
display : block;
margin : 0;
padding : 0;
position : relative;
}
#nav li {
display : block;
list-style : none;
margin : 0;
padding : 0;
float : left;
position : relative;
}
#nav a {
display : block;
text-decoration : none;
}
#nav ul {
display : none;
position : absolute;
left : 0;
margin : 0;
padding : 0;
}
* html #nav ul {
line-height : 0;
}
#nav ul li {
float : none;
}
#nav ul ul {
top : 25px;
}
#nav ul {
width : 300px;
}
#nav ul ul {
left : 131px;
}
#nav {
top : 410px;
left : 120px;
width : 720px;
}
#nav *:hover {
color : #7c2d25;
}
#nav a {
color : black;
font-size : 14px;
font-weight : bold;
line-height : 2;
padding-right : 15px;
text-decoration : none;
color : #f6f7e7;
}
#nav li.hover a {
text-decoration : none;
}
#nav ul {
top : 25px;
}
#nav ul li a {
background-color : #7c2d25;
text-decoration : none;
font-size : 14px;
color : #f6f7e7;
}
#nav ul a.hover {
background-color : #f6f7e7;
text-decoration : none;
color : #7c2d25;
}
#nav ul a {
border-bottom : 1px solid white;
border-right : none;
text-decoration : none;
}
