BODY	{ SCROLLBAR-BASE-COLOR: #6B6B36; scrollbar-arrow-color: #FFFFFF }



a:link		{ color: #376F6F; text-decoration: underline }

a:visited	{ color: #376F6F; text-decoration: underline }

a:active	{ color: #376F6F; text-decoration: underline }

a:hover		{ color: #6B6B36; text-decoration: none }



 /* IMAGE HOVER CODE */


.rollover 	{ background-color: #000000}

.rolloveron 	{ background-color: #948B6D; filter:alpha(opacity=60)  }



 /* START THE CODE FOR THE MENUS */


 /* TOP LEVEL MENU CONTROL */


a.menu_TOP{
display:block;
line-height: 14pt;
text-align: center;
text-decoration:underline;
border-right: #948B6D 1px solid;
}



 /* SUB LEVEL MENU CONTROL */


a.menu_SUB{
display:block;
padding: 2px 2px 2px 4px;
text-decoration:none;
filter:alpha(opacity=100);
border-bottom: #999999 1px solid;
}


 /* MORE SUB LEVEL MENU CONTROL */


.menu_DIV{
border-top: #000000 0px solid;
border-bottom: #666666 0px solid;
border-right: #666666 1px solid;
border-left: #666666 1px solid;
filter:alpha(opacity=100);
z-index:100;
}


