/* upper menu for Isradirect.com
   created by Oleg Sverdlov, OLS Software
   http://www.ols.co.il
*/

#tabs {
	font-size:12px;
	width:100%;
	float:left;
	line-height:normal;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	background:url("left_both.gif") no-repeat left top;
   border-bottom:1px solid #765;
	color:#fff;
	float:left;
	font-family: sans-serif;
   margin:0;
   padding:0 0 0 9px;
	text-decoration:none;
}

#tabs a span {
   float:left;
   display:block;
   background:url("right_both.gif") no-repeat right top;
   padding:5px 15px 4px 6px;
   font-weight:bold;
   color:#765;
   }
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
 #header a span {float:none;}
 /* End IE5-Mac hack */
 #tabs a:hover span {
	color:#333;
}

#tabs #current a {
	background-position:0 -150px;
	border-width:0;
	color:#333;
}

#tabs #current a span {
   background-position:100% -150px;
   padding-bottom:5px;
   color:#333;
}

#tabs a:hover {
	background-position:0% -150px;
}

#tabs a:hover span {
	background-position:100% -150px;
}

