/* vertical menu */

.verdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 153px; /* Width of Menu Items */
background-color:#f9f9f9;
border-bottom: 1px solid #ccc;
COLOR: #666666;
FONT: normal 11px trebuchet ms;
text-decoration: none;
}
	
.verdiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.verdiv ul li ul{
left: 153px; /* Parent menu width - 1*/
position: absolute;
width: 210px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.verdiv ul li ul li ul{ 
left: 209px; /* Parent menu width - 1*/
}

/* menu links style */
.verdiv ul li a{
display: block;
color: black;
text-decoration: none;
background:#f9f9f9;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.verdiv ul li a:visited{
color: black;
}

.verdiv ul li a:hover{
background-color:#FFFFCC;
COLOR:#990000;
}

.verdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .verdiv ul li { float: left; height: 1%; }
* html .verdiv ul li a { height: 1%; }





/* horizontal menu */

.hordiv ul{
margin: 0;
padding:0;
list-style-type: none;
width: 100px; /* Width of Menu Items */
background-color:CCCC99;
FONT: bold 11px tahoma;
text-decoration: none;
}
	
.hordiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.hordiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 15px;
display: none;
COLOR: #666666;
FONT: normal 10px verdana;
}

/*All subsequent sub menu levels offset */
.hordiv ul li ul li ul{ 
left: 149px; /* Parent menu width - 1*/
width: 180px;
top:0;
}

/* menu links style */
.hordiv ul li a{
display: block;
color:#333333;
text-decoration: none;
background:CCCC99;
padding: 1px 5px;
border: 1px solid #999;
border-bottom: 0;
}

.hordiv ul li a:visited{
color: black;
}

.hordiv ul li a:hover{
background-color:#FFFFCC;
COLOR:333300;
}

.hordiv .subfolderstyle{
background: url(images/arrow_top.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .hordiv ul li { float: left; height: 1%; }
* html .hordiv ul li a { height: 1%; }
