/***********************************************/
/* © ECRM (http://www.e-crm.co.uk/)
* This notice MUST stay intact for legal use
* Visit http://www.e-crm.co.uk/ for this template and others.
***********************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/***********************************************/

.sidebarmenu ul { margin: 0; padding: 0; list-style-type: none; font-family: verdana; font-size: 1em; font-weight: bold; width: 150px; /* Main Menu Item widths */ border-bottom: 1px solid #cccccc; }
 
.sidebarmenu ul li { position: relative; z-index: 1000; }

/* Top level menu links style */
.sidebarmenu ul li a{ display: block; overflow: auto; /*force hasLayout in IE7 */ color: white; text-decoration: none; padding: 8px; border-bottom: 1px solid #999999; border-right: 1px solid #999999 }

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active { background-color: #0033CC; /*background of tabs (default state)*/ }

.sidebarmenu ul li a:visited { color: white; }

.sidebarmenu ul li a:hover { color: black;background-color: #cccccc; }
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }