#head1
{
	background: grey;
	background-image: url('/images/toprepeat.png');
	background-repeat: repeat-x;
	height: 100px;
	position:relative;
}

#hlogo{
	height:99px;
	width:130px;
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
}
/* hide from Mac IE5.x \*/
#hlogo{overflow:hidden;}
/* end hide*/
#hlogo em {
	background: url("/images/ub.gif");
	height:99px;
	width:130px;
	position:absolute;
	left:0;
	top:0;
	display:block;
	cursor: pointer;
}

#hlogo2{
	height:99px;
	width:241px;
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	top: 0px;
}
/* hide from Mac IE5.x \*/
#hlogo2{overflow:hidden;}
/* end hide*/
#hlogo2 em {
	background: url("/images/botb.png");
	height:99px;
	width:241px;
	position:absolute;
	left:0;
	top:0;
	display:block;
	cursor: pointer;
}

/* Primary Nav CSS */
		
			#navA
			{
				margin: 0;
				padding: 0 0 0px 10px;
				/*border-bottom: 1px solid #FFFFFF;*/
			}
			
			#navA li
			{
				margin: 0;
				padding: 0;
				display: inline;
				list-style-type: none;
			}		
			
			#navA a:link, #navA a:visited
			{
				float: left;
				font-size: 11px;
				line-height: 14px;
				font-weight: bold;
				padding: 0 12px 6px 12px;
				text-decoration: none;
				color: #000000;
			}
			
			
			#navA a:hover
			{
				color: #FFFFFF;
				background: url("/images/Rounded.gif") no-repeat bottom center;
			}
			
			
			#navA a:link.active
			{
				color: #FFFFFF;
				background: url("/images/Rounded.gif") no-repeat bottom center;
			}
			#navA a:visited.active
			{
				color: #FFFFFF;
				background: url("/images/Rounded.gif") no-repeat bottom center;
			}
			
			
/* END Primary Nav CSS */