/* CSS Document */



/*the #nav, #nav ul style is the properties of the visable nav bar, including total width*/
#nav, #nav ul {
	float: left;
	width: 715px;
	list-style: none;
	line-height: 1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 11px;
	z-index: 300;
	text-align:center;

}
/*text properties of visable navs once a link*/
#nav a {
	display: block;
	width: 118px;
	w\idth: 118px;
	color: #000;
	padding: 3px 0 4px 0;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
#nav a.last {
	display: block;
	width: 120px;
	w\idth: 120px;
	color: #000;
	padding: 3px 0 4px 0;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

#nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;	

}
#nav a:hover{
			background: #A6C2E5 url(images/blue.gif) repeat;
		padding: 3px 0 4px 0;		
			}

/*effects visiable main nav row*/
#nav li {

	float: left;	
	padding: 3px 0 4px 0;
	width: 118px;
	border-right:1px solid #000;
}
#nav li.last {

	float: left;	
	padding: 3px 0 4px 0;
	width: 120px;
	border-right: none;
}

/*first level dropdown nav row*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 118px;
	w\idth: 118px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 10em

}

#nav li ul a {
	width: 11em;
	w\idth: 11em;



}

#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;



}


/*visiable main nav row RO color*/
#nav li:hover, #nav li.sfhover {
	background: #A6C2E5;
	

	
}

p {
	padding-right: 4em;
	line-height: 150%;
	font-size: 12px;
}
