#tabs {
	float:right;
	width:570px;
	background:#fff;
	font-size:93%;
	line-height:normal;
	margin-top: 4px;
	margin-left: 0px;
	}

#tabs ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
	float:right;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("/images/1tableft5.png") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("/images/1tabright5.png") no-repeat right top;
	padding:5px 14px 4px 10px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFFFFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	} 

#sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%; /* Main Menu Item widths */
border-bottom: 1px solid #FFF;
}
 
#sidebarmenu ul li{
position: relative;
padding:0 0 0 4px;
background:url("/images/1tableft5.png") no-repeat left top;
width: 100%;
}

/* Top level menu links style */
#sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFF;
text-decoration: none;
padding: 4px;
border-bottom: 0px solid #fff;
border-right: 0px solid #fff;
}

#sidebarmenu ul li a:link, #sidebarmenu ul li a:visited, #sidebarmenu ul li a:active{
 background:url("/images/1tabright5.png") no-repeat right top; 
  /*background of tabs (default state)*/
}

#sidebarmenu ul li a:visited{
color: white;
}

#sidebarmenu ul li a:hover{
background-position:100% -42px;
}

/*Sub level menu items */
#sidebarmenu ul li ul{
position: absolute;
width: 160px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

#sidebarmenu a.subfolderstyle{
background: url(/images/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 */
