

/* Generic Utility */
.hide { position: absolute; top: 0px; left: 0px; }


/* Specific to example one */

#example-one {  padding: 0px; margin: 0px; }

#example-one .nav { overflow: hidden; margin: 0px; padding:0px;  }


#example-one .nav li { width: 123px; float: left; margin: 0px; padding:0px;  }
#example-one .nav li.last { margin-right: 0; width: 126px;}
#example-one .nav li a { display: block; padding: 10px 5px; background: #333; color: #ccc; font-size: 13px; text-align: center; border: 0;border-top-left-radius: 5px 5px;
  border-top-right-radius:5px 5px; }
#example-one .nav li a:hover { background-color: #7c8005; color:#fff }




#example-one ul li a.current {  color: #fff; background:#7c8005;}


#example-one .list-wrap {
	padding:20px;
	margin:0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

/*
#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: #FE4902; color: white; }
*/

