table.tabmenumain a.normal
{
    font-family: Helvetica, sans-serif;
    font-size: 15px; 
    font-weight: bold;       
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

table.tabmenumain a:hover
{    
    color: gainsboro;   
}

table.tabmenumain a.selected
{
    font-family: Helvetica, sans-serif;
    font-size: 15px; 
    font-weight: bold;      
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

#tab_submenu {
	background:#FFF url(bgr.gif) repeat-x top left;
	margin: 0 0 0 3px;
	padding: 0 0 0 25px;	
}

table.tabmenusub a.normal
{
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 0;
    color: white;
    text-decoration: none;
}

table.tabmenusub a:hover
{    
    color: gainsboro;   
}

table.tabmenusub a.selected
{
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 0;
    color: gainsboro;
    text-decoration: none;
}

