﻿/** Main Menu (Top Level) **/

.sf-menu { /* Main UL */
	background:#3170B2;
}

.second-nav-center
 { /* (LINK) Global for all top levels */
	display:block;
	padding:0;
}

/** Style Drop Downs **/

.dropdown { /* Global for all drop downs */
	background:#3170B2;
	font-size:9pt;
	width:240px;
	margin-left:10px;
	border-top:2px #6A98C7 solid;
	margin-top:0px;
}

.second-nav-center ul li ul li
{
	width:240px;
	height:29px;
	background-image:url(/images/dropdownbg.jpg);
	color:#C0C0C0;
	font-size:9pt;
}

.bluebg
{
	background:#173589 !IMPORTANT;
}

.dropdown a:link,
.dropdown a:active,
.dropdown a:visited
{
	color:#fff;
	outline-style:none;
	text-decoration:none;
	font-size:9pt;

}

.dropdown a:hover
{
	color:#C0C0C0;
	outline-style:none;
	text-decoration:none;
	font-size:9pt;

}

.dropdown-padding
{
	padding-left:20px;
	padding-top:8px;
}
.dropdown-padding-2
{
	padding-left:25px;
	padding-top:8px;
}
.dropdown-1 { /* (UL) First Drop Down (If Needed) */ }
.dropdown-2 { /* (UL) Second Drop Down (If Needed) */ }
.dropdown-3 { /* (UL) Third Drop Down (If Needed) */ }
.dropdown-4 { /* (UL) Fourth Drop Down (If Needed) */ }

/** Arrow Indicator (Indicates that menu item has sub items) - Delete if you don't need it **/

.second-nav-center ul li a.tophome            	{ background-image:url(/images/second-nav-center.jpg); background-position:0px 0px; width:73px; height:27px; text-indent:-5555px; display:block;}
.second-nav-center ul li a.tophome:hover      	{ background-image:url(/images/second-nav-center.jpg); background-position:0px -27px; width:73px; height:27px; text-indent:-5555px; display:block;}

.second-nav-center ul li a.topabout           	{ background-image:url(/images/second-nav-center.jpg); background-position:-73px 0px; width:259px; height:27px; text-indent:-5555px; display:block;}
.second-nav-center ul li a.topabout:hover     	{ background-image:url(/images/second-nav-center.jpg); background-position:-73px -27px; width:259px; height:27px; text-indent:-5555px; display:block;}

.second-nav-center ul li a.topgetting         	{ background-image:url(/images/second-nav-center.jpg); background-position:-332px 0px; width:119px; height:27px; text-indent:-5555px; display:block;}
.second-nav-center ul li a.topgetting:hover   	{ background-image:url(/images/second-nav-center.jpg); background-position:-332px -27px; width:119px; height:27px; text-indent:-5555px; display:block;}

.second-nav-center ul li a.topbenefits        	{ background-image:url(/images/second-nav-center.jpg); background-position:-451px 0px; width:130px; height:27px; text-indent:-5555px; display:block;}
.second-nav-center ul li a.topbenefits:hover  	{ background-image:url(/images/second-nav-center.jpg); background-position:-451px -27px; width:130px; height:27px; text-indent:-5555px; display:block;}

.second-nav-center ul li a.topdirectory       	{ background-image:url(/images/second-nav-center.jpg); background-position:-581px 0px; width:139px; height:27px; text-indent:-5555px; display:block;}
.second-nav-center ul li a.topdirectory:hover 	{ background-image:url(/images/second-nav-center.jpg); background-position:-581px -27px; width:139px; height:27px; text-indent:-5555px; display:block;}

.second-nav-center ul li a.topcontact         	{ background-image:url(/images/second-nav-center.jpg); background-position:-720px 0px; width:86px; height:27px; text-indent:-5555px; display:block;}
.second-nav-center ul li a.topcontact:hover   	{ background-image:url(/images/second-nav-center.jpg); background-position:-720px -27px; width:86px; height:27px; text-indent:-5555px; display:block;}

