@charset "utf-8";
/* CSS Document */

#nav {

}
#nav li {
	list-style:none;
	width:200px;
	height:40px;
}
#nav li a {
	text-decoration:none;
	color:#000000;
	display:block;
}
#nav li a:hover {
	background-image:url(menu/background.png);
	width:200px;
	height:33px;
	background-repeat:no-repeat;
}
	h1 {
		font-size:16px;
	}
	a{
		color: #D60808;
		text-decoration:none;
		font-weight:bold;
	}
   		
	/* END PART YOU CAN REMOVE */
	
	
	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:1em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
#menubar {
position:relative;
font-family:"BakerSignet BT";
color:#FFFFFF;
font-size:1.2em;
*font-size:1.2em;
left:110px;
top:32px;
z-index:99;
}
#menubar a:link {color:#FFFFFF; text-decoration:none}      /* unvisited link */
#menubar a:visited {color:#FFFFFF; text-decoration:none}  /* visited link */
#menubar a:hover { color:#CC9933}  /* mouse over link */
#menubar a:active {color:#FFFFFF; text-decoration:none}
#footnote {
position:relative;
font-family:"BakerSignet BT";
color:#FFFFFF;
font-size:.8em;
left:90px;
top:50px;
}

#menu {
	position:absolute;
	top:10%;
	right:5%;
}
