/* root element for tabs  */
ul.tabs { 
	list-style-type:none; 
	margin:0 !important; 
	padding:0;	
	/*border-bottom:1px solid #666;*//* border under tabs*/	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;
	position:relative; 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
     display: block;
     width: 132px;
	 line-height: 31px;
     text-align: center;
     color: #fff;
     background: transparent url('../images/Sponsor_Tab.png')
     /*background: transparent url('../images/overlapping_tap_bg.png')*/
            bottom left no-repeat;
}
		
ul.tabs a:active {
	outline:none;
	 color: #fff;
     background: transparent url('../images/Sponsor_Tab.png')
     /*background: transparent url('../images/overlapping_tap_bg.png')*/
            0 0 no-repeat;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	text-decoration: none;
    background: transparent url('../images/Sponsor_Tab.png')
    /*background: transparent url('../images/overlapping_tap_bg.png')*/
            0px -31px no-repeat;
}

/* 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 {
	color: #fff;
    background: transparent url('../images/Sponsor_Tab.png') 
    /*background: transparent url('../images/overlapping_tap_bg.png')*/
    0 0 no-repeat;
}

ul.tabs li active{z-index: 5; }

#sponsor { z-index: 4; }
#donation { left: -24px; z-index: 3; }

/* additional tabs if needed */
/*#demo_nav_support { left: -24px; z-index: 2; }
#demo_nav_contact { left: -36px; z-index: 1; }
#demo_nav_about { left: -48px; z-index: 0; }*/
	
/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/* tab pane styling */
div.panes div {
	display:none;		
	padding:10px 5px;
	border:1px solid #999;
	border-top:1px;
	height:210px;
	width:225px;
	font-size:14px;
	color:white;
	background-color:#1F1A17;
}
