@charset "utf-8";
/* CSS Document */
/* FROM http://www.muddydogpaws.com/development/wayfinder/examples/example-4.html */
/* common styling */

.centerContentLeftSubmenu {
position: relative;
top:0px;
left: 0px;
width: 198px;
color:#7c6a55;
z-index:2;
}

.centerContentLeftSubmenu ul li a, .centerContentLeftSubmenu ul li a:visited {
	display:block;
	text-decoration:none;
	width:196px /*Width of level 1 column*/;
	width/**/:/**/186px; /* IE535 hack: IE5.5 does not recognise the : within the two empty comment tags therefore keeps the above width setting*/
	height:52px;
	height/**/:/**/48px;/* IE535 hack: IE5.5 does not recognise the : within the two empty comment tags therefore keeps the above width setting*/
	text-align:left;
	border:1px solid #fff;
	border-width:0 0 2px 0;
	padding:4px 7px 0 5px;
	line-height:19px;
	font-size:100%;
	font-weight:bold;
	background-color: #c9c9a7;
	background-image: url(../images/centerContentLeftSubmenu_background.gif);
	background-repeat: repeat-y;
}


.centerContentLeftSubmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.centerContentLeftSubmenu ul li {float:left; margin-right:1px; position:relative; }
.centerContentLeftSubmenu ul li.active a {color:#b42c33} 

/* specific to non IE browsers */
.centerContentLeftSubmenu ul li:hover a {color:#b42c33;}

.centerContentLeftSubmenu ul li a:hover {color:#b42c33;} /*for IE only/*
