


/*can't use as logo, otherwise utility nav pushed below banner*/
#masterHeaderBackground {
/*background-image: url(/App_Themes/ACC/images/acc_banner.jpg);
background-repeat: no-repeat;*/

}



#menu{
text-align:right;
/*IE7, so utility nav would be flush right, not left*/
}



/*attempting to center in IE7
#doc3{
	text-align: center !important;
	margin: 0 auto !important;
}*/

/* #hd{ position:relative;}*/





/*asi code that builds table 
for nav hardcodes nowrap!*/
/* line up text with nav image */
#LeftNav  a
{
	padding-top: 2px;
	display: block;
	color: #5B7A36;
	font-size: 12px;
	font-family: Verdana;
}

#LeftNav a:hover
{
	color: #006;
	text-decoration: underline;
}


/*Hide ASI login/logout link */
#masterTopBarAuxiliary [role="navigation"]{
 display: none !important;
}

#masterTopBarAuxiliary [role="search"] {
 text-align: right;
}


/*Hide Search Box*/
#SimpleSearchBlock input
{
	/*display: none;*/
}
#masterTopBarAuxiliary
{
	/*display: none;*/
}

/*Primary Nav Menu*/

div.RadMenu_Default  {
/*height: 30px; CREATED UNWANTED SPACE UNDER NAV*/
}


 /*background for menu, not helping for ie7
#masterHeaderBackground{
	background-color: #efefef;
}*/

.RadMenu_Default a.rmLink:hover, .RadMenu_Default a.rmFocused, .RadMenu_Default a.rmSelected
{
    background-color: #000054 !important; /*nav hover color */
	color: white !important;
}


.RadMenu_Default .rmRootGroup !important
{
    background-color: #000000; /*off color*/
}

.rmItem

{
    background-color: #efefef; /* color for menu item when off #8FB73A;*/
}

.RadMenu_Default .rmRootGroup {
    background-color: #000000;
    background-position: 0 -408px;
    background-repeat: repeat-x;
    border-bottom-color: #828282;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #828282;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #828282;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #828282;
    border-top-style: solid;
    border-top-width: 1px;
}

.RadMenu_Default, .RadMenu_Default a.rmLink {
    -x-system-font: none;
    color: #000000;  /*ad,!mportant COLOR FOR PRIMARY NAV TEXT */
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 13px !important; /* 12 ad, size of menu text*/
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold !important;
    line-height: 30px; /* 23 ad, size of menu text*/
    text-decoration: none;
	/*  --------    display: none !important;    *//* THIS HIDES THE MENU, MUST APPEAR IN HERE*/
}

/* to get rid of gray bar on rollover in nav*/
RadMenu_Default .rmRootGroup, .RadMenu_Default a.rmLink, .RadMenu_Default .rmGroup .rmText, .RadMenu_Default .rmLeftArrow, .RadMenu_Default .rmRightArrow, .RadMenu_Default .rmTopArrow, .RadMenu_Default .rmBottomArrow 
{
	background-image: url('') !important;
}


/*LEFT NAV */

td.ctl00_secondary_navtree_0 {
/*background-image: url(http://www.pscouncil.org/App_Themes/AAFPRS/images/Button-bck.gif);
background-repeat: no-repeat;
display: block;
overflow: hidden;
margin: 0px;
padding: 0px 0px 0px 24px;
width: 149px;
height: 24px;*/
padding: 0px 0px 0px 10px !important;
white-space: default !important;
}

