#layer7 { visibility: visible; display: block }

h1   { color: white; font-weight: bold; font-size: 15px; background-color: #336; text-transform: uppercase; margin-top: 10px; margin-bottom: 0px; padding: 10px 30px }
h2  { color: white; font-style: italic; font-weight: normal; font-size: 11px; background-color: #66c; margin-top: 0px; margin-bottom: 0px; padding: 3px 30px }
h3  { padding: 3px 30px; border-top: 1px dotted #336; border-bottom: 1px dotted #336 }

a  { color: #336; text-decoration: none }
a:hover { color: #f90 }

ul{ list-style: disc url(../img/arrow.gif) outside; }

.dotted_table  { border-right: 1px dotted #336; border-left: 1px dotted #336 }
.dotted_table_bottom { border-bottom: 1px dotted #336 }
#breadcrumbs { background-color: #336; }

.nav_container, #nav li, .sidebar .footer
{
	background-color: #336;
}

#nav li ul li a
{
	color: #336; 
}

#nav li ul li a:hover
{
	color: #f90; 
}


#nav li ul li
{
	border-color: #336; border-style: solid; border-width: 1px 1px 0;
}
