/* ================================================================ 
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_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.menu {
	margin-bottom: 0px;
	font-size: 12px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	display: block;
	float: left;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 28px;
	display: block;
}

/* style the sub-level lists */
.menu ul ul { width: 160px; margin-top: 5px; }

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float: left;
	height: 28px;
	line-height: 28px;
	padding-right: 2px;
}

/* makes the end menu item have no line */
.menu ul li.end_menu {
	float: left;
	height: 28px;
	padding-right: 0px;
}

/* style the sub level list items */
.menu ul ul li { display: block; width: 160px; height: auto; position: relative; line-height: 1em; border-right: solid 0px #fff; padding: 0px; }

.menu ul ul a:link { display: block; width: 160px; height: auto; position: relative; line-height: 1em; border-right: solid 0px #fff; padding: 0px; color: #000000; }

/* style the links for the top level */
.menu a, .menu a:link, .menu a:visited { display: block; float: left; height: 100%; text-decoration: none; color: #fff; font-weight: bold; padding: 0px 10px 0px 10px;  /*border: solid 1px red;*/ }

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul ul a:link {
	display: block; background: #fff; color: #93a99c; width: 165px; height: 100%; line-height: 2em; padding: 0px 5px 0px 5px;
	border-left: solid 1px #c9d4cd;
	border-right: solid 1px #c9d4cd;
	border-top: solid 1px #c9d4cd;	font-size: 12px; font-weight: normal; color: #000000;
}

.border_bottom { border-bottom: solid 1px #c9d4cd; }

.menu ul table ul a, .menu ul table ul a:visited  { width:160px; w\idth:160px; text-align:left}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table { position:absolute; left:0; top:0; font-size:1em; z-index:-1; }
.menu ul ul table { lef\t:-1px; }
.menu ul ul table ul.left { margin-lef\t:0px; }

.menu li:hover { position:relative; }
* html .menu a:hover { position:relative; }

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { background:#fff; color:#000; }

/* style the level hovers */
/* first */
.menu a:hover { color:#000; }
.menu :hover > a { color:#000; }

/* second */
.menu ul ul a:hover{ color:#fff; background:#f2653a; }
.menu ul ul :hover > a { color:#fff; background:#f2653a; }
/* third */
.menu ul ul ul a:hover { color:#000; background:#fff; }
.menu ul ul ul :hover > a { color:#000; background:#fff; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { visibility: hidden; position: absolute; height: 0; top: 23px; left: 0; width: 160px; left:0px; }

.menu ul ul.left { left:-59px; top:23px; text-align: right; z-index:1000; }

/* position the third level flyout menu */
.menu ul ul ul { left: 205px; top: -26px; width: 14em; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul { visibility: visible; height: auto; padding-bottom: 0em; background: transparent url(images/trans.gif); }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul { visibility: hidden; }
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul { visibility: hidden; }
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { visibility: visible; }
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { visibility: visible; }

/* ---------------------------------------------------------------- */
/* Other menu elements																							*/
/* ---------------------------------------------------------------- */

/* Set the background style once you are in an specific area */
.menu a.menuon_1 { width:74px; text-align:center; color:#ffffff; background-image: url(../images/navigation/menu_1_on.gif); background-repeat: no-repeat; }
.menu a.menuon_2 { width:102px; text-align:center; color:#ffffff; background-image: url(../images/navigation/menu_2_on.gif); background-repeat: no-repeat; }
.menu a.menuon_3 { width:124px; text-align:center; color:#ffffff; background-image: url(../images/navigation/menu_3_on.gif); background-repeat: no-repeat; }
.menu a.menuon_4 { width:136px; text-align:center; color:#ffffff; background-image: url(../images/navigation/menu_4_on.gif); background-repeat: no-repeat;	}
.menu a.menuon_5 { width:140px; text-align:center; color:#ffffff; background-image: url(../images/navigation/menu_5_on.gif); background-repeat: no-repeat;	}
.menu a.menuon_6 { width:76px; text-align:center; color:#ffffff; background-image: url(../images/navigation/menu_6_on.gif); background-repeat: no-repeat; }
.menu a.menuon_7 { width:114px; text-align:center; color:#ffffff; background-image: url(../images/navigation/menu_7_on.gif); background-repeat: no-repeat; }
.menu a.menuon_8 { width:120px; text-align:center; color:#ffffff; background-image: url(../images/navigation/menu_8_on.gif); background-repeat: no-repeat;	}

/* Set the background style once you are in an specific area for IE6 */
.menu a:menuon_1, .menu a:link.menuon_1, .menu a:visited.menuon_1 { color: #ffffff; }
.menu a:menuon_2, .menu a:link.menuon_2, .menu a:visited.menuon_2 { color: #ffffff; }
.menu a:menuon_3, .menu a:link.menuon_3, .menu a:visited.menuon_3 { color: #ffffff; }
.menu a:menuon_4, .menu a:link.menuon_4, .menu a:visited.menuon_4 { color: #ffffff; }
.menu a:menuon_5, .menu a:link.menuon_5, .menu a:visited.menuon_5 { color: #ffffff; }
.menu a:menuon_6, .menu a:link.menuon_6, .menu a:visited.menuon_6 { color: #ffffff; }
.menu a:menuon_7, .menu a:link.menuon_7, .menu a:visited.menuon_7 { color: #ffffff; }
.menu a:menuon_8, .menu a:link.menuon_8, .menu a:visited.menuon_8 { color: #ffffff; }
.menu a:menuon_9, .menu a:link.menuon_9, .menu a:visited.menuon_9 { color: #ffffff; }

/* ---------------------------------------------------------------------------------------------------- */
/* IE6 select box fix top menu																																					*/
/* ---------------------------------------------------------------------------------------------------- */

#pmenu iframe { position: absolute; left: -9999px; border: 0; padding: 0; margin: 0; width: 0; height: 0; border-right :solid 0px #d1d1d1; }

#pmenu a:hover iframe { left:0px; top:28px; }

