/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu { 
margin-bottom: 10px;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px arial;
width: 250px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}


/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #dddddd;
border-right: 0px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #ffffff; /*background of tabs (default state)*/
color: black;
text-decoration: none;
}

.sidebarmenu ul li a:visited{
background-color: #ffffff; /*background of tabs (default state)*/
color: black;
text-decoration: none;
}

.sidebarmenu ul li a:hover{
background: #eeeeee; /*background of menu items during onmouseover (hover state)*/
color: black;
text-decoration: underline;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
border-top:1px solid #bbbbbb;
width: 250px; /*Sub Menu Items width */
top: -1px;
visibility: hidden;
z-index: 1000;
}


a.subfolderstyle{
background: #eeeeee url(right.gif) no-repeat 97% 50%;
}

a.subfolderstyle:hover{
background: #cccccc url(right.gif) no-repeat 97% 50%;
}

a.subfolderstyle:visited{
background: #eeeeee url(right.gif) no-repeat 97% 50%;
}

a.subfolderstyled{
background: #eeeeee url(right.gif) no-repeat 97% 50%;
}

a.subfolderstyled:hover{
background: #cccccc url(right.gif) no-repeat 97% 50%;
}

a.subfolderstyled:visited{
background: #eeeeee url(right.gif) no-repeat 97% 50%;
}

a.subfolderstylen{
background: #eeeeee;
}

a.subfolderstylen:hover{
background: #cccccc;
}

a.subfolderstylen:visited{
background: #eeeeee;
}

.sidebarmenu a.subfolderstyle{
background: #eeeeee  url(right.gif) no-repeat 97% 50%;
}

.sidebarmenu a.subfolderstyle:hover{
background: #eeeeee url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
