/********************************************/
/*					MAIN					*/
/********************************************/
#navMain {
	width:680px;
	margin-top:13px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	float:right;
}
#navMain UL {
	list-style:none;
	margin:0 50px 0 0;
	text-align:right;
}
#navMain LI {
	display:inline; 
	margin:0 0 0 20px;
	padding:0 0 0 27px;
	background:url(../images/bullet1.png) no-repeat left center;
}
#navMain LI.nav1 {
	margin:0;
	padding:0;
	background:none;
}
#navMain a:link, #navMain a:visited {
	color:#d78b2f;
	text-decoration:none;
	border:0;
}
#navMain a:hover {
	color:#999;
	text-decoration:none;
	border:0;
}
.nav1 #navMain LI.nav1 a,.nav2 #navMain LI.nav2 a,.nav1 #navMain LI.nav1 a,.nav3 #navMain LI.nav3 a,.nav4 #navMain LI.nav4 a,.nav5 #navMain LI.nav5 a {
	color: #eb3022; 
}

/********************************************/
/*					BOTTOM					*/
/********************************************/
#navBtm {
	color:#333;
	margin-top:40px;
	margin-bottom:1em;
}
#navBtm UL {
	list-style:none;
	margin:0px;
}
#navBtm LI {
	display:inline; 
	margin-left:15px;
}
#navBtm a:link, #navBtm a:visited {
	color: #eb3022; 
	text-decoration: none; 
}
#navBtm a:hover {
	color: #d78b2f; 
	text-decoration: underline; 
}
