/*--------new menu styles---------------*/
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; 
top: 5.2em;
left: 0;
z-index:100;
width: 100%;
font: 70% verdana;
}
#menu dl {
float: left;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #8faaaa;
margin: .1em;
}
#menu dd {
display: none;
background-color: #dde5e5;
border-bottom:.1em solid #8faaaa;
}
#menu dt a {
color: #fffeec;
text-decoration: none;
display: block;
padding:.3em 0;
border: 0 none;
}
#menu dt {
color: #fffeec;
text-decoration: none;
display: block;
}
#menu dt a:hover, #menu dt:hover {
background: #556234;
color:#cde05d;
text-align:center;
}

#menu dt a:focus {
background: #dde5e5;
color:#cde05d;
}
#menu li {
text-align: left;
background: #dde5e5;
color:#556234;
font-size:1em;
line-height:1.5em;

}
#menu li a{
color: #556234;
text-decoration: none;
display: block;
height: 1.5em;
border: .1em solid #8faaaa;
border-bottom: none;
padding:0 0 0 .5em;
margin:0px;
}

#menu li a:hover{
color:#000;
font-weight:normal;
background:#b6c7c7;	
}
#menu li a:focus{
background: #b6c7c7;
color:#000;
}
#menu ul.sub1{width:10.9em; }
#menu ul.sub2{width:11.9em;}
#menu ul.sub3{width:9em;}

#menu dl.sub{width:6.6em;}

#menu dt.sub1{width:12.7em;}
#menu dt.sub2{width:11.6em;}
#menu dt.sub3{width:11.6em;}
/*--------new menu styles---------------*/
