@charset "UTF-8";
/* Menu Sub - Side Menu*/
.menuSubNone {
	width:257px;
	height: 75px;
	background:#FFFFFF;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	padding: 10px 0 0 0;
}
/* hack to correct IE5.5 faulty box model */
* html .menuSubNone {
	width:257px;
	w\idth:255px;
}
.menuSubNoneInside {
	width:257px;
	height: 75px;
	background:#A41D21;
}
.menuSub {
	font-family:arial, sans-serif;
	padding:0;
	position:relative;
	width:257px;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .menuSub {
	width:257px;
	w\idth:255px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menuSub ul {
	padding:0;
	margin:-4px 0 0 0;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuSub li {
	float:left;
	position:relative;
	text-align:center;
	width:257px;
}
/* style the links for the top level */
.menuSub a, .menuSub a:visited {
	display:block;
	color:#A41D21;
	display:block;
	font-size:10px;
	font-weight:bold;
	line-height:23px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuSub a, * html .menuSub a:visited {
	width:257px;
	w\idth:256px;
}
.menuSub ul a:hover {
	color:#7B8898;
}
.menuSpacingSub {
	margin:0;
	padding:0;
}
.menuSub ul li.menuBtmCap {
	background-image:none;
	height:22px;
	width:257px;
	border-bottom:1px solid #CED0D2
}
