@charset "UTF-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Sourced from http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-vertical/ */
/* Outside Update Engine Scope - so TEST THIS FULLY! Compatibility needs to be assured :)	 */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 173px; /* Width of Menu Items */
font-size:18px;
}
	
.suckertreemenu ul li{
position: relative;
z-index:0;
background:none;
}
	
/*Sub level menu items */
.suckertreemenu ul li ul{
position: absolute;
width: 172px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
text-decoration: none;
padding: 1px 5px 2px;
border-bottom: 2px dotted #ffffff;
height:20px;
line-height:20px;
width: 172px;
}

.suckertreemenu ul li ul li a:visited{
color: #ffffff;
}

.suckertreemenu ul li ul li a:hover{
color: #f46401;
border-bottom: 2px dotted #f46401;
}

.suckertreemenu .subfolderstyle{

}

/* Applies to any parent when their children are hovered */
.suckertreemenu .parenthover{

}
/* Applies to any section when ON not HOVER */
.suckertreemenu .section_on{

}

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