@charset "utf-8";
/* CSS Document */
#topMenu {
	height:55px;
}

#topMenu ul, #topMenu li {
	margin:0;
	padding:0;
	list-style:none;
}
	
	#topMenu ul {
	}
	
		#topMenu li {
			height:54px;
			float:left;
		}		
			#topMenu a {
				display:block;
				position:relative;
				height:54px;
			}
			
			#topMenu li#BusinessInsurance a {width:135px; background:url(/images/menuSprite.png) no-repeat 0 0;}
			#topMenu li#PersonalInsurance a {width:130px; background:url(/images/menuSprite.png) no-repeat -135px 0;}
			#topMenu li#MarineInsurance a {width:113px; background:url(/images/menuSprite.png) no-repeat -265px 0;}
			#topMenu li#EmployeeBenefits a {width:188px; background:url(/images/menuSprite.png) no-repeat -378px 0;}
			#topMenu li#USSAILINGPrograms a {width:129px; background:url(/images/menuSprite.png) no-repeat -566px 0;}
			#topMenu li#RequestaQuote a {width:100px; background:url(/images/menuSprite.png) no-repeat -695px 0;}
			#topMenu li#AboutUs a {width:117px; background:url(/images/menuSprite.png) no-repeat -795px 0;}
			
			#topMenu li#BusinessInsurance.selected a {background:url(/images/menuSprite.png) no-repeat 0 -55px;}
			#topMenu li#PersonalInsurance.selected a {background:url(/images/menuSprite.png) no-repeat -135px -55px;}
			#topMenu li#MarineInsurance.selected a {background:url(/images/menuSprite.png) no-repeat -265px -55px;}
			#topMenu li#EmployeeBenefits.selected a {background:url(/images/menuSprite.png) no-repeat -378px -55px;}
			#topMenu li#USSAILINGPrograms.selected a {background:url(/images/menuSprite.png) no-repeat -566px -55px;}
			#topMenu li#RequestaQuote.selected a {background:url(/images/menuSprite.png) no-repeat -695px -55px;}
			#topMenu li#AboutUs.selected a {background:url(/images/menuSprite.png) no-repeat -795px -55px;}
			
			#topMenu li#BusinessInsurance:hover a, #topMenu li#BusinessInsurance.sfhover a, #topMenu li#BusinessInsurance:active a, #topMenu li#BusinessInsurance:focus a {background:url(/images/menuSprite.png) no-repeat 0 -110px;}
			#topMenu li#PersonalInsurance:hover a, #topMenu li#PersonalInsurance.sfhover a, #topMenu li#PersonalInsurance:active a, #topMenu li#PersonalInsurance:focus a {background:url(/images/menuSprite.png) no-repeat -135px -110px;}
			#topMenu li#MarineInsurance:hover a, #topMenu li#MarineInsurance.sfhover a, #topMenu li#MarineInsurance:active a, #topMenu li#MarineInsurance:focus a {background:url(/images/menuSprite.png) no-repeat -265px -110px;}
			#topMenu li#EmployeeBenefits:hover a, #topMenu li#EmployeeBenefits.sfhover a, #topMenu li#EmployeeBenefits:active a, #topMenu li#EmployeeBenefits:focus a {background:url(/images/menuSprite.png) no-repeat -378px -110px;}
			#topMenu li#USSAILINGPrograms:hover a, #topMenu li#USSAILINGPrograms.sfhover a, #topMenu li#USSAILINGPrograms:active a, #topMenu li#USSAILINGPrograms:focus a {background:url(/images/menuSprite.png) no-repeat -566px -110px;}
			#topMenu li#RequestaQuote:hover a, #topMenu li#RequestaQuote.sfhover a, #topMenu li#RequestaQuote:active a, #topMenu li#RequestaQuote:focus a {background:url(/images/menuSprite.png) no-repeat -695px -110px;}
			#topMenu li#AboutUs:hover a, #topMenu li#AboutUs.sfhover a, #topMenu li#AboutUs:active a, #topMenu li#AboutUs:focus a {background:url(/images/menuSprite.png) no-repeat -795px -110px;}
		
			#topMenu a span {
					position:absolute;
					left:-999em;
				}
				
			#topMenu li ul {
				position:absolute;
				background:url(/images/dropdownBG.png) bottom center no-repeat;
				width:169px;
				left:-999em;
				padding-top:6px;
				z-index:100;
				height:auto;
			}
			
				#topMenu li#BusinessInsurance ul {margin-left:10px;}
				#topMenu li#PersonalInsurance ul {margin-left:-20px;}
				#topMenu li#MarineInsurance ul {margin-left:-25px;}
				#topMenu li#EmployeeBenefits ul {margin-left:8px;}
				#topMenu li#USSAILINGPrograms ul {margin-left:-28px;}
				#topMenu li#RequestaQuote ul {margin-left:-32px;}
				#topMenu li#AboutUs ul {margin-left:-67px;}
			
				#topMenu li li {
					background:none;
					height:auto;
					border-bottom:2px dotted #707276;
					width:139px !important;
					margin:0 15px
				}
				
				#topMenu li li.topCap {
					position:absolute;
					height:6px;
					width:169px !important;
					margin:0;
					background:url(/images/dropdownTop.png) no-repeat;
					z-index:1000;
					top:-6px;
					left:0;
					overflow:hidden;
					border-bottom:none;
				}
				
				#topMenu li li.lastChild {
					padding-bottom:15px;
					border-bottom:none;
				}
				
				/*Severe Storm Center link color*/
				#topMenu .redColorLink {
					color:#cc0000 !important;
				}
				
					#topMenu li li a {
						background:none !important;
						height:auto;
						padding:5px 8px;
						color:#707276;
						text-decoration:none;
						width:123px;
						overflow:hidden;
					}
					
					#topMenu li#EmployeeBenefits li a {
						width:123px;
					}
					
					#topMenu li li a:hover {
						color:#00234c;
						}
					
					
					#topMenu li li.lastItem a {
					}
					
					#topMenu li li ul {
						display:none;
					}
					
		#topMenu li:hover ul ul, #topMenu li:hover ul ul ul, #topMenu li.sfhover ul ul, #topMenu li.sfhover ul ul ul {
			left: -999em;
		}

		#topMenu li:hover ul, #topMenu li li:hover ul, #topMenu li li li:hover ul, #topMenu li.sfhover ul, #topMenu li li.sfhover ul, #topMenu li li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}
		
		#topMenu li:hover, #topMenu li.hover {  
			position: static;  
		}  
		
