#menuWrapper
{
}
#menu LI UL
{
	/*+border-radius:0 0 10px 10px;*/
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 5px;
	/*[disabled]border:1px solid #314D5B;*/
	border-top: 0px solid #000000;
	background-color: #486575;
	/*+box-shadow:2px 3px 5px #282828;*/
	-moz-box-shadow: 2px 3px 5px #282828;
	-webkit-box-shadow: 2px 3px 5px #282828;
	-o-box-shadow: 2px 3px 5px #282828;
	box-shadow: 2px 3px 5px #282828;
	behavior: url(PIE.htc);
}
#menu
{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
/*font-weight:bold;*/
	height: 40px;
	position: absolute;
	top: -70px;
	left: 220px;
	color: #ECECEC;
	width: 510px;
	text-align: center;
	z-index: 1000;
}
#menu LI
{
	list-style: none;
	margin: 1px 1px 0px;
	padding: 0;
	width: 100px;
	float: left;
	height: 40px;
	position: relative;
	/*[disabled]line-height:40px;*/
	/*[disabled]border:1px none #6F95AA;*/
}
#menu A
{
	color: #ECECEC;
	margin-top: 7px;
	display: block;
	text-shadow: 2px 2px 2px #222;
/*width:150px;
line-height:38px;*/
	font-size: 15px;
	text-decoration: none;
	font-style: normal;
/*border-bottom:1px solid transparent;    border-top:1px solid transparent;*/
}
#menu A:hover
{
	color: #FFF1C5;
/*border-bottom:1px dotted #EEEEEE;    border-top:1px dotted #EEEEEE;*/
	text-shadow: 0px 0 4px #FFFF00;
	/*[disabled]background-color:#142E3B;*/
}
#menu UL
{
	margin: 0;
	padding: 0px 7px;
	display: none;
	position: absolute;
/*top:-9999px;*/
	text-align: left;
	width: 160px;
	/*[disabled]background-color:#4B6A7C;*/
	/*[disabled]background-image:url(../images/page_elements/subMenuBg.jpg);*/
	z-index: 1000;
	background-position: top;
	background-repeat: repeat-x;
	font-style: italic;
	/*[disabled]border:1px solid #1F3B47;*/
}
#menu UL LI
{
	font-size: 0.75em;
	height: 30px;
	border: 0;
	width: 160px;
}
#menu LI UL LI A, #menu LI UL LI A:hover
{
/*font-size:10pt;*/
	border: 0px none #000000;
}
#menu LI.last
{
	border: 0;
}
#menu LI.smaller
{
	font-size: 10pt;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu
{
	line-height: 1;
}
.sf-menu UL
{
	position: absolute;
	top: -999em;
	width: 10em;
/*left offset of submenus need to match (see below)*/
}
#menu LI UL LI
{
	border: none !important;
	margin-bottom: 0px;
}
.sf-menu UL LI
{
	width: 100%;
}
#menu LI:hover .sf-with-ul
{
	/*[disabled]-moz-border-radius:10px 10px 0 0;*/
	/*[disabled]border:1px solid #808080;*/
	/*[disabled]border-bottom:none;*/
	/*[disabled]z-index:100000;*/
	/*[disabled]margin:0;*/
	/*[disabled]height:inherit;*/
	/*[disabled]padding-top:6px;*/
}
.sf-menu LI:hover
{
	visibility: inherit;
/*fixes IE7 'sticky bug'*/
}
.sf-menu LI
{
	float: left;
	position: relative;
}
.sf-menu A
{
	display: block;
	position: relative;
}
.sf-menu LI:hover UL, .sf-menu LI.sfHover UL
{
	left: 0;
	top: 2.5em;
/*match top ul list item height*/
	z-index: 99;
}
UL.sf-menu LI:hover LI UL, UL.sf-menu LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI:hover UL, UL.sf-menu LI LI.sfHover UL
{
	left: 10em;
/*match ul width*/
	top: 0;
}
UL.sf-menu LI LI:hover LI UL, UL.sf-menu LI LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI LI:hover UL, UL.sf-menu LI LI LI.sfHover UL
{
	left: 10em;
/*match ul width*/
	top: 0;
}
/*** DEMO SKIN ***/
.sf-menu
{
	float: left;
	margin-bottom: 1em;
}
.sf-menu A
{
/*padding:         .75em 1em;*/
}
.sf-menu LI:hover, .sf-menu LI.sfHover, .sf-menu A:focus, .sf-menu A:hover, .sf-menu A:active
{
	outline: 0;
}
/*** arrows **/
.sf-menu A.sf-with-ul
{
/*padding-right:     2.25em;*/
	min-width: 1px;
/*trigger IE7 hasLayout so spans position accurately*/
}
.sf-sub-indicator
{
/*position:        absolute;
display:        block;*/
	right: 0.75em;
	top: 1.05em;
/*IE6 only*/
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	margin-left: 4px;
/*background:        url('../images/page_elements/arrows-ffffff.png') no-repeat -10px -100px;*/
}
A>.sf-sub-indicator
{
/*give all except IE6 the correct values*/
	top: 0.8em;
}

