/* CSS Document */

	/* side navigation
================================================*/
	
#sidenavbg {
	float:left;
	width:175px;
	clear:both;
	
	
	}
	
#search {
	text-indent:7px;
	float:left;
	font-size: 67%;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top:5px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 12px;
	

	}
	
	*html #search {
	margin-bottom: 11px;
	}
	
	
	/* Styles left navigation buttons */
	
		
ul#navmenuhoriz {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	line-height: 20px;
	text-align: left;

}

ul#navmenuhoriz li{
	position: relative;
}

ul#navmenuhoriz li ul {
	margin: 0;
	padding: 1;
	list-style: none;
	
}
	
ul#navmenuhoriz li a {
	text-indent: 0px;
	color: #1a548f;
	display: block;
	text-decoration: none;
	font-size: 75%;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #83afdb;
	

}

ul#navmenuhoriz li a:hover {
	color: #6295c7;
	background-image: url(/images/blend.jpg);
	background-repeat: no-repeat;
} 

/* Fix IE. Hide from IE Mac \*/
* html ul#navmenuhoriz li { 
	float: left; 
	height: 1%; 
}
* html ul#navmenuhoriz li a {
	height: 1%;
	position:relative;
}
/* End */



/* Hover Styles */
		
ul#navmenuhoriz li ul li a {
	color: #ffffff;
	background-image: url(/images/left_but_sub.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: normal;
} 

/* ------------- Register For Benefits -----------------*/




ul#navmostpop {
margin: 0px;
	padding: 0;
list-style:none;
	width: 161px;
	line-height: 20px;
}

ul#navmostpop li {
position: relative;

}

ul#navmostpop li ul {
	margin: 0;
	padding: 0px;
	
}

ul#navmostpop li a {

padding:0px;
	color: #553937;
	text-decoration: none;
	font-size: 70%;
	font-weight: normal;
	background: #fff;
	border: 0;
	line-height: 23px;
	
	
}
ul#navmostpop li a:hover {
	color: #b69083;
} 

#spaceleft {
margin-left: 7px;
margin-bottom: 2px;

}

#spaceleft2 {
margin-left: 9px;
margin-top: 2px;

}