﻿@charset "utf-8";
/* CSS Document */




/******moved from custom***********/
/*
span#nav {vertical-align:middle}

#nav a:link, #nav a:visited {display: block; float: left; width: 170px; height: 35px; background-color:#acacac; color:#ffffff; font-size:13px; font-weight:normal; vertical-align:middle; text-align:center; list-style-image:none;}

#nav a:hover, #nav a:active {color:#ffffff; font-size:13px; font-weight:normal; vertical-align:middle; text-align:center;  width: 170px; height: 35px; background-color:#5f73bd; list-style-image:none;}

*/

/************************************/





#nav {
}
#nav ul {
    height: 65px;
    font-size: 1.3em;
    background: transparent url(../images/mainNav.gif) repeat-x scroll 0 0;
    padding-left:0px;
    margin-left: 0px;
}

#nav ul li ul {
    height: 50px;
}

#nav ul li ul li {border-left:0px solid #FFFFFF;}

#nav a {
	display: block;
    height: 65px; 
    width: 142px;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: .03em;
	background: transparent url(../images/mainNav_bg_up.jpg) repeat-x scroll 0 0;
}
#nav ul li a span {
    position: absolute;
    bottom: 10px;
    left: 10px;  
    line-height: 1.2em; 
} 
#nav a:hover {
	background-position: 0 -65px;
	color:#8B3281;
}
#nav a.navlock {
	display:inline-block;
	padding-right: 15px;
	background: url(../images/padlock.gif) no-repeat right;
}

#nav a.tier1 {
	width: auto;
	text-align: left;
}

#nav a.tier1-arrow {
	display: block;
	width: 142px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	height: 10px;
	padding: -6px 0px 0px 0px;
	background: url(../images/arrow.gif) center right no-repeat;
}

#nav li { /* all list items -- width of main nav buttons*/
	float: left;
    border-left: 1px solid #fff;
}
#nav li:first-child { 
	 border-left: none;
}

#nav li ul { /* second-level lists */
    font-size: 1.3em;
	position: absolute;
	width: 142px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#nav li ul a, #nav li.active ul a { /* second-level lists */
font-size:10px;
    display: block;
    height: 50px; 
    width: 142px;
    position: relative;
    text-decoration: none;
    color: #4b4b4b;
    letter-spacing: .03em;
    background: transparent url(../images/mainNav.gif) 0 0 repeat-x;
}

#nav li.active a {
    background: transparent url(../images/mainNav.gif) 0 0 repeat-x;
    /*background: transparent url(../images/mainNav.gif) repeat-x scroll 0 0;*/
	color:#8B3281;
}

#nav li.active a:hover {
	background-position: 0 -65px;
	color:#8B3281;
}
/* Rollover background states of dropdowns from main navigation*/
#nav li li {
	
	
	padding-right: 0;
	width: 142px;
}

/* horizontal spacing placement of list tiers from left edge of parent button */
#nav li ul ul { 
	margin: -22px 0 0 175px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* button holder dimension--causes buttons to tile left to right based on their size in comparison to the width 

entered -- lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
	width: 142px;
	z-index:100;
}

/*over state colors*/
#nav li:hover, #nav li.sfhover {
	background-position: 0 -65px;
	color:#8B3281;
	/*background-color:#000000;
	color:#FFFFFF;
	background-image:url(../images/nav_button_over_bg.jpg);
	background-repeat:repeat-x;*/
}


/*
#nav {width:142px;}
#nav li a,
#nav li a:visited {
    display: block;
    height: 50px; 
    width: 142px;
    position: relative;
    text-decoration: none;
    color: #4b4b4b;
    letter-spacing: .03em;
    background: transparent url(../images/mainNav.gif) 0 0 repeat-x; } 

#nav li a span {
	bottom:10px;
	left:10px;
	line-height:1.2em;
	position:absolute;
}

#nav li a:hover {
    background-position: 0 -65px;
}   
#nav li.active a,
#nav li.active a:visited,
#nav li.active a:hover,
#nav li.active a:active {
    color: #fff;
    background-position: 0 -130px;
}

*/
.AspNet-TreeView { z-index: 100; }
