/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */


/* Begin CSS Popout Menu */

#menu{
font-size: 110%;
z-index:2;
position: absolute;
top: 180px;
left: 0px;
width:5em;
padding:0 .25em 12em .25em; /* To allow room for bottom dropdown */
}

#menu a, #menu h2{
display:block;
padding:1px 3px;
margin: 0;
}

#menu ul li ul {
	width: 11em;
	background: white;
	border: 2px solid #060;
}
#menu ul li a {
	margin: .33em 0 0 0;
	padding: .15em .33em .15em 1.25em;
	z-index: 1000;
        background: url(/images/layout/diamond.gif) center left no-repeat #FFF;
}

#menu ul li ul li a {
	margin: 0;
	padding:1px 3px 1px 1.25em;
	border-bottom: 1px #060;
	z-index: 1010;
	background: white;
}

#menu ul li ul li hr {
	margin: -1px 0 0 0;
	padding: 0;
	border: 0;
	border-top: 2px solid #339;
	height: 1;
	z-index: 1010;
	background: white;
	color: white;
}

#menu h2{
text-transform:uppercase;
}

#menu a{
color: #060;
font-weight: bold;
text-decoration:none;
	z-index: 1000;
}

#menu a:hover{
	font-weight: bold;
	z-index: 1015;
	color: #060;
	/* background: url(/images/layout/diamondhi.gif) center left no-repeat  #FFF; */
}

#menu a:active{
font-weight: bold;
	z-index: 1020;
}

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

/* 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;
	z-index: 1015;
}

div#menu li ul{
position:absolute;
top: 0;
bottom: auto;
left:99.9%;
display:none;
	z-index: 1020;
}

div#menu li ul.lower{
position:absolute;
bottom: 0;
top: auto;
left:99.9%;
display:none;
	z-index: 1020;
}


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; 	z-index: 1020;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
}

#menu a.x:hover{
}

#menu a.x:active{
}


.adminMenuHead {
}

.adminMenu {
	color: black
}


/* Begin Content Area */

#content{padding: 1em}
div.vv{position:relative;top:0;float:right;margin:0;}

/* End Content Area */
