<style type="text/css">

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

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 8px Verdana;
width: 200px; /* Main Menu Item widths */

}
 
.sidebarmenu ul li{
position: relative;
 left:-30px;
list-style-type: none;
}


/* Top level menu links style */
.sidebarmenu ul li a{
	background: url(thomas_images/button_bg.gif) no-repeat left top; /*color of 
display: block;
overflow: auto; /*force hasLayout in IE7 */
display: block;
color: #2A6758;
font: bold 11px Verdana;
width: 200;
padding: 8px 0;  /*Vertical (top/bottom) padding for each menu link */
text-indent: 5px;
text-decoration: none;
list-style-type: none;

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background:  url(thomas_images/button_bg.gif) no-repeat left top;
list-style-type: none;
}

.sidebarmenu ul li a:visited{
color: none;
list-style-type: none;
}

.sidebarmenu ul li a:hover{
	background:  url(thomas_images/button_bg_hover.gif) no-repeat left top;
background-color: none;
list-style-type: none;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0; 
visibility: hidden;
list-style-type: none;
z-index:999;
}

.sidebarmenu a.subfolderstyle{
background: url(thomas_images/right.gif) no-repeat 97% 50%;
list-style-type: none;
}

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


.tdmain {
	FONT-FAMILY:  Verdana, Arial, Tahoma, Geneva, Sans-Serif; FONT-SIZE: 11px; COLOR: #000000;
	text-align: left;
}

.tdmain2 {
	FONT-FAMILY:  Verdana, Arial, Tahoma, Geneva, Sans-Serif; FONT-SIZE: 13px; COLOR: #000000;
	text-align: left;
}

.tdmain3 {
	FONT-FAMILY:  Verdana, Arial, Tahoma, Geneva, Sans-Serif; FONT-SIZE: 14px; COLOR: #000000;
	text-align: left; font-style: oblique; font-style: italic;
}

.tdmain4 {
	FONT-FAMILY:  Verdana, Arial, Tahoma, Geneva, Sans-Serif; FONT-SIZE: 9px; COLOR: #000000;
	text-align: center; font-style: oblique; 
}

.tdTitle {
	FONT-FAMILY:  Verdana, Arial, Tahoma, Geneva, Sans-Serif; FONT-SIZE: 15px; COLOR: #2A6758;
	font-weight:bold;
	text-align: left;
}


</style>

