BODY	{ SCROLLBAR-BASE-COLOR: #ece9d8 }



a:link		{ color: #000099 ; text-decoration: none; font-weight: bold }

a:visited	{ color: #000099; text-decoration: none; font-weight: bold }

a:active	{ color: #000099; text-decoration: none; font-weight: bold }

a:hover		{ color: #000099; text-decoration: none; font-weight: bold; font-style: italic }





 /* START THE CODE FOR THE MENUS */


 /* TOP LEVEL MENU CONTROL */


a.menu_TOP{
display:block;
line-height: 18pt;
text-align: center;
text-decoration:none;
border-right: #313252 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: #5e5e5e 1px solid;
}


 /* MORE SUB LEVEL MENU CONTROL */


.menu_DIV{
border-top: #5e5e5e 0px solid;
border-bottom: #5e5e5e 0px solid;
border-right: #5e5e5e 1px solid;
border-left: #5e5e5e 1px solid;
filter:alpha(opacity=100);
z-index:100;
}