/*
----------------------
Home page Nav style
---------------------
*/

/*------------------ div wrapper for rounded corner---------------*/
#divNavWrapper {
	background-image: url(../img/navRound.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 390px;
}
/*------------------ div warpper repeat gradient backgound--------*/
#divNavH {
	background-image: url(../img/navBg.jpg);
	margin-left: 16px;
}
/*------------------ Sytling for the un-ordered list--------------*/
#divNavH ul {
	margin-right: 10px;
	padding-top: 10px;
}
/*------------------ makes lists horizontal ----------------------*/
#divNavH ul li {
	display: inline;
}
/*-------------------styles the a:link----------------------------*/
#divNavH ul li a {
	float: right;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../img/navDivider.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 15px;
	font-size: 13px;
}
/*-------------------styles the rollover a:link-------------------*/
#divNavH ul li a:hover {
	color: #CFE3E9;
}
/*-------------------------fin------------------------------------*/
