/* root element for tabs  */
ul.tabs {list-style:none; margin:0 !important; 	padding:0; height:30px; padding-left:10px;}

ul.tabs.inner_page {margin:0px; padding:0px; list-style:none; width:20px; float:right;}

ul.tabs.inner_page LI {text-align:left; display:block; height:66px;}

ul.tabs.inner_page LI.story1 A{display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) left top no-repeat;}
ul.tabs.inner_page LI.story1 A:hover{display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) -24px top no-repeat;}
ul.tabs.inner_page LI.story1 a.current, ul.tabs.inner_page LI.story1 a.current:hover, ul.tabs.inner_page LI.story1 li.current a {display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) -24px top no-repeat;}

ul.tabs.inner_page LI.story2 A{display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) left -65px no-repeat;}
ul.tabs.inner_page LI.story2 A:hover{display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) -24px -65px no-repeat;}
ul.tabs.inner_page LI.story2 a.current, ul.tabs.inner_page LI.story2 a.current:hover, ul.tabs.inner_page LI.story2 li.current a {display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) -24px -65px no-repeat;}

ul.tabs.inner_page LI.story3 {display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) left -130px no-repeat;}
ul.tabs.inner_page LI.story3 {display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) -24px -130px no-repeat;}
ul.tabs.inner_page LI.story3, ul.tabs.inner_page LI.story3, ul.tabs.inner_page LI.story3 li.current {display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) left -130px no-repeat;}

/*ul.tabs.inner_page LI.story3 A{display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) left -130px no-repeat;}
ul.tabs.inner_page LI.story3 A:hover{display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) -24px -130px no-repeat;}
ul.tabs.inner_page LI.story3 a.current, ul.tabs.inner_page LI.story3 a.current:hover, ul.tabs.inner_page LI.story3 li.current a {display:block; height:64px; width:24px; background:url(../images/tabs_inner.gif) -24px -130px no-repeat;}*/


/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/tabs.gif) no-repeat left 0;
	font-size:16px;
	display:block;
	font-weight:bold;
	color:#666666;
	height: 30px;  
	line-height:30px;
	width: 194px;
	text-align:center;	
	text-decoration:none;
	padding:0px;
	margin:0px;	
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: left -31px;	
	color:#e25400;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: left -62px;		
	cursor:default !important; 
	color:#e25400 !important;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}
