﻿.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 8pt Verdana, Helvetica, sans-serif;
width: 188px; /* Main Menu Item widths */
margin-top: 0;
/*border: 1px solid #C0C0C0;*/
border: 1px solid #33840c;
/*background-color: white;*/
background-color: #33840c;
border-bottom-width: 0;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a
{
clear:left;
padding: 4px 3px 4px 10px;
display: block;
overflow: auto; /*force hasLayout in IE7 */
/*color: white;*/
color: #33840c;
text-decoration: none;
border-bottom: 1px solid  #338b08;/*#C0C0C0;*/
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
/*background:url(Images/leftm_over.jpg)no-repeat 5%; /*background of tabs (default state)*/
/*background-color: white; /*background of tabs (default state)*/
/*color: #595959;*/
color: #FFF;
}

.sidebarmenu ul li a:visited{
color: #FFF;
}

.sidebarmenu ul li a:hover
{
/*background-color: #F8FBBD;*/
background:url(Images/leftm_over.jpg);
/*color: white;*/
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 188px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle
{
/*background: url(images/right.gif) no-repeat 97% 50%;*/
/*background: url(images/icon_arrow2.gif) no-repeat 5%;*/
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

