.submenu
{
position:relative;
overflow: hidden;
left:0px;
top:0px;
width: 980px;
margin-top: 1px;
}
.submenu td
{
border-right: 1px solid white;
text-align: center;
height: 100%;
vertical-align: middle;

}
.submenu a
{
display:block;
width: 100%;
height: 100%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
word-spacing : 1pt;
text-transform: uppercase;
text-decoration: none;
font-weight:600;

background:#F48C07;

color: black;
padding-top: 10px;
padding-bottom: 10px;
}
.submenu a:visited
{

}
.submenu a:active
{
background:#18305C;
color:white;
}

.active_link a
{
background:#18305C;
color:white;
}

.submenu a:hover
{
background:#18305C;
color:white;
}
