/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
================================================================
Nav CSS file for bigben150.org
Created by:	Lorraine Humm lorraine@divine-creations.com
© Divine-Creations.Com Limited 2008			
================================================================
*/

#navwrap {
	width: 100%;
	height: 30px;
	}
	
#nav {
	width: 900px;
	margin: auto;
	height: 30px;	background: #484848;

	}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
	float: left;
	}
	
#nav li {
	float: left;
	margin-right: 3px;
	text-align: center;
	height: 25px;
	}

#nav li a {
	display: block;
	height: 30px;
	width: 111px;
	background: url(../images/tab.gif) top left no-repeat;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	float: left;
	}
	
#nav li a:hover {
	background: url(../images/tab_over.gif) top left no-repeat;
		}
.selected {
	background: url(../images/tab_on.gif) top left no-repeat!important;
		}
		
/* TARGETS NESTED UL LI A LIST*/ 

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 1px 0 0 0;
	background: #fff;
	}
	
#nav li li {
	display: block;
	float: none;
	}

#nav li:hover ul, li.over ul {
	display: block;
	}	
		
#nav li li a {
	display: block;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	}

#nav li li a:hover {
	background: #669999;
	}
	

#nav li.last, #nav li.first {
	width: 146px;
	}

#nav li li.last, #nav li li.first {
	width: 146px;
	background:#330099!important;
	}

/*-- SUBNAV --*/

.subnav {
	padding: 0;
	margin: 0;
	}
	
.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.subnav li {
	display: block;
	height: 30px;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	}

.subnav li a {
	display: block;
	height: 30px;
	width: 215px; /*204*/
	line-height: 30px;
	background:  url("../images/button.gif") no-repeat 0px 0px;
	padding-left: 31px;
	text-decoration: none;
	color: #fff;}
	
.subnav li a:hover {
	display: block;
	height: 30px;
	color: #333333;
	background-position: 0 -30px;}
	
.subSelected {
	display: block;
	height: 30px;
	color: #333333!important;
	background-position: 0 -30px!important;}