/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

#page-wrap { width: 280px; margin:  2px;height:200px }

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }




#example-two .list-wrap { background: #eee; padding: 10px; margin: 0 0 15px 0;direction:rtl }

#example-two ul { list-style: none; }
#example-two ul li:last-child a { border: none; }

#example-two .nav { overflow: hidden;  }
#example-two .nav li {background: #eee; width: 82px; float: left; margin: 0 10px 0 0; }
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a { display: block; padding: 5px; background: #666; color: white; font-size: 14px; text-align: center; border: 0; }

#example-two li a.current,#example-two li a.current:hover { background-color: #eee !important; color: black; }
