A:link {text-decoration: none}  
A:visited {text-decoration: none; color: #CC0000}  
A:active {text-decoration: none; color: #CC0000} 
A:hover {text-decoration: bold; color: #FF0000} 

BODY {SCROLLBAR-FACE-COLOR: #ffffff; 
SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
SCROLLBAR-SHADOW-COLOR: #000000; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff} 



.arial   {  font-family: Arial, Helvetica sans-serif; font-weight: normal; color: #000000}
.arialb  {  font-family: Arial, Helvetica sans-serif; font-weight: bold;   color: #000000}



.menu01
{
 border: 0px solid #c38155;
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 width: 130px;
}
/* Collapse the List Item Tags */
.menu01 li { display: inline; }
 
/* Make the links block elements and give them padding and some style */
.menu01 a, .menu01 a:visited
{
 color:  #2d2d2d;
 font: 14px Arial;
 text-decoration: none;
 background-color: #f5a26b;
 display: block;
 padding: 4px;
 border-left : 1px solid #2d2d2d;
}
 
/* Specify the rollover style for the links */
.menu01 a:hover
{
 border-left : 1px solid #f5a26b;
 background-color: #2d2d2d;
 color: #f5a26b;
}



