body {
background-color: #630; 
color: white;
font-family: sans-serif;
}

#nav {
background-color: #963;
}
 
#promo {
background-color: #963;
}
 
#footer {
background-image:url(../images/bottom.png);
background-repeat: no-repeat;
}

a:link {color:#963;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: #963;}





/* Navigation */


#nav_menu * {
margin: 0;
padding: 0;
text-align: center;
}

#nav_menu {
font-family: lucida, arial, sans-serif;
border:1px dotted #000;
float: left;
}

#nav_menu ul {
float: left;
}

#nav_menu li {
border-left: 0px dotted #000;
list-style-type: none;
float: left;
position: relative;
background-color: #963;
}

/*
#nav_menu li:first-child {
border-left: none;
}

*/
#nav_menu a {
display: block;
padding: .5em 9px;
color: #000;
text-decoration: none;
}


#nav_menu a:hover {
color: #FFF;
background-color: #630;
}

#nav_menu li ul {
position: absolute;
display: none;
width: 6em;
left: 94px;
}

#nav_menu li:hover ul {
display: block;
}

#nav_menu li ul li {
width: 100%;
border-right: 1px dotted #000;
border-bottom: 1px dotted #000;
border-left: 1px dotted #000;
}

#nav_menu li ul li:first-child {
border-left: 1px dotted #FFF;
border-top: 1px dotted #000;
}

* html #nav_menu li ul {
border-top: 1px dotted #000;
}

