#navcontainer_h
{

padding: 0;

}

#navcontainer_h ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer_h ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
width: 93px;

}

#navcontainer_h ul li a
{
background-image:url(../images/sub_menu_a.jpg);
background-repeat:no-repeat;
padding: 0;
color: #0066CC;
text-decoration: none;
display: block;
text-align: center;
font: normal 11px/20px "Verdana", "Verdana", verdana, lucida, sans-serif;
}

#navcontainer_h ul li a:hover
{
background-image:url(../images/sub_menu_h.jpg);
background-repeat:no-repeat;
color:#ffffff;
}

#navcontainer_h a:active
{

}

#navcontainer_h li#active a
{
background-image:url(../images/sub_menu_s.jpg);
background-repeat:no-repeat;
font-weight:bold;
color: #ffffff;
}
