/* Start of CMSMS style sheet 'Vert Pop-Out Menu' */
/* Begin CSS Popout Menu */

#vert-pop-menu{
z-index:2;
min-width:10em;
// padding-bottom:12em; /* To allow room for bottom dropdown */
width: 200px;
border-style: solid solid none solid;
border-color: #000;
border-size: 1px;
border-width: 1px;
padding: 0px;
margin: 0px;
}

#vert-pop-menu li{
height: 32px;
padding:0; 
display:block; 
}

#vert-pop-menu ul{
margin:0px;
padding:0px;
list-style:none;
}

#vert-pop-menu li h2{
color:#fff;
background:#000;
text-transform:uppercase;
height: 30px;
}

#vert-pop-menu li a{
/*height: 32px;
voice-family: "\"}\""; 
voice-family: inherit;*/
height: 25px;
text-decoration: none;
font-weight:normal;
}

#vert-pop-menu li a:link, #vert-pop-menu li a:visited {
color: #CCCCCC;
display: block;
background: url(uploads/images/menus/vert-pop-menu.gif);
padding: 8px 0 0 30px;
}
		

#vert-pop-menu li a:hover{
color: #fff;
background: url(uploads/images/menus/vert-pop-menu.gif) 0 -32px;
padding: 8px 0 0 30px;
}

#vert-pop-menu li a:active{
color: #fff;
background: url(uploads/images/menus/vert-pop-menu.gif) 0 -64px;
padding: 8px 0 0 30px;
}

#vert-pop-menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* 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#vert-pop-menu li, div#vert-pop-menu li:hover{
position:relative;
}

div#vert-pop-menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#vert-pop-menu ul ul,
div#vert-pop-menu ul ul ul,
div#vert-pop-menu ul li:hover ul ul,
div#vert-pop-menu ul li:hover ul ul ul
{display:none;}

div#vert-pop-menu ul li:hover ul,
div#vert-pop-menu ul ul li:hover ul,
div#vert-pop-menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#vert-pop-menu a.x, #vert-pop-menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#vert-pop-menu a.x:hover{
background:#ddd;
}

#vert-pop-menu a.x:active{
color:#060;
background:#ccc;
}


/* End of 'Vert Pop-Out Menu' */

