#menu_wrapper{
	margin: 0px;
	padding: 0px;
	height: 230px;
	width: 798px;
	float: left;
	border-left: 2px solid #242424;
	background-image: url(../images/left_fade.png);
	background-repeat: repeat-y;
}
.menu_col{
	margin: 0px;
	padding: 0px;
	height: 230px;
	width: 180px;

}
ul{
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;

}
.menu_title{
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 180px;
	border-bottom: 1px #993333 solid;
	font-family: Corbel;
	font-size: 14px;
	color: #666666;
	float: left;
	text-align: left;
	font-style: oblique;
}
a{
	text-decoration: none;
	font-family: Corbel;
	font-size: 13px;
	color: #FFFFFF;
}
li.menu_item a{
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 160px;
	border-bottom: 1px solid #242424;
	text-decoration: none;
	float: left;
	text-align: left;
}
li.menu_item:hover a{
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 160px;
	border-bottom: 1px solid #242424;
	background-color: #141414;
	text-decoration: none;
	float: left;
	text-align: left;
}
li.menu_item_strike a{
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 160px;
	border-bottom: 1px solid #242424;
	text-decoration: line-through;
	float: left;
	text-align: left;
}
li.menu_item_strike:hover a{
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 160px;
	border-bottom: 1px solid #242424;
	background-color: #141414;
	text-decoration: line-through;
	text-decoration: none;
	float: left;
	text-align: left;
}


