<!--



#menu  {
position:absolute;
background-image: url(images/bg_menu.gif); background-repeat: repeat-x;
width: 794px;
height:40px;
margin-top: 102px;
margin-left: 0px;
padding-top: 6px;
padding-left: 0px;
text-align: center;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
 	
 }


#menudiv   {
height: 24px;
width:250px;
text-indent: 30px;
background-color: #678;
border-bottom: solid 1px #ebebef;




}

#menudiv  a {
width: 100%;
display: block;
text-indent: 0px;
padding: 1px 0;
text-decoration: none;
font-family: georgia, times new roman, serif;
color: #138;
font-size: 12px;


}

#menudiv a:hover{ /*hover background color*/
background-color:#0f5ca2;
color: #eeeeee;

}

#dropmenudiv{
position:absolute;
margin-left: 200px;
margin-top: -24px;
width:100%;
border:0px;
line-height:18px;
z-index:1000;
filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

#dropmenudiv a{

display: block;
border-bottom: solid 1px #678;
padding-top: 5px;
padding-bottom: 5px;
text-indent: 10px;
text-decoration: none;
font-family: georgia, times new roman, serif;
color:#e0e0e0;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #234;
color: #ffffff;

}


-->