@charset "utf-8";
/* CSS Document */

#sub_nav {
	list-style: none;
	text-transform: uppercase;
	margin-top: 10px;
 }

#sub_nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 720px;
	list-style: none;
	text-transform: uppercase;
}

 #sub_nav ul li {
	float: left;
	border-left: 1px solid #CCCCCC;
}


#sub_nav ul a {
	padding: 0 2em;
	line-height: 2.1em;
	background: url(images/mainNavBorder.gif) repeat-y left top;
	text-decoration: none;
	color: #666666;
	float: left;
	display: block;
}


#sub_nav ul a:hover {
	color: #0099FF;
}



.right_col_border {
	border-right: 1px solid #CCCCCC;
}

