/*--- http://www.cssplay.co.uk/leftNavs/flyout_4level.html -----*/



/*####################
### TOP NAVIGATION ###
####################*/ 


#topNav{
	background-color		: #999;	
	display 				: block;
	height					: auto;
	margin					: 0px 0px 1px 0px;
	
}

#topNav ul{	
	list-style 				: none;
	margin					: 0px 0px 0px 174px;
	padding					: 0px 0px 0px 0px;
	height					: 28px;
	display 				: block;
}

#topNav ul li{
	display 				: inline;
}

#topNav ul li a{	
	margin					: 0px 0px 0px 0px;
	padding					: 6px 15px 0px 15px;
	display 				: block;
	float 					: left;
	color					: #FFF;
	text-decoration 		: none;
	font-size 				: 12px;
	height 					: 22px;
	border-left				: 1px solid #FFF;
}

#topNav ul li a:hover, #topNav ul li a.selected{
	background-color		: #005397;
	color					: #ffffff;
	background				: url(../images/navBkgrd.jpg) left repeat-x;
}





/*################
#### LEFT NAV ####
################*/ 



.leftNav { 
 	height					: auto;
	display 				: block;
 	width					: 174px;
	float					: left;
}


/* remove all the bullets, borders and padding from the default list styling */
.leftNav ul {
	position				: relative;
	z-index					: 500;
 	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	list-style-type			: none;
	width					: 174px;
}

/* style the list items */
.leftNav li {
	background				: #CCC;
	height					: 26px;
	/* for IE7 */
	float					: left;
}

.leftNav li.sub {
	background				: #CCC url(../images/arrow.gif) no-repeat right center;
} 

/* get rid of the table */
.leftNav table {
	position				: absolute; 
	border-collapse			: collapse; 
	top						: 0; 
	left					: 0; 
	z-index					: 100; 
	font-size				: 1em;}

/* style the links */
.leftNav a{
	display					: block; 
	text-decoration			: none;
	height					: 25px;
	line-height				: 25px;
	width					: 174px;
	color					: #000;
	text-indent				: 10px;
	border					: 1px solid #fff;
	border-width			: 0 0px 1px 0px;
}

/* hack for IE5.5 */
* html .leftNav a{
	width					: 174px; 
	w\idth					: 174px;
	text-decoration			: none;
}


/* style the link hover */
* html .leftNav a:hover {
	text-decoration			: none;
	background-image		: url(../images/navBkgrd.jpg);
	background-position		: left;
	background-repeat		: repeat-x; 
	position				: relative;
	color					: #FFFFFF;
	
	
}

.leftNav li:hover {
	position				: relative;
	
}

/* For accessibility of the top level leftNav when tabbing */
.leftNav a:active, .leftNav a.selected {
	background-image		: url(../images/navBkgrd.jpg);
	background-position		: left;
	background-repeat		: repeat-x;
	color					: #FFFFFF;
	
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.leftNav li:hover > a {
	background-image		: url(../images/navBkgrd.jpg);
	background-position		: left;
	background-repeat		: repeat-x;
	color					: #FFFFFF;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.leftNav li ul {
	visibility				: hidden;
	position				: absolute;
	top						: 0px;
	/* set up the overlap (minus the overrun) */
	left					: 174px;
	/* set up the overrun area */
	padding					: 0px 0px 0px 0px;
	/* this is for IE to make it interpret the overrrun padding */
	background				: transparent url(transparent.gif);
	}


.leftNav ul ul {
	border					: 1px solid #666;
}


.leftNav ul ul li a{
	background-color		: #BBB;
	border					: 1px solid #FFF;
	border-width			: 0 0px 1px 0px;
}


/* for browsers that understand this is all you need for the flyouts */
.leftNav li:hover > ul {
	visibility:visible;
}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.leftNav ul a:hover ul ul{
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.leftNav ul a:hover ul a:hover ul ul{
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.leftNav ul a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
}

/* make the second level visible when hover on first level link */
.leftNav ul a:hover ul {
	visibility:visible;
}
/* make the third level visible when you hover over second level link */
.leftNav ul a:hover ul a:hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.leftNav ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.leftNav ul a:hover ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}




/*#############################
#### LEFT NAV MISC BUTTONS ####
#############################*/ 



.subSection{
	text-transform 			: uppercase;
}
.subSection a{
	background-color:#FF9900;
}


.subSection1 a{
	background-color:#32CD8B;
}