#wrapper {
	width: 910px;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	background-color:#FFFFFF;
	}


#header{
	top:10px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 910px;
	}
	
#siteName{
	height: 50px;
	width: 306px;
	float: left;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	}
	
#utility{
	height: 15px;
	width: 400px;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	float: right;
	text-align:right;
	}
	
#search{
	float: right;
	text-align:right;
	padding-top: 7px;
	width: 450px;
	height: 20px;
	clear: right;
	}

	
#utility ul{
	height: 15px;
	list-style-type: none;
	padding:5px 0px;
	margin:0px;
	}
	
#utility li{
	float: right;
	padding:0px 0px 0px 10px;
	margin:0px;
	}

#menuBar{
	top:70px;
	height: 40px;
	clear: both;
	width: 910px;
	z-index: 10;  
	background: #ffffff; 
}

#menuBar ul{ 
	z-index: 10;
	list-style: none; 
	float: left; 
	margin: 0px; 
	padding: 0px; 
	font-size: 110%; 
	border-style: none; 
}

#menuBar li{ 
	list-style: none; 
	z-index: 10;
	float: left; 
	width: 130px;
	margin: 0px; 
	padding: 0px; 
}

#menuBar li a{ 
	display: block; 
	display: inline-block; 
	float: left; 
	padding: 0px;
	z-index: 15;
	margin: 0px;
}

#menuBar li ul{ 
	width: 130px;
	display: none; 
	position: absolute; 
	z-index: 20; 
	top: 105px; 
	clear: left;
	float: left; 
}
	
#menuBar li li{ 
	background: #f0f0f0; 
	clear: left; 
	float: left; 
	padding: 4px;
	width: 130px; 
	height: auto;
	border-style: none;
	z-index: 30;
	clear: left; 
}

#menuBar li li a{ 
	width: 130px;
	background: #f0f0f0; 
	border-bottom: solid; 
	border-width: 1px; 
	border-color: #cccccc;
	z-index: 40;
	width: 100%; 
	height: auto;
}

#menuBar li li a:hover{
	width: 130px;
	background: #003366 repeat-x; 
	color: #ffffff; 
	z-index: 60;
	width: 100%; 
	height: auto;
}
