body {
	margin:0 0;
	}
	
#navcontainer {
	position:absolute;
	height:20px;
	top:95px;
	left: 12px;
	margin:0px 0px 0px 0px;
	}

#topnav a {
	color:#000;
	font-weight:bold;
	font-family: verdana, arial;
	text-decoration:none;
	line-height : 150%;
	font-size:11px;
	padding-left:7px;
	background:#97BEE5 url(images/blue1.gif) left bottom no-repeat;
	}
		
#topnav a span {
	line-height : 150%;
	padding-right:7px;
	background:#97BEE5 url(images/blue2.gif) right bottom no-repeat;
	}

#topnav .admin a {
	color:#000;
	font-weight:bold;
	font-family: verdana, arial;
	text-decoration:none;
	line-height : 150%;
	font-size:11px;
	padding-left:7px;
	background:#97BEE5 url(images/red1.gif) left bottom no-repeat;
	}
	
#topnav .admin a span {
	line-height : 150%;
	padding-right:7px;
	background:#97BEE5 url(images/red2.gif) right bottom no-repeat;
	}

	
#topnav a { 
	display: block; 
	float: left;
	padding-bottom:-3px;
	} 

#topnav a span { 
	display: block; 
	float: left;
	padding-bottom:3px;
	} 
	
/* Commented backslash hack hides rule from IE5-Mac \*/ 
#topnav a, #topnav a span { 
	float: none;
	} 
/* End IE5-Mac hack */ 

#topnav a:hover { 
	color: #fff; 
	background:red url("images/red1.gif") left bottom no-repeat; 
	text-decoration: none; 
	padding-left: 7px 
	} 

#topnav a:hover span {
	color: #fff;  
	background:red url("images/red2.gif") right bottom no-repeat; 
	padding-right: 7px 
	}

#redpreload {
	background:red url("images/red2.gif") right bottom no-repeat; 
	width:0px;
	height:0px;
	} 
	
#redpreload a { 
	background:red url("images/red1.gif") left bottom no-repeat; 
	} 


#topnav { 
	list-style: none; 
	padding: 0; 
	margin: 0 
	} 	
	
#topnav li {
	display:block;
	float:left;
	margin:0 2px 0px 0;
	padding 0;
	}
	