/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/


/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#example-one { margin: 0 0 0px 0; font-family: 'Lato', sans-serif; font-size:13px; text-transform:uppercase }

#example-one .nav { overflow: hidden; margin: 0 0 0px 0px; }
#example-one .nav li { /*width: 97px;*/ float: left; margin: 0 0px 0 0; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block; padding: 5px; background: #ffffff; color:#646464; font-family: 'Lato', sans-serif; font-size:13px; text-transform:uppercase; text-decoration:none; text-align: center; border: 1px solid #ebebeb; margin-right:10px; padding:5px 60px; }
#example-one .nav li a:hover { background-color: #003e7e; }

#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 { background: #fe4902; color: white; }
/*#example-one ul li:last-child a { border: none; }*/

#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover { background-color: #003e7e; color: white; }
#example-one ul li.nav-two a.current, #example-one ul.core li a:hover { background-color: #003e7e; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.jquerytuts li a:hover { background-color: #003e7e; color: white; }
#example-one ul li.nav-four a.current, #example-one ul.classics li a:hover { background-color: #003e7e; color: white; }



/* Specific to example two */

#example-two { margin: 0 0 0px 0; font-family: 'Lato', sans-serif; font-size:13px; text-transform:uppercase }

#example-two .list-wrap { /*margin: 0 19px 15px 19px;*/ }

#example-two ul { list-style: none; }
#example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 6px; color: #666; }
#example-two ul li a:hover { background: #003e7e; color: white; }
/*#example-two ul li:last-child a { border: none; }*/

#example-two .nav { overflow: hidden; /*margin-left:19px;*/ }
#example-two .nav li { /*width: 97px;*/ float: left; margin: 0 0px 0 0; }
/*#example-two .nav li.last { margin-right: 0; }*/
#example-two .nav li a { display: block; padding: 5px; background: #ffffff; color:#646464; font-size: 10px; text-align: center; border: 0; font-family: 'Lato', sans-serif; font-size:13px; margin-right:10px; text-transform:uppercase; text-decoration:none; padding:5px 60px; border: 1px solid #ebebeb; }

#example-two li a.current,#example-two li a.current:hover { background-color: #003e7e !important; color: #ffffff; }
#example-two .nav li a:hover, #example-two .nav li a:focus { background: #003e7e; }