#navdiv {
	height: 10px;
	border-top: none;
	padding: 0px;
	text-align: left;
	width: 550px;
	}

#navinnerdiv {
	float: right;
	height: 12px;
	width: 100%;
	
	}

#nav {
	border-collapse: collapse;
	padding: 0;
	margin: 0px 0 0;
	list-style: none;
	line-height: 1;
	}

#nav ul {
	padding: 0;
	margin: 0 0px 0 0;
	list-style: none;
	line-height: 1;
	border-collapse: collapse;
	background-position: right top;
	white-space: nowrap;
}


#nav li {
	float: left;}
/*floats the text starting with first item on left (or right if choose right)*\
	


/* Set link attributes for the top-level list */
#nav li a {
	border-collapse: collapse;
	display: block;
	font-weight: bolder;
	color: #214685;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	padding: 2px 20px 4px 25px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;	
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;	
	border-left-color: #FFFFFF;	
}

#nav li  a:hover {
	color: #FF6600;
	border-top-color: #F28526;
	border-bottom-color: #F28423;
	}

#nav li ul {
	display: block;
	font-weight: normal;
	background: #E6E6E6;
	/*padding: 1em 0;*/
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	margin: 0px 0px 0px 35px;
	z-index: 100;
	position: absolute;
	width: 110px;
	left: -999em;
		}


/*-------------------------------------------
/* Link attributes for the sublist items*/
#nav li li a {
	width:110px;
	display: block;
	font-weight: normal;
	color: #003399;
	padding: 5px 0px 5px 8px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	border-top: 1 solid #FF6600;
	border-right: 1 solid;
	border-bottom: 1 solid #FF6600;
	border-left: 1 solid;
	margin-left: 0px;
	
}

#nav li li a:hover {
	width:110px;
	padding: 5px 0px 5px 8px;
	background-color: #CCCCCC;
	color: #000000;
	border-top: 0 solid;
	border-right: 0 solid;
	border-bottom: 1px solid #FF9900;
	border-left: 0px solid;
	margin-left: 0px;
	
}
html>body #nav li li a:hover{
width:100px; }/* IE ignores this but Firefox obeys it*/


 /*---------------------------------*/


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
.side-border {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 12px;
	height: 12px;
}
.border {
	border-collapse: collapse;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #E1E1E1;
}
