/* $Id: suckertree_vertical_blue.css 219 2008-07-21 20:43:24Z mateo $ */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Adapted for Zikula menutree, Erik Spaan, http://code.zikula.org/blanktheme*/

.st_vert ul{
width: 100%; /*Menu width*/
background: #faf7ee; /*Menu background*/
border-bottom: 1px solid #999;
margin:0 0 10px;
padding:0;
list-style:none;
font: bold 1em "Trebuchet MS", "Lucida Sans", Verdana, Arial, sans-serif;
}

.st_vert ul li{
position:relative;
margin:0;
padding:0;
}

/*Sub level menu items */
.st_vert ul li ul{
width: 150px; /*Submenu width*/
background: #faf7ee; /*Submenu background*/
margin:0;
padding:0;
position:absolute;
z-index:9;
top:0;
visibility:hidden;
}

/* Sub level menu links style */
.st_vert ul li a{
color: #4d87c7;
background: #faf7ee;
padding: 1px 5px;
border: 1px solid #999;
border-bottom: 0;
display:block;
overflow:auto; /*force hasLayout in IE7*/
text-decoration:none;
}

.st_vert ul li a:link{
text-decoration: none;
}

.st_vert ul li a:hover{
background: #4d87c7;
color: #faf7ee;
text-decoration:none;
}

.st_vert .subfoldericon{
background: url(../modules/menutree/pnimages/suckertree/st_arrow_right_blue.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .st_vert ul li { float: left; height: 1%; }
* html .st_vert ul li a { height: 1%; }
/* End */