/* CSS Document */
ul#nav1
{
padding-top: 5px;
margin: 0;
margin-left: 10px;
float:left;
width: auto;
height: 19px;
list-style-type:none;
}
ul#nav1 a.active{
background-image: url(design/menu/menuLinkHover.png);
background-repeat: no-repeat;
}

ul#nav1 a.active:hover{
}
ul#nav1 a
{
font: Verdana, Arial;
font-size: 12px;
line-height: 20px;
text-align: center;
background-image: url(design/menu/menuLink.png);
background-repeat: no-repeat;
float:left;
width:103px;
height: 20px;
margin-left: 2px;
text-decoration:none;
color:white;
}
ul#nav1 a:hover {
background-image: url(design/menu/menuLinkHover.png);
background-repeat: no-repeat;
}


ul#nav1 li {display:inline}

ul#nav2
{
margin: 0;
float:left;
width: auto;
height: 23px;
list-style-type:none;
}
ul#nav2 a
{
font: Verdana, Arial;
font-size: 12px;
line-height: 23px;
text-align: center;
float:left;
margin-left: 10px;
padding-left: 2px;
padding-right: 2px;
text-decoration:none;
color: #9c9c9c;
}
ul#nav2 a.active{
background-color: #FFFFFF;
color: #3e3e3e;
}
ul#nav2 a:hover {
background-color: #FFFFFF;
color: #3e3e3e;
}
ul#nav2 li {display:inline}
