﻿/** Main Menu (Top Level) **/

.sf-menu { /* Main UL */
	background:#fff;
}

.row-2-right-bottom { /* (LINK) Global for all top levels */
	display:block;
	padding:0;
}

/** Style Drop Downs **/

.dropdown { /* Global for all drop downs */
}

.dropdown-top
{
	width:204px;
	height:20px !IMPORTANT;
	background-image:url(../images/nav-dropdown-top.jpg) !IMPORTANT;
	background-repeat:no-repeat;
}
.dropdown-bottom { /* If you have no top / bottom dropdown style, then don't show it */
	width:204px;
	height:15px !IMPORTANT;
	background-image:url(../images/dropdown-bottom.gif) !IMPORTANT;
	background-repeat:no-repeat;
}


.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 **/

.sf-sub-indicator {
	background:url('../../AddAPage/images/menu-arrow.jpg') no-repeat; /** Location where the sub item indicator is **/
	width:10px; /* Size of the image */
	height:10px; /* Size of the image */
	
	/* Sound have to change anything below this */
	position:absolute;
	display:block;
	right:0;
	top:0;
	text-indent:-999em;
	overflow:hidden;
}



/** Navigation **/
.row-2-right-bottom
{
	width:711px;
	height:35px;
	float:left;
	clear:both;

}

.row-2-right-bottom ul li ul
{
	width:204px;
}
.row-2-right-bottom ul li ul li
{
	width:204px;
	height:22px;
	background-image:url(../images/dropdown-li-bg.jpg);
	color:#DCDCDC;
	font-size:9pt;
}

.row-2-right-bottom ul li ul li a:active,.row-2-right-bottom ul li ul li a:link,.row-2-right-bottom ul li ul li a:visited
{
	
	color:#DCDCDC;
	font-size:9pt;
	text-decoration:none;
}

.row-2-right-bottom ul li ul li a:hover
{
	
	color:#FCF4A4;
	font-size:9pt;
	text-decoration:none;
}

.dropdown-padding
{
	padding-left:27px;
	padding-top:5px;
}
.row-2-right-bottom ul {
        padding:0;
        margin:0;
}
.row-2-right-bottom ul li {
        float:left;
        list-style:none;
        
}
.row-2-right-bottom ul li a {
        display:block;
       
}
 /* orginal size was height:42px; */
.row-2-right-bottom ul li a.who         { background-position:0px 0px; width:80px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
.row-2-right-bottom ul li a.who:hover   { background-position:0px -35px; width:80px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
 
.row-2-right-bottom ul li a.services         { background-position:-80px 0px; width:65px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
.row-2-right-bottom ul li a.services:hover   { background-position:-80px -35px; width:65px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
 
.row-2-right-bottom ul li a.resources         { background-position:-145px 0px; width:77px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
.row-2-right-bottom ul li a.resources:hover   { background-position:-145px -35px; width:77px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
 
.row-2-right-bottom ul li a.project         { background-position:-222px 0px; width:137px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
.row-2-right-bottom ul li a.project:hover   { background-position:-222px -35px; width:137px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
 
.row-2-right-bottom ul li a.pay         { background-position:-359px 0px; width:93px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
.row-2-right-bottom ul li a.pay:hover   { background-position:-359px -35px; width:93px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
 
.row-2-right-bottom ul li a.requests         { background-position:-452px 0px; width:113px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
.row-2-right-bottom ul li a.requests:hover   { background-position:-452px -35px; width:113px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
 
.row-2-right-bottom ul li a.requesti         { background-position:-565px 0px; width:146px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
.row-2-right-bottom ul li a.requesti:hover   { background-position:-565px -35px; width:146px; background-image:url('../images/top-nav.jpg'); list-style:none;text-indent:-999em; height:35px;}
 
/** End Navigation **/

























