#menu {
	width: 263px;
	background-image: url(../image/menu_repeat.jpg);
	background-repeat: repeat-y;
	position: relative;
	float: left;
}
#menu_top {
	background-image: url(../image/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 263px;
}
#menu_bottom {
	background-image: url(../image/menu_bottom.jpg);
	height: 21px;
	width: 263px;
	background-repeat: no-repeat;
	position: relative;
}
#menu_top ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#menu_top li {
	font-family: Tahoma;
	font-size: 0.875em;
	font-weight: bold;
	color: #999999;
	line-height: 2.2em;
}
#menu_top li a {
	color: #999999;
	text-decoration: none;
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	width: 170px;
	display: block;
}


#menu_bottom_absolut {
	background-image: url(../image/menu_bottom_absolut.gif);
	height: 158px;
	width: 152px;
	position: absolute;
	left: 112px;
	top: -141px;
	margin: 0px;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cta_under_menu {
	height: 282px;
	width: 263px;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	background-image: url(../image/cta_under_menu.jpg);
}

#cta-results {height:75px;width:263px;background:url(../image/cta-results.jpg) no-repeat 0 0;clear:both;position:relative;}
#cta-results2 {height:90px;width:263px;background:url(../image/insured.jpg) no-repeat 0 0;clear:both;position:relative;}
#cta-results a {width:263px; height:75px; position:absolute;left:0;top:0;text-indent:-9999px;font-size:1px;line-height:1px;}

.hidden {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}

#menu_top li a:hover {
	color: #999999;
	text-decoration: underline;
	background-image: url(../image/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 5px;
}
