/* Begin CSS Popout Menu */
#menu{
width: 825px;
float:left;
}

/* Top level nav text and menu borders and padding */
#menu a, #menu span, #menu span a{
font-size:11px;
font-weight: bold;
line-height: 110%;
font-family: Arial,helvetica,sans-serif;
margin: 4px 0px 0px 2px;
padding: 0px 0px 0px 0px;
/*white-space:nowrap;*/
display:block;
}

.tlli
{
height: 42px;
display:block;
}


.ddli
{	padding:3px 3px 3px 3px;
	background:#E2E2E2;
	border-width:1px;
	border-style:solid;
	border-color:#E2E2E2 #185393 #185393 #185393;
	padding: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}

/* Top level nav text */
#menu h2{
color:#185393;
background:#E2E2E2; /* url(/css/images/expand3.gif) no-repeat 100% 100%; */
}

#menu a{
background:#E2E2E2;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#185393;
text-decoration:none;
}

#menu a:hover{
color:#1E9E72;
background:#E2E2E2;
}

#menu a:active{
color:#1E9E72;
background:#E2E2E2;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:6.3em; /* The width of th top level nav */
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu 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#menu h2:hover{
color:#185393;
background:#E2E2E2; /* url(/css/images/expand3.gif) no-repeat -999px -9999px; */
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#185393;
background:#E2E2E2; /* url(/css/images/expand3.gif) no-repeat 100% 100%; */
}

#menu a.x:hover{
color:#E2E2E2;
background:#185393;
}

#menu a.x:active{
color:#185393;
background:#E2E2E2;
}

/* End CSS Popout Menu */
