#menu_container {
	float: left;
	width: 132px;
}
#menu_search {
	background-color: #dddcd2;
	margin-top:5px;
	color:#4c4a42;
	font-weight:bold;
	text-align:left;
	padding-left:13px;
	line-height:22px;
}

#menu_search_box {
	background-color: #c9c8b8;
}
#menu_search_box form {
	margin:0px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}
#menu_search_box form #search_submit {
	color:#4c4a42;
	font-size:0.95em;
	font-weight:bold;
	border:0;
	background-color:#c9c8b8;
	margin-left:70px;
	background:url(../images/generic/arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#menu_search_box form #mySearch, #menu_search_box form #mySection {
	font-size:10px;
	color:#000000;
	font-weight:normal;
	width:100px;
	border:0;
}
#menu_items ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-align:left;
	width:132px;
}
#menu_items ul li a, #menu_items ul li a:visited {
	background:url(../images/menu/menu_item_back.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:33px;
	display:block;
	line-height:33px;
	padding-left:9px;
	color:#4c4a42;
	text-decoration:none;
	font-weight:bold;
}
#menu_items ul li a:hover {
	background:url(../images/menu/menu_item_back_over.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#menu_items_ul ul {
	margin:0px;
	padding:0px;
}
#menu_items_ul ul li a, #menu_items_ul ul li a:visited {
	padding-left:9px;
	background:none;
	height:19px;
	font-size:9px;
	display:block;
	line-height:19px;
	color:#4c4a42;
	text-decoration:none;
	font-weight:bold;
	clear:both;
}
#menu_items_ul ul li a:hover {
	background:none;
	font-size:9px;
	line-height:19px;
	color:#918f71;
	text-decoration:none;
	font-weight:bold;
}
#menu_items_ul ul li .highlighted a {
	padding-left:9px;
	background:none;
	height:19px;
	font-size:9px;
	display:block;
	line-height:19px;
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	clear:both;
}
#menu_items_ul ul li .highlighted a:hover {
	background:none;
	font-size:9px;
	line-height:19px;
	color:#918f71;
	text-decoration:none;
	font-weight:bold;
}
#cart_container {
	background-color: #dddcd2;
	margin-top:5px;
	color:#4c4a42;
	font-weight:bold;
	text-align:left;
	line-height:22px;
}
#cart_items {
	line-height:normal;
	font-weight:normal;
	background-color: #dddcd2;
	padding-left:13px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
}
#cart_heading {
	padding-left:13px;
	color:#FFF;
	font-size:12px;
	background-color:#636256;
	padding-bottom:7px;
	padding-top:7px;
	line-height:normal;
}
#cart_button {
	padding-top:5px;
	margin-bottom:6px;
	text-align:right;
	height:24px;
}
