/* root element for tabs  */  

body {padding:0; margin:10px 0 0 0; font:normal 12px/15px Arial, Helvetica, sans-serif; color:#FFFFFF; background:url(../Flash_images/base.jpg) repeat-x 0 0;}
div,p,h1,h2,h3,ul,li,a,span,ins,form,fieldset,input,select,button,textarea,label {padding:0; margin:0;}
ul{list-style:none; padding:0; margin:0;}
img{padding:0; margin:0; border:none;}
.speacer{ clear:both; line-height:0; padding:0; margin:0;}

.menu_area{width:745px; margin:auto; height:42px;}


ul.css-tabs {  
	margin:0 !important; 
	padding:0px;
	height:42px;
	background:url(../skins/default/images2/nav_bg.gif); background-repeat:repeat-x;/* border-width:1px 1px 0 1px; border-color:#5D5D5D #5D5D5D #ffffff #5D5D5D; border-style:solid;*/
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:12px;
	display:block;
	/*padding:0 15px 0 15px;	*/
	text-decoration:none;
	height:28px;
	line-height:28px;
	top:0;	
}

ul.css-tabs a:hover {

}
	
/* selected tab */
ul.css-tabs a.current {
	/*background-color:#5D5D5D;	*/
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	/*border-width:0 1px 1px 1px;*/
	/*min-height:150px;*/
	padding:0px 0px;
	background-color:#5D5D5D;	
}


.menu_divider{
	background:url(../images2/menu_divider.gif) right top;
	background-repeat:no-repeat;}

