/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#webnavigation {
	width: 100%;
	height: 20px;
	font-size: 1.2em;
	position: relative;
	z-index: 100;
	float: left;
	border-top: 1px solid #f90;
	border-bottom: 1px solid #f90;	
}

/* remove list styling */
#webnavigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#webnavigation li {
	float: left;
	width: 120px;
	position: relative;
}

/* style the links for the top level */
#webnavigation a, #webnavigation a:visited {
	display: block;
	font-size: 1em;
	text-decoration: none; 
	color: #44c; 
	width: 120px; 
	height: 20px; 
	/*border: 1px solid #f90; 
	border-width: 0 1px 0 1px;*/
	background: #fff; 
	padding-left: 0; 
	/*line-height: 9px;*/
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #webnavigation a, * html #webnavigation a:visited {
	width: 120px;
	w\idth: 89px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#webnavigation ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 20px;
	left: 0; 
	width: 121px;
	border: 1px solid #f90;
}

/* another hack for IE5.5 */
* html #webnavigation ul ul {
	top: 20px;
	t\op: 21px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#webnavigation table {
	position: absolute; 
	top: 0; 
	left: 0;
}

/* style the second level links */
#webnavigation ul ul li {
	border: solid #f90; 
	border-width: 0 3px 1px 1px;
	text-align: left;
	width: 120px;
	left: -1px;
}

#webnavigation ul ul a, #webnavigation ul ul a:visited {
	background: #eee; 
	color: #44c; 
	height: auto; 
	line-height: 1em; 
	padding: 5px 1px; 
	width: 120px;
}

/* yet another hack for IE5.5 */
* html #webnavigation ul ul a {
	width: 120px;
	w\idth: 100px;
}

/* style the top level hover */
#webnavigation a:hover, #webnavigation ul ul a:hover {
	color: #f90; 
	background: #dbdcf0;
	font-weight: bold;
}

#webnavigation :hover > a, #webnavigation ul ul :hover > a {
	color: #f90;
	background: #dbdcf0;
}

/* make the second level visible when hover on first level list OR link */
#webnavigation ul li:hover ul, #webnavigation ul a:hover ul {
	visibility: visible; 
}

/* ------------------------ bottom web navigation --------------------------------------- */

#bwebnavigation {
	width: 100%;
	height: 20px;
	font-size: 0.9em;
	position: relative;
	z-index: 100;
	float: left;
	border-top: 1px solid #f90;
	border-bottom: 1px solid #f90;
	margin-top: 10px;
}

/* remove list styling */
#bwebnavigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#bwebnavigation li {
	float: left;
	width: 90px;
	position: relative;
}

/* style the links for the top level */
#bwebnavigation a, #bwebnavigation a:visited {
	display: block;
	font-size: 1em;
	text-decoration: none; 
	color: #44c; 
	width: 90px; 
	height: 20px; 
	/*border: 1px solid #f90; 
	border-width: 0 1px 0 1px;*/
	background: #fff; 
	padding-left: 0; 
	/*line-height: 9px;*/
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #bwebnavigation a, * html #bwebnavigation a:visited {
	width: 90px;
	w\idth: 89px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#bwebnavigation ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 21px;
	left: 0; 
	width: 121px;
	border: 1px solid #f90;
}

/* another hack for IE5.5 */
* html #bwebnavigation ul ul {
	top: 20px;
	t\op: 21px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#bwebnavigation table {
	position: absolute; 
	top: 0; 
	left: 0;
}

/* style the top level hover */
#bwebnavigation a:hover, #bwebnavigation ul ul a:hover {
	color: #f90; 
	background: #dbdcf0;
	font-weight: bold;
}

