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

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: "Trebuchet MS", arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
width: 160px; /* Main Menu Item widths */
border-bottom: /*1px 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: #b3b3b3;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

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

.sidebarmenu ul li a:visited{
color: #b3b3b3;
}

.sidebarmenu ul li a:hover{
background-color: #b3b3b3;
color: #333;
}


.sidebarmenu ul li a.current {
background-color: #b3b3b3;
color: #333;
}


/*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%;
}

.menuTop {
font-family: "Trebuchet MS", arial, helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #b3b3b3;
text-align: left;
padding: 15px 0 0 59px;
}

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



