#layer2 { visibility: visible; display: block }

.dotted_table  { border-right: 1px dotted #336; border-left: 1px dotted #336 }
.dotted_table_bottom { border-bottom: 1px dotted #336 }
h1   { color: white; font-weight: bold; font-size: 15px; background-color: #030; 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: #390; margin-top: 0px; margin-bottom: 0px; padding: 3px 30px }
h3  { padding: 3px 30px; border-top: 1px dotted #030; border-bottom: 1px dotted #030 }

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

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

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

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

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

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


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