/* Begin CSS Popout Menu */

#floatingMenu {
	width:100%;
	float:left;
	/*font-size: 10px;*/
	background: #000000;
	text-transform: capitalize;
	font-family: Arial;
	white-space: nowrap;
	text-align: justify;
	display: block;
}

#floatingMenu a {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 1px 15px 1px 15px;
	text-transform: capitalize;
	background: #000000;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
}

#floatingMenu a, #floatingMenu a:visited {
	color: #FFFFFF;
	background: #000000;
}

#floatingMenu a:hover {
	color: #000000;
	background: #FFFFFF;
	width: auto;
}

#floatingMenu a:active {
	color: #000000;
	background: #FFFFFF;
}

#floatingMenu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	min-width: 100px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	/*border-right: 1px solid #FFFFFF;*/
}
#floatingMenu ul a.x {
    background-image: url('/shared/images/menu.down.png');
	background-repeat: no-repeat;
	background-position: right;
}
#floatingMenu ul a.x:hover {
    background-image: url('/shared/images/menu.down.hover.png');
	background-repeat: no-repeat;
	background-position: right;
}
#floatingMenu ul a.x:active {
    background-image: url('/shared/images/menu.down.png');
	background-repeat: no-repeat;
	background-position: right;
}
#floatingMenu li {
	position:relative;
	/*background: url('../images/down.gif') no-repeat right;*/
}

#floatingMenu ul ul {
	position:absolute;
	z-index:500;
	width: 150px;
	top:auto;
	display:none;
	border: 1px solid #FFFFFF;
}

#floatingMenu ul ul ul {
	top:0;
	left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#floatingMenu a:hover{

	/*background:#000 url(/images/expand.gif) no-repeat -999px -9999px;*/
}

div#floatingMenu li:hover{

	cursor:pointer;
	z-index: 100;
}

div#floatingMenu li:hover ul ul,
div#floatingMenu li li:hover ul ul,
div#floatingMenu li li li:hover ul ul,
div#floatingMenu li li li li:hover ul ul
{display:none;}

div#floatingMenu li:hover ul,
div#floatingMenu li li:hover ul,
div#floatingMenu li li li:hover ul,
div#floatingMenu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */
/* Styling for Expand */

#floatingMenu a.x, #floatingMenu a.x:visited{
	/*font-weight:bold;*/

	color:#FFFFFF;
	/*background:#000000 url(/images/expand.gif) no-repeat 100% 100%;*/
}
#floatingMenu a.x:hover{

	color:#000000;
	/*background:#FFFFFF url(/images/expand2.gif) no-repeat 100% 100%;*/
}
#floatingMenu a.x:active{

	color:#FFFFFF;
	background:#000000;
}
/* End CSS Popout floatingMenu */

