
.linkmenu
{
width:970px;
height:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(../images/headerlink_bg.jpg) ;
background-repeat:repeat-x;
}

.linkmenu ul
{
margin:0px;
padding:0px;
float:left;
width:100%;

}

.linkmenu ul li
{
display:inline;

}

.linkmenu ul li a{
float: left;
color: #FFFFFF; /*text color*/
padding: 5px 11px;
text-decoration: none;

}

.linkmenu ul li a:visited{
color:#FFFF00;
}


.linkmenu ul li a:hover, .linkmenu ul li .current
{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(../images/headerlink_2_bg.jpg) ;
}

