/*- Menu Tabs E--------------------------- */
   
.tabsback 
{	
	display: block;  
	width:100%;
	background:url("http://www.kavieart.com/images/background-menu.gif") top;
	position: absolute;
	top: 200px;
	left: 0px;	
	height: 53px;
}

#tabsE 
{
	font-size: 93%;
	line-height: normal;
	position: absolute;
	top: 200px;
	left: 152px;
}

#tabsE ul 
{
	margin:0; 
	background:#A0F;
	padding: 0px 0px 0px 0px;
	list-style:none;	  
}

#tabsE li 
{
	display:inline;
	margin:0;
	padding:0;
}

#tabsE a 
{
	float: left;
	background: url("http://www.kavieart.com/images/tableftE_1.gif") no-repeat left top;
	margin: 0;
	text-decoration: none;
	font: normal 11px Tahoma;
}
	  

#tabsE a span 
{
	float: left;
	display: block; /* background:url("tabrightE_1.gif") no-repeat right top; */
	background: url("http://www.kavieart.com/images/tabrightE_1_withouttrans.gif") no-repeat right top;
	padding: 20px 10px 20px 6px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span 
{
	float: none;
}
/* End IE5-Mac hack */

#tabsE a:hover span 
{
	color: White;
}
#tabsE a:hover 
{
	background-position:0% -84px;
}
#tabsE a:hover span 
{
	background-position:100% -84px;
}