
/* 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; }

#example-one .nav { overflow: hidden; margin: 0 0 10px 0; }
#example-one .nav li { width: 97px; 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: #111; }

#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: #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-four a.current, #example-one ul.classics li a:hover { background-color: #FE4902; color: white; }
*/
#example-one ul li.nav-three a.current, #example-one ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }

/* Specific to example two */

#example-two  { padding: 0px; margin: 0px; color:#00224a; }

#example-two ul { list-style: none; padding:0px;  }
#example-two ul li a { display: block; padding: 0px; color: #1f3753; line-height:30px; background-color:#9A1B36; background-image:url(../images/bt_3tab-2.jpg); }
#example-two .nav { overflow: hidden; height:32px;}
#example-two .nav li { width: 33%; float: left; margin: 0; border:#333333 1px dotted ; border-right:none;  }
#example-two .nav li a { display: block; color: #fff; font-size: 13px; text-align: center; border: 0; }

#example-two li a.current,#example-two li a.current:hover { background-color: #EAC6C5 !important; color: #fff;  background-image:url(../images/bt_3tab-1.jpg);}
#example-two .nav li a:hover, #example-two .nav li a:focus { background: #EAC6C5; color:#fff; background-image:url(../images/bt_3tab-1.jpg); }
