/* CSS Document */

/*dropdown Menu*/
#dropmenudiv{
/*margin:0px 0px 0px 110px;*/
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
width:118px;
background-color:#ce5802;
margin-left:-40px;


}

#dropmenudiv a{
width:118px;
display: block;
text-indent: 0px;
border-bottom: 1px solid black;
padding: 0px 0;
text-decoration: none;
font-weight:;
font-size:12px;
color:#ffffff;
padding-left:2px

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #;
font-size:12px;
color:#000000;
text-decoration:underline;
padding-left:2px;
width:118px;

}
/*  footer */


#dropmenudiv1{
/*margin:0px 0px 0px 110px;*/
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
width:118px;
background-color:#e6e0da;
margin-left:-20px;

}

#dropmenudiv1 a{
width:118px;
display: block;
text-indent: 0px;
border-bottom: 1px solid black;
padding: 0px 0;
text-decoration: none;
font-weight:;
font-size:12px;
color:#a5110a;
padding-left:2px


}

#dropmenudiv1 a:hover{ /*hover background color*/
background-color: #;
font-size:12px;
color:#000000;
text-decoration:underline;
padding-left:2px;
width:118px;