

#sub-navcontainer ul
{
padding: 6px 0 6px 0;
margin: 0;
list-style-type: none;
background-color: #d0d0d0;
width: 100%;
font: 11px/160% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
text-align: center;
	border-top: 1px solid #d84519;
		}

#sub-navlist a
{
text-decoration: none;
color: black;
	border-right: 1px solid #D8482D;
	padding: 2px 4px 2px 02px;
	background: #d0d0d0;
	border-left-color: #d0d0d0;
	border-top-color: #d0d0d0;
		}

#sub-navlist a:hover
{
color: black;
	text-decoration: underline;
		}

.sub-current
{
color: black;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border-right: 2px solid white;
		}