.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 11px Arial, Helvetica, sans-serif;
	width: 155px;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #333;
	text-decoration: none;
	padding: 3px;
	background-color: #E4E4E4;
	background-image: url(leftmenu_a.gif);
	background-repeat: repeat;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7199A8;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #E4E4E4; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
	color: #333;
	background-color: #D6E3F3;
	font-weight: bold;
}

.sidebarmenu ul li a:hover{
	color: #333;
	background-color: #E4E4E4;
	background-image: url(leftmenu_hover.gif);
	background-repeat: repeat;
	font-weight: bold;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 140px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background: url(/images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li {
	float: left;
	height: 0%;
}
* html .sidebarmenu ul li a { height: 1%; }
/* End */
