.menudiv { background: #cb0000; padding: 0 0 10px 0; }

.menudiv ul{
padding: 0 0 0px 0px;
margin: 0 0 0 0;
list-style-type: none;
width: 198px; /* Width of Menu Items */
border-bottom: 0px solid #ff0000;
background: #cb0000;
}
	
.menudiv ul li{
position: relative;
/* background: url(../pic/menubullet.gif) no-repeat 0.3em 0.6em #ffffff; */
}
	
/*Sub level menu items */
.menudiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
border: 1px solid #ccc;
border-top: 0;
}

.menudiv ul li ul.l2 {
	width: 220px;
	border: 1px solid #ccc;
	border-top: 0;
}

/* Sub level menu links style */
.menudiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
font-weight: bold;
text-decoration: none;
/* background: #ececec; */
background: url(../pic/menubullet.gif) no-repeat 0.6em 0.6em #cb0000;
padding: 5px 5px 1px 16px;
border: 1px solid #ccc;
border-top: 0;
border-left: 0;
border-right: 0;
height: 15px;
}

.menudiv ul li a:visited{
color: #fff;
/* color: black; */
}

.menudiv ul li a:hover{
background: url(../pic/menubullet.gif) no-repeat 0.6em 0.6em #a50000;
text-decoration: none;
}

.menudiv .subfolderstyle{
/* background: url(../pic/menubullet.gif) no-repeat 96% center; */ /* folder */
}

	
/* Holly Hack for IE \*/
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */


