/* drop down navigation start*/

#nav { background-image: url(../img/main_nav_background.jpg); display:block;  width:801px;}

#nav, #nav ul {
	float: left; 
	list-style: none;

	padding: 0;
	margin: 0;
	font-size:9px;
} 


#nav li ul {
	background-color:#0D5C91; float:right;   
}

#nav li{  text-align: center; border-right: 1px solid #FFF; width:99px; line-height: 1.6em; }
#nav li.end{  text-align: center; border-right: 0px solid #FFF; }   

#nav li li {text-align: left; border: 0px;}

#nav a {
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	padding: 0.3em .95em;
	font-weight:normal;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
	z-index:10;
}

#nav li ul {
	position: absolute;
	left: -999em;
	text-align: left;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #00B7C6;
}

/* drop down navigation end */    


/* news scroller */

#fauxRightColumn #news_items h2 {
	border-top: 1px dotted #000066;
	display: block;
}
#fauxRightColumn #news_items h3 {
	font-size: .95em;
	margin-top: 3px;
}
#fauxRightColumn #news_items p {
	margin-top: 0px;
	font-size: .85em;
}
#fauxRightColumn #news_items p.last {
	margin-bottom: 10px;
}
#fauxRightColumn #news_items h3 a {
	text-decoration: none;
}
#fauxRightColumn #news_items h2, #fauxRightColumn #news_items h2 a {
	font-size: .95em;
	line-height: 1.4em;
	margin: 0;
	color: #349CEA;
	text-decoration: none;
	text-transform: uppercase;
}
#fauxRightColumn #news_items p a {
	text-decoration: none;
}
/* eo news scroller */

