

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 25px;
top: 16px;
	position: relative;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #6b8cb7 url(/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #e7e7e7;
}

#ddcolortabs a:hover span{
background-color: #e7e7e7;
}

<!--
#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #e7e7e7;
}
-->
#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #6b8cb7;
border-top: 1px solid #ffffff; /*Remove this to remove border between bar and tabs*/
position: relative;
top: 17px;
}

#ddcolortabsline-footer{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #6b8cb7;
border-top: 1px solid #ffffff; /*Remove this to remove border between bar and tabs*/

}

<!--  #6b8cb7 blue
#e7e7e7 lt grey -->

#mascots {
	position: relative;
	top: 1px;
	right: 20px;
	width: 100%;

}

#horizon        
	{
	color: white;
	background-color: #ffffff;
	text-align: right;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 99%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
	
