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

.selectionMenu {
	padding:0px 0px 5px;
	width:232px;
	float: left;
}


.selectionMenu strong {
	font-size: 11px;
}
#selectionMenuHeader {
	margin: 0px;
	padding: 0px;
}
.selectionMenuFooter {
	height: 30px;
	background: url(../images/shadowStraight.jpg) no-repeat center bottom;
	clear: both;

}
#selectionMenuBorders {
	border-right: 1px solid #CBD9D9;
	border-bottom: 5px solid #CBD9D9;
	border-left: 1px solid #CBD9D9;
	float: left;
	width: 478px;
	clear: both;
	padding-top: 10px;
	padding-left: 20px;
}
#centerBar h3 {
	margin-bottom: 0px;
}
.selectionMenu p  {
	font-weight: normal;
	margin: 0px;
	background: #FFF;
	border-style: none;
	padding: 10px 0px 0px;
	clear: both;
}
.selectionMenu a span   {
	display:block;
	margin-left:42px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.selectionMenu p:hover span{
	color: #FFF;
	background: #666;
	border-right: 2px solid #CC0000;
}
.selectionMenu a  {
	text-decoration: none;
}
.selectionMenu a img   {
	float:left;
	padding-left: 10px;
}
.selectionMenu div  {
	padding: 10px;
	margin: 0px 0px 0px 42px;
	border: solid 1px #C00;
}
