/******************************MENU VERTICAL************************************/
.menuvert{
	width: 200px;
	text-align: left;
	/*background-color: #435738;
	padding: 3px 0;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;*/
}
.menuvert a{
	color: white;
}
.menuvert a:visited {
	color: #CCC;
}
.menuvert a:hover{ /*hover state CSS*/
	color: white;
	background-color: #142C04;
}
.menuvert .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background: url(images/headers_fd_down.png) no-repeat left top;
	color: white;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 30px;
	font-size: 120%;
	letter-spacing: -0.5px;
}
.menuvert .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: transparent;
	background: url(images/headers_fd_up.png) no-repeat left top;
	font-size: 120%;
	letter-spacing: -0.5px;
	margin: 0px;
}
.menuvert .categoryitems {
	background-color: #435738;
}
.menuvert ul{
	padding-bottom: 8px;
	list-style-type: none;
}
.menuvert ul li{
	line-height: 20px;
}
.menuvert ul li a{
	/*background:  url(images/arrowbullet.png) no-repeat left center; /*custom bullet list image*/
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #142C04;
}
/******************************CONTACTS************************************/
.contacts .contactsheader {
	cursor: pointer;
	color: #999966;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	font-weight: bold;
	letter-spacing: -1px;
	background-image: url(images/h1_fd_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.contacts .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/h1_fd_selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/******************************PROMOS************************************/
.promotions {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
}
.promotionsheader {
	cursor:pointer;
	/*display:block;*/
	font-size: 20px;
	color: #C3A67A;
	margin-top: 10px;
	line-height: 23px;
	padding-top: 5px;
	letter-spacing: -1px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
.promotionsopened {
}