/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
margin-top:1;
/*margin-left:-15;*/
padding: 0;
list-style-type: none;
width: 170px; /* Width of Menu Items */
border-bottom: 2px solid #000000;
border-top: .5px solid #000000;
border-left: .5px solid #000000;
border-right: 1px solid #000000;
background: #EECD66;
text-align: center;
font-size: 14px;
z-index:1000
}
	
.suckerdiv ul li{
position: relative;
z-index:1000
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 192px; /*sub menu width*/
top: -4;
visibility: hidden;
background: #EECD66;
z-index:1000
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #324B6A;
text-decoration: none;
background: #EECD66;
padding: 1px 5px;
border: 1px solid #555;
border-bottom: 0;
z-index:1000
}

.suckerdiv ul li a:visited{
color: #324B6A;
z-index:1000
}

.suckerdiv ul li a:hover{
color: #EECD66;
background-color: #324B6A;
/*height:2.7em;*/
vertical-align:middle;
z-index:1000
}

.suckerdiv .subfolderstyle{
background: url(http://pvhs.ccps.org/new/images/arrow-copy.gif) no-repeat center right;
z-index:1000
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */