/************ KND Dropdown Menu styles **************/
/*                         KND Web Consultants                           */
/*************Chris Garrett - April 2006***************/

#nav a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 0 0 10px 0;
	font-size: 14px;
}
* html body #nav a {
		font-size: 14px;
}

#nav a:hover {
	color: #CCCCCC;
}
#nav ul {
	background-color:#9A2C26;
}


#nav li {
	font-size:14px;
	float: left;
	position: relative;
	text-align: left;
	list-style:none;

	padding: 10px 0 7px 4px;
	margin: 3px 0 3px 0px;
	_margin:4px 0 2px 0;
	_padding:4px 0 2px 0;

	background-color:#9A2C26;
}
* html body #nav li {
	padding: 10px 0 10px 5px;
}

li ul {
	display: none;
	position: absolute;
	top: 23px;
	left: -5px;
	width: 10em;
	font-weight: bold;
	background: #97BA15;

}

* html body li ul {
	top: 29px;
	left: 0px;
	/*font-size: 100%;*/
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: white;
	padding: 0 0 3px 5px;
	margin: 0;
/*	font-size: 84%;*/
}

* html body #nav li li a { /**** IE only hack ****/
	padding: 0 0 0 5px;
}
#nav li li{
	padding: 0;
	margin: 0;
}

#nav li li a:hover {
	background-image: url(../images/menuHex.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: black;
	z-index: 1000;
}

li>ul {
	top: 36px;
	left: -1px;
}

li li {
	display: block;
	width:100%;
	float: none;
	background-color: transparent;
	border: 0;
	padding: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
	z-index: 1000;
}

/*********** #navBar link styles ***********/
#nav ul a:link, #nav ul a:visited {display: block;}
#nav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav li {
	/*border-bottom: 1px solid #97BA15;Stops line between the menu items but also adds a green line under the menu*/ 
}

/* fix for browsers that don't need the hack */
html>body #nav li {border-bottom: none;}/*new style sheet*/