/* @@@@@@@@@@@@@@@@@@@@@@@@@@ rollover menu - Left Vertical Nav Bar w/ Rollovers @@@@@@@@@@@@@@@@@@@@@@@@@@ */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width: 171px;
	}


#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.2em;
	margin-bottom : -1px;
	width: 14em;
	}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 172px;
	margin-top : -2.2em;
	}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
	
#nav li a {
	display: block;
	border: 1px solid #fff;
	padding: 7px 2px 7px 5px;
	margin-bottom: -1px !important;    
	margin-bottom:0;
	width: 164px;
	color: #00365b;
	text-decoration: none;
	background: #edf3f8;
	}

#nav li ul li a {
	display : block;
	color : #00365b;
	text-decoration : none;
	background-color : #edf3f8;
	border : 1px solid #fff;
	padding: 7px 2px 7px 5px;
	width: 164px;
	z-index: 50;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}

#nav a.parent {
	background: #edf3f8 url(../images/plus.gif) center left no-repeat;
	padding: 7px 2px 7px 15px;
	width: 154px;
	}
	
#nav a.parent:hover {
	background: #11568b url(../images/plus_white.gif) center left no-repeat;
	padding: 7px 2px 7px 15px;
	width: 154px;
	}	

#nav a.sub {
	background-color: #f2ece2;
	padding: 7px 5px 7px 25px;
	width: 141px;
	}

#nav a.sub:hover {
	background-color: #fff;
	color:#333;
	}

#nav li a:hover {
	color: #fff;
	background-color: #11568b;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
	
#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 { 
	/* lists nested under hovered list items */
	left: auto;
	}
	
#current a.parent:link, #current a.parent:visited, #current a.parent:hover, #current a.parent:active {background-color: #11568b; color: #fff;}
#current a:link, #current a:visited, #current a:hover, #current a:active {background-color: #11568b; color: #fff;}

#rightcurrent a:link, #rightcurrent a:visited, #rightcurrent a:hover, #rightcurrent a:active {background-color: #11568b; color: #fff;}
div.videomargin {margin-top:-20px;}

#currentSub a:link, #currentSub a:visited, #currentSub a:hover, #currentSub a:active {background-color: #fff; color: #333; font-weight: bold;
	padding: 7px 2px 7px 25px;
	width: 144px;
	}	

#leftNavBottom {
	width: 171px;
	height:20px;
	margin: 0 0 0 1px;
	background: url(../images/leftNavBottom.gif);
	float:left !important; 
	float: none;
	}		

.leftNavBottom {
	width: 171px;
	height:20px;
	margin: 0 0 0 0px;
	border-top:1px solid #fff;
	background: url(../images/leftNavBottom.gif);
	float:left !important; 
	float: none;
	}	
	
.leftNavBottomIE {
	width: 171px;
	height:20px;
	margin: 0 0 0 1px;
	border-top:1px solid #fff;
	background: url(../images/leftNavBottom.gif);
	float:left !important; 
	float: none;
	}	




/* @@@@@@@@@@@@@@@@@@@@@@@@@@ rollover menu - Left Vertical Nav Bar w/ Rollovers @@@@@@@@@@@@@@@@@@@@@@@@@@ */
	
#rightcontent {
	position: absolute;
	right:1px;
	top:180px;
	width:180px;
	background: #edf3f8;
	padding: 4px 3px 0 0 !important; /* "!important" does not display in Internet Explorer */	
	padding: 4px 0 0 0;
	border-right:1px solid #fff;
	color:#333;
	}

#rightcontent_ihct {
	position: absolute;
	right:1px;
	top:180px;
	width:200px;
	background: #edf3f8;
	padding: 4px 3px 0 0 !important; /* "!important" does not display in Internet Explorer */	
	padding: 4px 0 0 0;
	border-right:1px solid #fff;
	color:#333;
	}
	
	#rightcontent_ihct_padding {
	padding:0 4px 0 4px;
		}

	#rightcontent_ihct h5 {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif; /* fonts for horizontal and vertical menus */
	color:#222;
	margin:0 0 1em 0;
	font-weight: bold;
		}
	
	#rightcontent_ihct ul {
		padding-left: 1em;
		margin-left: 8px;
		}
	
	#rTitle {
	font-weight: bold;
	color:#11568b;
    font-size: 13px;
	padding:0 4px .5em 4px;
	}


	#rightcontentBottom {
	width:170px;
	height:20px;
	margin: 0 0 0 0;
	background: url(../images/rightNavBottom.gif);
	float:left !important; /* "!important" does not display in Internet Explorer */
	float: none;
	}
	
	
#rNav, #rNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : right;
	width:180px;
	}


#rNav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 164px;
	}
	
#rNav li a {
	display: block;
	line-height : 1.2em;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 2px 7px 5px;
	margin-bottom: -1px !important;    /* "!important" does not display in Internet Explorer */
	margin-bottom:0;
	width: 176px;
	color: #333;
	text-decoration: none;
	background: #f2ece2;
	}

#rNav a.sub {
	background-color: #EFECE7;
	padding: 7px 5px 7px 12px;
	width: 154px;
	}

#rNav a.sub:hover {
	background-color: #fff;
	color:#333;
	}

#rNav li a:hover {
	color: #333;
	background-color: #edf3f8;
	}

.redtext {
  font-weight:bold;
  color:#ff0000;
  }
  
  
  
/* @@@@@@@@@@@@@@@@@@@@@@@@@@ eras @@@@@@@@@@@@@@@@@@@@@@@@@@ */

#rightcontent_eras {
  float:right;
	margin:1px 1px 15px 1px;
	width:180px;
	background: #edf3f8;
	padding: 4px 3px 0 0 !important; /* "!important" does not display in Internet Explorer */
	padding: 4px 0 0 0;
	border-right:1px solid #fff;
	color:#333;
	float:right;
	}

