/* 
    Document   : menu
    Created on : Aug 21, 2012, 11:04:16 AM
    Author     : davdon42
    Description:
        Provides css for the main menu bar of the website
*/

#nav {height:20px; padding-left:0px; width:990px; margin-left:auto; margin-right: auto; margin-bottom: 0px; margin-top: 0px; top:0px; position: relative;}

.navitem, .navitem a { color:#800000; text-decoration:none; font-size:18px; padding-top:2px; height:30px}
.navitem2, .navitem2 a { color:#800000; text-decoration:none; font-size:18px; padding-top:2px;}
#navsep { width:8px; height:26px; margin-left:4px; margin-right:4px;}

#lhsnav { float:left; width:225px; }

#lhsnav a { color:#807a6d; text-decoration:none; }

#menu {
position:relative;	
width: 100%;
float: left;
height:48px;
z-index:100;
margin-left: 5px;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
 
#menu a, #menu h2 {
display: block;
margin: 0;
}
 
#menu h2 {
color: #800000;
margin:0; 
font-size:16px;
}
 
#menu a {
color: #800000;
text-decoration: none;
padding-bottom: 0px;
font-size:15px;
letter-spacing:2px;
height: 48px;
font-weight: normal;
}

div#menu ul li:hover ul { background: #eeeeee;  opacity:0.9;filter:alpha(opacity=80); }
div#menu ul ul li:hover { background: #eeeeee; opacity:1;filter:alpha(opacity=100);  }
div#menu ul ul li:hover ul { background: #eeeeee; }
div#menu ul ul ul li:hover { background: #eeeeee; }
div#menu ul ul ul li:hover ul { background: #eeeeee; }

div#menu ul ul ul ul li:hover { background: #D5DBE3; }


#menu a:hover {
text-decoration: none;
} 
 
#menu li {position: relative;}
 
#menu ul ul {
    position: absolute;
    z-index: 500;
    padding-left:2px;
    margin-left: 4px;
    padding-top: 3px;
    margin-top: 0px;
    top:51px;
}

#menu ul ul a{
    height: 20px;
    font-size: 12px;
    font-weight: normal;
    color:#606060;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
margin-top: 0px;
margin-left: 0px;
}
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul li a { padding:4px; }

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block; width:235px; }


.spacer1{
    height:129px;
    width: 93px;
}

.navitem2, .navitem {
    margin-right: 9px;
}   