.jquery_tabbed_box{
	margin: 10px auto 0px auto;
	width:700px;
}

.jquery_tabbed_area {
	border:0px solid #494e52;
	background-color:#b2a6a1;
	padding:8px;	
}

ul.jquery_tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.jquery_tabs li {
	list-style:none;
	display:inline;
}
ul.jquery_tabs li a {
	background-color:#412b2e;
	color:#fff;
	padding:8px 14px 6px 14px;
	text-decoration:none;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	border:0px solid #464c54;
	/*background-image:url(http://www.marmonthotel.com/modules/mod_jquerytabs/jquerytabs/images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;*/
}
ul.jquery_tabs li a:hover {
	background-color:#b2a6a1;
	border-color:#2f343a;
	color:#2e1c1f;
}
ul.jquery_tabs li a.active {
	/*background-color:#ffffff;*/
	color:#282e32;
	border:0px solid #464c54; 
	border-bottom: 0px solid #ffffff;
	background-image:url(http://www.marmonthotel.com/modules/mod_jquerytabs/jquerytabs/images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.jquery_content {
	/*background-color:#ffffff;*/
	padding:10px;
	border:0px solid #464c54; 	
	color:#282e32 !important;
	/*background-image:url(http://www.marmonthotel.com/modules/mod_jquerytabs/jquerytabs/images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;*/	
	color: #000000;
}