/* GENERAL STYLES */
#secnav{
margin: 0;
padding: 0;
width:776px;
height:24px;
background: url(/siteimages/navback-secondary.jpg) repeat-x;
margin-left:auto;
margin-right:auto;clear:both;
}
#secnav ul
{
background: url(/siteimages/navback-secondary.jpg) bottom center repeat-x;
padding-left: 0;
margin: 0;
float: left;
font: bold 80% Verdana;
width:776px;
}
* html #secnav ul
{
 /*IE only rule. Add extra margin-bottom*/
margin-bottom: 1em;
}

#secnav ul li
{
display: inline;
}
#secnav img.leftImg
{
display: inline;float: left;
}
#secnav img.rightImg
{
display: inline;float: right;
}
#secnav ul li a, #secnav ul li span
{
float: left;
color: white;
font-weight: bold;
padding: 4px 10px 4px 10px;
text-decoration: none;
}
#secnav ul li span
{
/*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}
#secnav ul li a:hover
{
background: url(/siteimages/navover-secondary.jpg) bottom center repeat-x;
text-decoration: underline;
}

/* EDITOR PROPERTIES */

