﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

div.sidebarmenu 
{
	display: none;
	z-index:9999;
	border:0px;
}

.sidebarmenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
/*font: bold 13px Verdana;*/
width: 214px; /* Main Menu Item widths */
display: block;
padding:0px;
margin:0px;
border:0px;
}
 
.sidebarmenu ul li{
	position: relative;
	width:214px;  /*MTR*/
	z-index:999;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
/*overflow: auto;*/ /*force hasLayout in IE7 */ /* THIS CHANGE MADE BY MTR IT MAKES THE SCROLLys GO AWAY */
overflow:visible;
color: white;
text-decoration: none;
padding: 5px;
/*border-top:1px solid #ccc;
border-bottom:1px solid #ccc;*/
position:relative;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
/*background-color:  #358236;*/ /*background of tabs (default state)*/ 
/*background-color:  #0074D9; background of tabs (default state) Blue Theme*/
background-color:  #555; /*background of tabs (default state) Black Theme*/
}

.sidebarmenu ul li a:visited{
/*color: white;*/
}

.sidebarmenu ul li a:hover{
/*background-color: #ccc;
color: #358236;
color: #004B8C;
border:1px solid #358236;
border:1px solid #004B8C;*/
/*border: 1px solid #7abaf2; */
/* Blue Theme */
/*background: #004b8c url(jqueryui/css/custom-theme-blue-black/images/ui-bg_highlight-hard_75_004b8c_1x100.png) 50% 50% repeat-x;
font-weight: bold; 
color: #ffffff;*/
/* Black Theme */
	/*background: #555 url(jqueryui/css/custom-theme-orange-black/images/ui-bg_highlight-hard_40_0078a3_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;*/
background-color: #777 !important;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
/*width: 214px;*/ /*Sub Menu Items width */
width: 214px;
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/menu/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 */