/******************************MENU VERTICAL************************************/
.menuvert {
	width: 200px;
	text-align: left;
	margin-top: 20px;
}
.menuvert .menuheader{
	cursor: pointer;
	letter-spacing: -1px;
	font-size: 18px;
	text-align: center;
	color: white;
	margin-top: 5px;
	padding: 5px 0;
	background-image: url(images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.menuvert .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: white;
}
.menu1_top, .menu2_top, .menu3_top  {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.menu1_bottom, .menu2_bottom, .menu3_bottom {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.menu1_top, .menu1_middle, .menu1_bottom {
	background-color: #339933;
}
.menu2_top, .menu2_middle, .menu2_bottom {
	background-color: #009999;
}
.menu3_top, .menu3_middle, .menu3_bottom {
	background-color: #CC3333;
}
.menuvert ul{ /*CSS for UL of each sub menu*/
	padding-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.menuvert ul li {
	padding-bottom: 2px;
	line-height: 20px;
}
.menuvert ul li a {
	display: block;
	/*background:  url(images/arrowbullet.png) no-repeat left center; /*custom bullet list image
	font-size: 90%;
	
	*/
	font-weight: bold;
	color: white;
	padding-left: 15px;
	text-decoration: none;
	border-top: 1px solid #EFEFEF;
}
.menuvert ul li a:visited{
	color: #CCC;
}
.menuvert ul li a:hover{ /*hover state CSS*/
	color: black;
	padding-left: 5px;
}
/******************************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 {
}