/** Horizontal Nav 2 **/

#horiznav2 {
font: bold 13px Arial;
width: 100%;
border-bottom: 1px solid #ffffff;
}

#horiznav2 ul {
margin: 0;
padding: 0;
float: left;
width: 100%;
border:1px solid #333333;
border-width: 1px 0;
background: url(../images/layout/horiznav2/bg.jpg) center center repeat-x;
}

#horiznav2 ul li {
display: inline;
}

#horiznav2 ul li a {
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #333333;
}

#horiznav2 ul li a:visited {
color: white;
}

#horiznav2 ul li a:hover {
color: white !important; 
padding-top: 6px;
padding-bottom: 4px;
background: url(../images/layout/horiznav2/bg_hover.jpg) center center repeat-x;
}