@charset "utf-8";
/* CSS Document */
#subSubNavBar {
	clear: both;
	padding-top: 10px;
	padding-bottom: 4px;
	height: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

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

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

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

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

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


