/* CSS Document */

/*menu*/

#menu{
position:relative;
/*text-align:right;*/
top:0em;
left:1.5em;	/*was 0.5em*/
width:196px; /*15.8em;/*13.5em;*/
z-index:2;
/*padding-bottom:12em; /* To allow room for bottom dropdown */
border-top:1px solid #66809f;
}

#menu a, #menu h2{
display:block;
border-bottom:1px solid #66809f;
/*white-space:nowrap;*/
margin:0;
padding:3px 4px 3px 10px;
color:#fff;
text-decoration:none;
}
/*
#menu h2{
color:#fff;
background:#fff;
}

#menu a{
color:#fff;
background:#fff;
text-decoration:none;
}
*/

#menu a:hover, #menu a#here:visited, #menu a#here:active {
border-bottom:1px solid #fff;
}

#menu a:active{
color:#fff;
font-weight:normal;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu li{
list-style:none;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
right:100.1%;
display:none;
border-right:1px solid #fff;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display:block;
	width:250px; /*15.8em;/*13.5em;*/
	/*border-bottom:1px solid #cde3f8;*/
	border-left:0px solid #fff;
	/*white-space:nowrap;*/
	margin:0;
	/*padding:0px 2px;*/
	background-color:#002c5f;
	padding:0px 0px 0px 0px;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited, #menu a.x:active {
background-color:#002c5f;
}

#menu a.x:hover {
background-color:#002c5f;
}
