.menustyle table td{
border: 0px;
width: 100%;
background: url(images/menu_off.gif) repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menustyle table td a{
padding: 0px 0px;
margin: 0;
text-decoration: none;
border: 0px
}

.menustyle td a:hover{
background: url(images/menu_on.gif) repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:14px;
z-index:100;
background-color: FCF1CE;
width: 130px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #7A4615;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F4E2AE;
}

A { text-decoration:none;}
A:hover	{color:#0000F0;}
