@charset "utf-8";
/* CSS Document */
#subNavBar {
	padding-bottom: 4px;
	height: 30px;
}

#subNavBar div.navItem, #subNavBar div.navItemLast{
	font-family: Garamond, Georgia, Verdana;
	font-size: 11px;
	/*text-transform: capitalize;*/
	text-transform: none;
	vertical-align: bottom;
	float: left;
}

#subNavBar div.navItem{
	padding-right: 20px;
}

#subNavBar div.navItem a{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

#subNavBar div.navItem a:hover{
	color:#D23239;
}

#subNavBar div.navItemActive a{
	color:#D23239;
}

