/* CSS Document */

#bg { position: absolute; left: 0px; top: 0px; z-index: 1; } 
#nav { position: absolute; left: 0px; top: 60px; z-index: 3; }
#type { position: absolute; left: 0px; top: 89px; z-index: 2; }
body { scrollbar-face-color: #000000; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #000000; scrollbar-arrow-color: #FFFFFF; }
A { text-decoration: none; }
A:link {text-decoration: none; color: "#41C1FC"; face:"Arial"}
A:hover {text-decoration: none; color: "#FFFFFF"; face: "Arial"}
A:active {text-decoration: none; color: "#41C1FC"; face: "Arial"}
A:visted {text-decoration: none; color: "#41C1FC"; face: "Arial"}


div#nav {
    float:left;
    width:100%;
	font-size: 1.1em;
	font-weight: bold;
    background:#000000;
}
div#nav ul {
    margin:0; padding:0;
    list-style:none;
}
div#nav li {
    float:left;
    margin:0; padding:0;
}
	
div#nav a:link, div#nav a:visited {
    display:block;
	float: left;
	padding: .3em .7em;
	color: #FFFFFF;
	text-decoration: none;
}
div#nav a:hover {
	color: #41C1FC;

}
div#type a:link, div#type a:visited, div#type a:link, div#type a:visited {
	text-decoration: none;
	background: #000000;
	color: #FFFFFF;
}
div#type a:hover, div#type a:hover  {
	background: #303030;

}
div#type2 a:link, div#type2 a:visited, div#type2 a:link, div#type2 a:visited {
	text-decoration: none;
	background: #000000;
	color: #FFFFFF;
}
div#type2 a:hover, div#type2 a:hover  {
	background: #303030; }


div#type2 { font-size: 50% }
