#layer6 { visibility: visible; display: block }

h1    { color: white; font-weight: bold; font-size: 15px; background-color: #5481c3; 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: #99b0fa; margin-top: 0px; margin-bottom: 0px; padding: 3px 30px }
h3  { padding: 3px 30px; border-top: 1px dotted #5481c3; border-bottom: 1px dotted #5481c3 }

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

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

.dotted_table { border-right: 1px dotted #5481c3; border-left: 1px dotted #5481c3 }
.dotted_table_bottom { border-bottom: 1px dotted #5481c3;}
.dotted_table_left   { font-size: 9px; border-left: 1px dotted #5481c3 }
#breadcrumbs { background-color: #5481c3; }

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

#nav li ul li a
{
	color: #5481c3; 
}

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


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