﻿.sidebarmenu ul
{
               margin: 0;
               padding: 0;
               list-style-type: none;
               font: bold 9pt Arial;
               width: 195px; /* Main Menu Item widths */
}

.sidebarmenu ul li
{
               position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a
{
               background-position: left center;
               text-indent: 22px;
               display: block;
               overflow: auto; /*force hasLayout in IE7 */
               color: #333333;
               text-decoration: none;
               padding: 6px;
               border-bottom: 1px solid #778;
               border-bottom-style: dashed;
               border-bottom-color: #474c4f;
               background-image: url('img/RED.jpg');
               background-repeat: no-repeat;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active
{
               background-color: #FFFFFF; /*background of tabs (default state)*/
               text-indent: 22px;
               background-image: url('img/RED.jpg');
               background-repeat: no-repeat;
               background-position: left center;
}

.sidebarmenu ul li a:visited
{
               color: #333333;
               text-indent: 22px;
               background-image: url('img/RED.jpg');
               background-repeat: no-repeat;
               background-position: left center;
}

.sidebarmenu ul li a:hover
{
               color: #333333;
               text-indent: 22px;
               background-image: url('img/RED.jpg');
               background-repeat: no-repeat;
               background-position: left center;
}

/*Sub level menu items */
.sidebarmenu ul li ul
{
               position: absolute;
               width: 170px; /*Sub Menu Items width */
               top: 0;
               visibility: hidden;
}

.sidebarmenu a.subfolderstyle
{
               background: url('img/blt.jpg') no-repeat 97% 50%;
}


/* Holly Hack for IE \*/
* html .sidebarmenu ul li
{
               float: left;
               height: 1%;
}
* html .sidebarmenu ul li a
{
               height: 1%;
}
/* End */