/*[webpath]http://www.desertweather.com/menu.css*/
/*[webpath]http://www.desertweather.com/menu.css*/
/*================================================================
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/flyoutt.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.
===================================================================
common styling*/
.menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 165px;
	height: 150px;
	position: relative;
	z-index: 10;
	margin: 25px 0;
	font-size: 11px;
}
.menu UL LI A, .menu UL LI A:visited
{
	display: block;
	text-decoration: none;
	color: #333333;
	width: 165px;
	height: 21px;
	text-align: left;
	letter-spacing: 0.1em;
	border: 1px solid #202F39;
	border-width: 1px 0 0;
	/*background:url("../images/mm_arrow.gif") 5px 45% no-repeat;*/
	line-height: 21px;
	font-size: 11px;
	text-indent: 11px;
}
.menu UL
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu UL LI
{
	float: left;
	margin-right: 1px;
	position: relative;
}
.menu UL LI UL
{
	display: none;
}
.menu UL LI A.sub
{
	/*background: url(../images/menudrop.gif) no-repeat 157px;*/
	color: #333;
}
.menu UL LI A.new
{
	background: url(../images/new.gif) no-repeat 137px;
	color: #333;
}
.menu UL LI:hover A.sub, .menu UL LI:hover UL LI:hover A.sub
{
	/*background:url("../images/pro_line_1.gif") 0px no-repeat;*/
	background: #FFFFFF;
	color: #202F39;
}
/*specific to non IE browsers*/
.menu UL LI:hover A
{
	color: #202F39;
	/*background:url("../images/pro_line_1.gif") 0px 45% no-repeat;*/
	background: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}
.menu UL LI:hover UL
{
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 165px;
	width: 105px;
}
.menu UL LI:hover UL LI A.hide
{
	background: #DBD7BB;
	color: #333333;
}
.menu UL LI:hover UL LI:hover A.hide
{
	width: 200px;
}
.menu UL LI A.sub, .menu UL LI:hover UL LI A.sub
{
	background: #DBD7BB;
	color: #333;
}
.menu UL LI:hover UL LI:hover A.sub
{
	background: #FFFFFF;
	color: #202F39;
}
.menu UL LI:hover UL LI UL
{
	display: none;
}
.menu UL LI:hover UL LI A
{
	display: block;
	background: #DBD7BB;
	color: #333333;
	width: 200px;
	font-weight: normal;
	font-size: 11px;
	border-width: 1px 0 0;
}
.menu UL LI:hover UL LI A:hover
{
	/*background:url("../images/pro_line_1.gif") 0px no-repeat;*/
	background: #FFFFFF;
	color: #202F39;
	font-weight: normal;
	font-size: 11px;
	border-width: 1px 0 0;
}
.menu UL LI:hover UL LI:hover UL
{
	display: block;
	position: absolute;
	left: 200px;
	top: 0;
	color: #333333;
}
.menu UL LI:hover UL LI:hover UL LI A
{
	display: block;
	width: 200px;
	background: #DBD7BB;
	color: #333333;
}
.menu UL LI:hover UL LI:hover UL LI A:hover
{
	background: #FFFFFF;
	color: #202F39;
}
