.holgueradiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 196px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/
/*border: 1px solid #9A9A9A;*/
border: 0px;
/*border: 1px solid #ffffff;
border-left-width: 0px;*/
background: white url(img/menu/btn-on.jpg) repeat-x bottom left;
}

.holgueradiv ul li{
position: relative;
background: white url(img/menu/btn-on.jpg) repeat-x bottom left;
}
	
/*Sub level menu items */
.holgueradiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.holgueradiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
/*border: 1px solid #9A9A9A;*/
border: 0px;
border-right: 1px solid #fff;
/*border: 1px solid #ffffff;
border-bottom-width: 0;*/
background: white url(img/menu/btn-on.jpg) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

.holgueradiv ul li a:visited{
color: white;
}

.holgueradiv ul li a:hover{
/*background-color: yellow;*/
background: white url(img/menu/btn-off.jpg) repeat-x bottom left;
}

.holgueradiv .subfolderstyle{
/*background: url(media/arrow-list.gif) no-repeat center right;*/
}

	
/* Holly Hack for IE \*/
* html .holgueradiv ul li { float: left; height: 1%; }
* html .holgueradiv ul li a { height: 1%; }
/* End */

/*.holgueradiv ul li a {
width: 100%;
} */

.separator {
	color:#FFFFFF;
	height: 4px;
}
table.menu{
/*background: white url(img/menu/background.jpg) repeat;*/
}
