/*Universal style for LINKS*/
#copy a{
	position: relative;
	z-index: 10;
}
#copyBG a:link, a:visited {
	color: #B40013 !important;
	text-decoration: underline;
	background-color: none;
}
#copyBG a:hover, a:active{
	text-decoration: underline;
	background-color: #B40013;
	color: #ffffff !important;
	text-decoration: none;
}
#copyBG li a{
	display: block;
	height: 18px;
	width: 350px;
	padding-left: 5px;
	color: #B40013 !important;
	text-decoration: underline;
}
/*
#navBG {
	position: relative;
	
	font-size: 100%;
	padding: 0px;
	margin: -26px 0px 0px 12px;
	list-style: none;
	z-index: 1000;
	_left: 27px;
}
*/
#nav a {
	text-decoration: none !important;
	color: #003580 !important;
	font-weight: normal;
	_height: 100% !important;

}
#nav, #nav ul { /* all lists */
	position: relative;
	/*left: 42px;
	_left: 46px;*/
	width: 120px;
	
	background-color: none;
	text-decoration: none;
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 120 !important;


		
	}
	
	#nav li { /* all list items */

	z-index: 70;
	padding:1px 0px 0px 0px;
	
	position : relative;
		line-height:18px;
		
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		width: auto;
		left: -999em;
		margin-left : 134px;
		margin-top : -1.7em;
		_margin-top: -1.7em;
		margin-bottom: 0px;
		

	}
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a{	
		list-style: none;
		width: 120px;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		border-bottom: #003580 solid 1px;
		padding : 0 0.5em;
	}
	
	
	#nav li a:hover {
		
		background-color:#EEEEEE;
		color:#5CD5FF;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		width: 120px;
		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 */
		
	background-color: #CCCCCC;
	border-top: #003580 solid 1px;
	border-right: #003580 solid 1px;
	border-left: #003580 solid 1px;

	
	left: auto;
	}




/* SecondaryNAV Navigation Begin */
#secondaryNAV{
	text-align:center;
	width:100%;
	height: 42px;
	list-style: none;
	background-image:  url(../images/footerNAV.gif);
	background-repeat: repeat-x;

}
#secondaryNAV ul{
	text-align:center;
}
#secondaryNAV li{
	list-style-type: none;
	width: 100px;
	padding: 0px 12px 0px 12px;
	float: left;
	font-size: 92%;
}
#secondaryNAV a {
	display: block;
	text-align: center;
	line-height: 43px;
	width: 120px;
	float: left;
	display: block;
	text-decoration: none;
	border: none;
}



#newsBLOCK a:link, a:visited{
	background-color: none;
	color: #9e0000;
	text-decoration: underline;
}
#newsBLOCK a:hover, a:active{
	background-color: #eeeeee;
	background-color: none;
	color: #000033 ;
	text-decoration: underline;
}
#secondaryNAV a:link, a:visited{
	text-decoration: underline !important;
	color: #25205d !important;
	background-image: transparent;
}
#secondaryNAV a:hover, a:active{
	color: #006699 !important;
	text-decoration: underline;
	background-color: transparent;
}

/* SecondaryNAV ENDS */