/* ================================================================ 
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/drop_examples.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.
=================================================================== */
/* commom style for all browsers */
.menu2 {
	margin:0;
	list-style:none;
	position:relative;
	z-index:500;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-size: 1.273em;
	font-weight: normal;
	padding-left: 0px;
	width: 437px;
	float: left;
	color: #666;
	height: 38px;
}
.menu2 li.top {
	display:block;
	float:left;
	padding-top: 24px;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	height: 38px;
}
.menu2 li.top:hover {
	background-color: #FFF !important;
}

.menu2 li a.top_link {
	display:block;
	float:left;
	color:#808080;
	text-decoration:none;
	cursor:pointer;
	text-transform: capitalize;
}
.menu2 li a.top_link span {
	float:left;
	display:block;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
.menu2 li a.top_link span.down {
	float:left;
	display:block;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
.menu2 li a.top_link:hover {
	color:#693;
}
.menu2 li a.top_link:hover span {
}
.menu2 li a.top_link:hover span.down {
}
.menu2 li:hover > a.top_link {
	color:#89C542;
}

.menu2 li:hover > a.top_link span {
}
.menu2 li:hover > a.top_link span.down {
}
.menu2 table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}
.menu2 li:hover {
	position:relative;
	z-index:200;
	background-color: #FFF;
	background-image: none;
}
/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, .menu2 :hover ul ul, .menu2 :hover ul :hover ul ul, .menu2 :hover ul :hover ul :hover ul ul, .menu2 :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
.menu2 :hover ul.sub {
	left:0;
	top:45px;
	padding:3px;
	white-space:nowrap;
	width:100px;
	height:auto;
	z-index:300;
	background-color: #FFF;
}



* html .menu2 :hover ul.sub  {
	top:14px;
	background-color: #FFF;
}

.menu2 :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:90px;
	font-weight:normal;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ebebeb;
}
.menu2 :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:90px;
	text-indent:5px;
	color:#999;
	text-decoration:none;
	padding-bottom: 2px;
	font-weight: normal;
	padding-top: 2px;
}
.menu2 :hover ul.sub li a.fly {
	background-color: #fff;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
}
.menu2 :hover ul.sub li a:hover {
	color:#89C542;
}
.menu2 :hover ul :hover ul, .menu2 :hover ul :hover ul :hover ul, .menu2 :hover ul :hover ul :hover ul :hover ul, .menu2 :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:90px;
	top:-4px;
	background: #fff;
	padding:3px;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #6C0;
}
.menu2 #selected {
	
	background-color: #FFF;
}
.menu2 #selected a {
	color: #89C542;

}
.arrow  {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 28px;
}


.menu2 .arrow:hover  {
	background-image: url(../img/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
}
