/* Top and Main Navigation */

#navTop {
	text-align:right;
	font-size:11px;
	color:#FFF;
	height:20px;
}

#navTop a:link,#navTop a:visited {
	color:#c3e8ff;
	text-decoration:none;
	padding:0 5px;
	font-weight:700;
}


/* Main Navigation */

#navMain {
	font-size:14px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
}

#navMain a:link,#navMain a:visited {
	color:#069;
	text-decoration:none;
	padding:8px;
}

#navMain a:hover {
	color:#5d6c77;
	background:#FFF url(/images/layout/navov_bg.jpg) top right no-repeat;
}

#navMain a.first:link,#navMain a.first:visited,#navMain a.first:hover {
	padding:8px 8px 8px 22px;
}

/* IE 6 Width Fix */
* html #navMain a.first:link,* html #navMain a.first:visited,* html #navMain a.first:hover {
	padding:8px 8px 8px 20px;
}

#navMain a.last:link,#navMain a.last:visited {
	padding:8px 23px 8px 8px;
}

#navMain a.last:hover {
	background:url(/images/layout/navovlast_bg.jpg) top right no-repeat;
}

#navMain .divider {
	background-color:#cfcfcf;
	width:1px;
	height:35px;
	margin-top:3px;
	vertical-align:middle;
}

#navFooter {
	float:right;
	text-align:right;
}

#navFooter a:link,a:visited {
	color:#c3e8ff;
	text-decoration:none;
	padding:0 3px;
}

#navTop a:hover,#navFooter a:hover {
	color:#FFF;
}
