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

#navwrap {
	width: 100%;
	float: left;
	height: 32px;
	background: url(../images/structure/bg_navwrap.gif) repeat-x top left;
	
	}
	
#nav {
	width: 900px!important;
	height: 32px;
	margin: auto;
	}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	}
	
#nav li {
	float: left;
	margin-right: 5px;
	text-align: center;
	height: 32px;
	}

#nav li a {
	display: block;
	height: 32px;
	background: url(../images/structure/bg_nav.gif) repeat-x top left;
	color: #000;
	font-size: 13px;
	line-height: 35px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
	
#nav li a:hover {
	background: url(../images/structure/bg_nav_over.gif) repeat-x top left;
		}
.selected {
	background: url(../images/structure/bg_nav_sticky.gif) repeat-x top left!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: 10px 0 0 0;
	}
	
.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.subnav li {
	display: block;
	height: 25px;
	margin: 0 0 3px 0!important;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #006699;
	}

.subnav li a {
	display: block;
	height: 25px;
	width: 270px;
	line-height: 25px;
	padding-left: 5px;
	text-decoration: none;
	color: #000;}
	
.subnav li a:hover {
	display: block;
	height: 25px;
	color: #00CCCC ;}