#leftMenu {
	width:195px;
	margin-left:18px;
	background-color:#d4e7f4;
	float:left;
	display:inline;
}
/*quotes page has empty leftnav*/
#leftMenuEmpty {
	width:195px;
	margin-left:18px;
	float:left;
	display:inline;
}

#leftMenuCTAs {
	width:195px;
	/*margin-left:18px;*/
	background-color:#fff;
	float:left;
	display:inline;
}

#leftMenu ul, #leftMenu li {
	margin:0;
	padding:0;
	list-style:none;
}

#leftMenu ul {
	margin:6px 8px;
	border:1px solid #bdbcbd;
	background:#ffffff url(/images/leftMenuBG.png) bottom repeat-x;
}

	#leftMenu li {
	}

		#leftMenu li a {
			color:#707276;
			text-decoration:none;
			display:block;
			padding:20px 8px;
			line-height:12px;
			margin:0 5px;
			border-bottom:2px dotted #b0b1b3;
		}
		
		#leftMenu li.selected a {
			color:#00234c;
		}
		
		#leftMenu li a:hover, #leftMenu li.selected a:hover {
			color:#333333;
		}
		
		#leftMenu li:hover, #leftMenu li.sfhover {
			background:#FFFFFF url(/images/leftMenuHover.png) bottom repeat-x;
			overflow:visible;
		}
		
		#leftMenu li a.lastItem {
			border-bottom:none;
		}






