﻿#horzmenu
{
text-align: right;
width: 100%;
font-family: Arial;
font-size: 13px;
font-weight: normal;
height: 29px;
background: #336699 url(images/nav-menu-bg-new.jpg) center center repeat-x;
border-top: #FFA500 1px solid;
border-bottom: #FFA500 1px solid;
margin-bottom: 4px;
}
#horzmenu ul
{
float: left;
text-align: left;
padding: 0;
margin: 0;
height: 29px;
}
#horzmenu ul li
{
list-style: none;
display: inline;
height: 29px;
}
#horzmenu ul li a
{
padding: 6px 15px 0 15px;
text-decoration: none;
float: left;
border-right: 1px solid #003366;
height: 23px;
color: white;
font-weight: bold;
}
#horzmenu ul li a:hover
{
background-color: #003399;
}
/*
h3 { margin-left: 10px; }
*/