﻿/** Main Menu (Top Level) **/

.sf-menu { /* Main UL */
	background:#fff;
}

.top-level-nav { /* (LINK) Global for all top levels */
	display:block;
	padding:0 15px;
}

/** Style Drop Downs **/

.dropdown { /* Global for all drop downs */
	background:#AFC802;
width:187px;
}

.dropdownlink

{
font-size:10pt;
color:#fff;
}

.dropdown-top,
.dropdown-bottom { /* If you have no top / bottom dropdown style, then don't show it */
	display:none;
}

.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 **/


/** Navigation **/
.home-nav {
	width:318px;
	height:270px;
	float:left;
	background:url(/images/home-nav.jpg) no-repeat;

}

.bluebg
{
	background:#84AA01 !IMPORTANT;
}


.home-nav ul li ul
{
width:189px;
min-height:125px;
height:auto !important;
height:125px;margin-left:-191px;
margin-top:-15px;
border:1px #fff solid;
}

.home-nav ul li ul li
{
width:187px;
background:url(/images/home-nav-li-bg.jpg) no-repeat;
padding-bottom:5px;
}
.dropdown a:link,
.dropdown a:active,
.dropdown a:visited
{
	color:#fff;
	outline-style:none;
	text-decoration:none;
	font-size:10pt;
}

.dropdown a:hover
{
	color:#333;
	outline-style:none;
	text-decoration:none;
	font-size:10pt;

}

.dropdown-padding
{
	padding-left:20px;
	padding-top:8px;
	padding-bottom:5px;
}
.dropdown-padding-2
{
	padding-left:25px;
	padding-top:8px;
}

.home-nav ul {
        list-style:none;
        padding:0;
        margin:0;
    	width:318px;

}
.home-nav ul li {
        float:left;
}
}
.home-nav ul li a {
}
 
a.tophome         { background-image:url(/images/home-nav.jpg); background-position:0px 0px; width:318px; height:45px; text-indent:-5555px; display:block;}
a.tophome:hover   { background-image:url(/images/home-nav.jpg); background-position:-318px 0px; width:318px; height:45px; text-indent:-5555px; display:block;}

a.topabout         { background-image:url(/images/home-nav.jpg); background-position:0px -45px; width:318px; height:46px; text-indent:-5555px; display:block;}
a.topabout:hover   { background-image:url(/images/home-nav.jpg); background-position:-318px -45px; width:318px; height:46px; text-indent:-5555px; display:block;}

a.topgetting         { background-image:url(/images/home-nav.jpg); background-position:0px -91px; width:318px; height:45px; text-indent:-5555px; display:block;}
a.topgetting:hover   { background-image:url(/images/home-nav.jpg); background-position:-318px -91px; width:318px; height:45px; text-indent:-5555px; display:block;}

a.topbenefits         { background-image:url(/images/home-nav.jpg); background-position:0px -136px; width:318px; height:44px; text-indent:-5555px; display:block;}
a.topbenefits:hover   { background-image:url(/images/home-nav.jpg); background-position:-318px -136px; width:318px; height:44px; text-indent:-5555px; display:block;}

a.topdirectory         { background-image:url(/images/home-nav.jpg); background-position:0px -180px; width:318px; height:42px; text-indent:-5555px; display:block;}
a.topdirectory:hover   { background-image:url(/images/home-nav.jpg); background-position:-318px -180px; width:318px; height:42px; text-indent:-5555px; display:block;}

a.topcontact         { background-image:url(/images/home-nav.jpg); background-position:0px -222px; width:318px; height:48px; text-indent:-5555px; display:block;}
a.topcontact:hover   { background-image:url(/images/home-nav.jpg); background-position:-318px -222px; width:318px; height:48px; text-indent:-5555px; display:block;}
 
/** End Navigation **/

