@charset "utf-8";
/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.mainNav {
	/*width:745px;*/
	height:32px;
	position:relative;
	z-index:100;
	/*border-right:1px solid #000;*/
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
* html .mainNav { /* hack to correct IE5.5 faulty box model */
	/*width:746px; */
	/*w\idth:745px;*/
}
.mainNav ul { /* remove all the bullets, borders and padding from the default list styling */
	padding:0;
	margin:0;
	list-style-type:none;
}
.mainNav ul ul {
	/*width:149px;*/
}
.mainNav ul ul li{
	width:192px;
	background:url(/img/bg_flyr.png) right repeat-y;
	position:static;
}
.mainNav li { /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	float:left;
	/*width:149px;*/
	width:auto;
	position:relative;
}
.mainNav a, .mainNav a:visited { /* style the links for the top level */
	display:block;
	font-size:11px;
	text-decoration:none !important;
	color:#494949;
	/*width:138px;*/
	height:17px;
	/*border:1px solid #000;*/
	/*border-width:1px 0 1px 1px;*/
	background:#FFFFFF;
	padding-left:10px;
	line-height:20px;
	font-weight:normal;
	white-space:nowrap;
}
* html .mainNav a, * html .mainNav a:visited { /* a hack so that IE5.5 faulty box model is corrected */
	width:auto !important;
	width:50px;
	/*w\idth:138px;*/
}
.mainNav ul ul a.drop, .mainNav ul ul a.drop:visited { /* style the second level background */
	background:#d4d8bd url(/img/grey-arrow.gif) no-repeat 130px center;
}

.mainNav ul ul a.drop:hover{ /* style the second level hover */
	background:#c9ba65 url(/img/blue-arrow.gif) no-repeat 130px center;
}
.mainNav ul ul :hover > a.drop {
	background:#c9ba65 url(/img/blue-arrow.gif) no-repeat 130px center;
}
.mainNav ul ul ul a, .mainNav ul ul ul a:visited { /* style the third level background */
	background:#e2dfa8;
}
.mainNav ul ul ul a:hover { /* style the third level hover */
	background:#b2ab9b;
}
.mainNav ul ul { /* hide the sub levels and give them a positon absolute so that they take up no room */
	visibility:hidden;
	position:absolute;
	/*height:0;*/
	top:17px;
	left:10px;
	width:192px;
	border-top:1px solid #F0F0F0;
}
* html .mainNav ul ul { /* another hack for IE5.5 */
	top:17px;
	/*t\op:31px;*/
}
.mainNav ul ul ul{ /* position the third level flyout menu */
	left:149px;
	top:-1px;
	width:149px;
}
.mainNav ul ul ul.left { /* position the third level flyout menu for a left flyout */
	left:-149px;
}

.mainNav table { /* style the table so that it takes no ppart in the layout - required for IE to work */
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
.mainNav ul ul a, .mainNav ul ul a:visited { /* style the second level links */
	background:#FFFFFF;
	color:#494949;
	height:auto;
	line-height:1.3em;
	padding:5px 10px;
	width:168px;
	border-left:1px solid #F0F0F0;
}
* html .mainNav ul ul a, * html .mainNav ul ul a:visited { /* yet another hack for IE5.5 */
	width:168px;
	border-left:1px solid #F0F0F0;
	/*w\idth:128px;*/
}
/*.mainNav a:hover,*/ .mainNav ul ul a:hover{ /* style the top level hover */
	color:#000;
	background:#ECECEC !important;
	border-left:1px solid #F0F0F0;
}
.mainNav :hover > a, .mainNav ul ul :hover > a {
	color:#000;
	background:#FFFFFF;
}
.mainNav ul li:hover ul, .mainNav ul a:hover ul{ /* make the second level visible when hover on first level list OR link */
	visibility:visible;
}

.mainNav ul :hover ul ul{ /* keep the third level hidden when you hover on first level list OR link */
	visibility:hidden;
}
.mainNav ul :hover ul :hover ul{ /* make the third level visible when you hover over second level list OR link */
	visibility:visible;
}



.mainNav ul li div{
	height:17px;
	overflow:hidden;
	position:absolute;
	top:0;
}
.mainNav ul li a img{
	position:relative;
	z-index:300;
}
.mainNav ul a:hover{
	border:none;
}
.mainNav ul a:hover div img{
	margin-top:-17px;
}
