/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }
/* Specific to example one */
#example-one { background: #FFF; padding: 10px 0; margin: 0 0 20px 0; }
#example-one .nav { overflow: hidden; margin: 0 0 10px 0; }
#example-one .nav li { float: left; margin: 0 10px 0 0; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 10px; text-align: center; border: 0; }
#example-one .nav li a:hover { background-color: #DDD; }
#example-one ul { list-style: none; padding:0px; }
#example-one ul li a { display: block; border-bottom: 1px solid #ddd; padding: 5px 5px; color: #666; }
#example-one ul li a:hover { background: #E1F1F5; color: #000; }
#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: #0575f4; color: white; }
#example-one ul li.nav-two a.current, #example-one ul.core li a:hover { background-color: #d30000; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#example-one ul li.nav-four a.current, #example-one ul.classics li a:hover { background-color: #42bffe; color: white; }
#example-one ul li.nav-five a.current, #example-one ul.classics-kelurahan li a:hover { background-color: #FE4902; color: white; }
#example-one ul li.nav-six a.current, #example-one ul.classics-kecamatan li a:hover { background-color: #990119; color: white; }