/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
/*
body { font: 12px Georgia, serif; }*/
html { overflow-y: scroll; }
/*
a { text-decoration: none; }*/
a:focus { outline: 0; }
/*
p { font-size: 15px; margin: 0 0 20px 0; }*/
#page-wrap { width: 600px;}
/*
h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }*/

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */


/*#example-one {  background: #eee; padding: 10px; margin: 0 0 20px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; font: 12px Georgia, serif; }*/

#example-one {
	-webkit-border-radius: 8px;  
    -moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999; 	  
    border-radius:8px;
	border:1px solid #ccc;
	/*height:800px;*/
	margin-bottom:40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:em;	
	}

#example-one .nav { overflow: hidden; margin: 0 0 10px 0; padding:5px; }
#example-one .nav li { width:100px; float: left; margin: 0 10px 0 0; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a {  background:url(/v2/images/btnBG.png) no-repeat; color: #000; font-size:.6em; text-align: center; border: 0; }
#example-one .nav li a:hover { background:url(/v2/images/btnBGoff.png) no-repeat; }

#example-one ul { list-style: none; }
#example-one ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666;  }
#example-one ul li a:hover { color: white; }
#example-one ul li:last-child a { border: none; }

#example-one ul li.nav-one a.current, #example-one ul.one li a:hover { color:#000; background:url(/v2/images/btnBGoff.png) no-repeat; }
#example-one ul li.nav-two a.current, #example-one ul.two li a:hover { color:#000; background:url(/v2/images/btnBGoff.png) no-repeat; }
#example-one ul li.nav-three a.current, #example-one ul.three li a:hover { color:#000; background:url(/v2/images/btnBGoff.png) no-repeat; }
#example-one ul li.nav-four a.current, #example-one ul.four li a:hover { color:#000; background:url(/v2/images/btnBGoff.png) no-repeat; }
#example-one ul li.nav-five a.current, #example-one ul.five li a:hover { color:#000; background:url(/v2/images/btnBGoff.png) no-repeat; }

