/*CSS Document*/
#st_main_menu
{
	padding: 0;
	float: left;
	text-align: right;
	padding-top: 25px;
}
#st_main_menu UL
{
	margin: 0;
/*all lists*/
	padding: 0;
	float: right;
	text-shadow: -1px -1px 2px #102000;
}
#st_main_menu LI
{
	margin: 0;
/*all list items*/
	padding: 0 20px;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
}
#st_main_menu LI.last
{
	padding: 0 0 0 20px;
}
#st_main_menu LI UL
{
	width: 16.4em;
	position: absolute;
/*second-level lists*/
	z-index: 99;
	left: -999em;
/*using left instead of display to hide menus because display: none isn't read by screen readers*/
	height: auto;
	w\idth: 15.9em;
}
#st_main_menu LI UL UL
{
	margin: -1.25em 0 0 12em;
/*third-and-above-level lists*/
}
#st_main_menu LI LI, #st_main_menu LI LI.last
{
	padding: 0 1em 0 0;
	margin: 0;
	width: 15.9em;
}
#st_main_menu UL A
{
/*width: 14.8em;
w\idth: 10.8em;*/
}
#st_main_menu LI:hover UL UL, #st_main_menu LI:hover UL UL UL, #st_main_menu LI.sfhover UL UL, #st_main_menu LI.havechildsfhover UL UL, #st_main_menu LI.havechild-activesfhover UL UL, #st_main_menu LI.activesfhover UL UL, #st_main_menu LI.sfhover UL UL UL, #st_main_menu LI.havechildsfhover UL UL UL, #st_main_menu LI.havechild-activesfhover UL UL UL, #st_main_menu LI.activesfhover UL UL UL
{
	left: -999em;
}
/*This "unhides" the sub-menus (left: -999em is what hides them)*/
#st_main_menu LI:hover UL, #st_main_menu LI LI:hover UL, #st_main_menu LI LI LI:hover UL, #st_main_menu LI.sfhover UL, #st_main_menu LI.havechildsfhover UL, #st_main_menu LI.havechild-activesfhover UL, #st_main_menu LI.activesfhover UL, #st_main_menu LI LI.sfhover UL, #st_main_menu LI LI.havesubchildsfhover UL, #st_main_menu LI LI.havesubchild-activesfhover UL, #st_main_menu LI LI.activesfhover UL, #st_main_menu LI LI LI.sfhover UL, #st_main_menu LI LI LI.havesubchildsfhover UL, #st_main_menu LI LI LI.havesubchild-activesfhover UL, #st_main_menu LI LI LI.activesfhover UL
{
	left: auto;
}
/*STYLING THE MENU
-----------------------------------
1st level*/
#st_main_menu LI A
{
	padding: 0px;
	display: block;
	color: #17A1C8;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 10px;
	font-weight: bold;
}
#st_main_menu LI A:hover, #st_main_menu LI A:active, #st_main_menu LI A:focus
{
	background: none;
	color: #FFFFFF;
}
#st_main_menu LI:hover A, #st_main_menu LI.sfhover A, #st_main_menu LI.havechildsfhover A, #st_main_menu LI.havechild-activesfhover A
{
	color: #FFFFFF;
}
#st_main_menu LI.havechild-active A, #st_main_menu LI A.active, #st_main_menu LI A.active:hover, #st_main_menu LI A.active:active, #st_main_menu LI A.active:focus
{
	color: #FFFFFF;
}
/*2nd level and above*/
#st_main_menu LI UL
{
	background: url(images/ul_level2_bg.png) repeat top left;
}
#st_main_menu LI UL LI
{
	border-bottom: 1px solid #324A5D;
	background: none;
	padding: 0;
}
#st_main_menu LI UL LI.last
{
	border-bottom: none;
}
#st_main_menu LI UL A
{
	border-right: none;
	margin: 0;
	padding: 5px 10px;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	text-transform: none;
}
#st_main_menu LI LI.havesubchildsfhover LI A
{
	color: #FFFFFF;
}
#st_main_menu LI LI.havesubchildsfhover A, #st_main_menu LI.havechild-activesfhover LI.havesubchild-active A, #st_main_menu LI LI.havesubchild-active A, #st_main_menu LI LI LI A:hover
{
	color: #17A1C8;
}
#st_main_menu LI UL A:hover, #st_main_menu LI UL A:active, #st_main_menu LI UL A:focus, #st_main_menu UL LI:hover, #st_main_menu UL LI.sfhover, #st_main_menu UL LI.havesubchildsfhover, #st_main_menu UL LI.havesubchild-activesfhover, #st_main_menu UL UL LI:hover, #st_main_menu UL UL LI.sfhover, #st_main_menu UL UL LI.havesubchildsfhover, #st_main_menu UL UL LI.havesubchild-activesfhover
{
	background: none;
	color: #17A1C8;
}
#st_main_menu UL UL LI A.active, #st_main_menu UL UL LI A.active:hover, #st_main_menu UL UL LI A.active:active, #st_main_menu UL UL LI A.active:focus
{
	margin: 0;
	background: none !important;
	color: #17A1C8;
}
#st_main_menu UL LI A.active SPAN, #st_main_menu UL LI A.active:hover SPAN, #st_main_menu UL LI A.active:active SPAN, #st_main_menu UL LI A.active:focus SPAN
{
	padding: 0;
	background: none !important;
	color: #17A1C8;
	font-weight: bold;
}
#st_main_menu LI UL A SPAN
{
	margin: 0;
	padding: 0;
}
