#sosFlyoutNav{
	position: relative;
	z-index: 999;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.1em;
}

/* Top Level
-------------*/
#sosFlyoutNav ul.parent{
	padding: 0;
	margin: 0;
	list-style: none;
}

#sosFlyoutNav ul.parent li a{
	width: 145px;
	display : block;
	color : #193679;
	text-decoration : none;
	background: #ffffff url('images/menuItemBackground.jpg') no-repeat;
	border: none;
	padding: 5px 20px 2px 10px;
}
	
#sosFlyoutNav ul.parent li a:hover{
	color : #000000;
	background: #B0DCD6 url('images/menuItemBackgroundHover.jpg') no-repeat;
}

#sosFlyoutNav ul.parent .no_fly a{
	background: #ffffff url('images/menuItemBackground2.jpg') no-repeat;
}

#sosFlyoutNav ul.parent .no_fly a:hover{
	background: #B1DCD5 url('images/menuItemBackgroundHover2.jpg') no-repeat;
}

/* Second Level
----------------*/
#sosFlyoutNav ul.children { 
	position : absolute;
	left: -999em;
	margin: -1.7em 0px 0px 175px;
	padding: 0px;
	list-style: none;
}

#sosFlyoutNav ul.children li{
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 250px;
}

#sosFlyoutNav ul.children li a{
	width: 230px;
	display : block;
	color : #29A292;
	text-decoration : none;
	background: #ffffff url('images/menuItemArrow.jpg') no-repeat bottom right;
	border: solid 1px #29A292;
	padding: 3px 10px 3px 10px;
}

#sosFlyoutNav ul.children li a:hover{
	color: #ffffff;
	background: #B0DCD6 url('images/menuItemArrowHover.jpg') no-repeat bottom right;
}

#sosFlyoutNav ul.children .no_fly a{
	background: #ffffff;
}

#sosFlyoutNav ul.children .no_fly a:hover{
	background: #B0DCD6;
}

/* Third Level
---------------*/
#sosFlyoutNav ul.grandchildren { 
	position : absolute;
	left: -999em;
	margin: -1.8em 0px 0px 251px;
	padding: 0px;
	list-style: none;
}

#sosFlyoutNav ul.grandchildren li{
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 250px;
}

#sosFlyoutNav ul.grandchildren li a{
	width: 230px;
	display : block;
	color : #29A292;
	text-decoration : none;
	background: #ffffff;
	border: solid 1px #29A292;
	padding: 3px 10px 3px 10px;
}

#sosFlyoutNav ul.grandchildren li a:hover{
	color: #ffffff;
	background: #B0DCD6;
}

/* All Levels
--------------*/
#sosFlyoutNav li:hover ul ul, #sosFlyoutNav li:hover ul ul ul, #sosFlyoutNav li.sfhover ul ul, #sosFlyoutNav li.sfhover ul ul ul {
	left: -999em;
}
	
#sosFlyoutNav li:hover ul, #sosFlyoutNav li li:hover ul, #sosFlyoutNav li li li:hover ul, #sosFlyoutNav li.sfhover ul, #sosFlyoutNav li li.sfhover ul, #sosFlyoutNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


