#sideBar {
	font-size: 12px; 
	z-index: 100; 
	right: 0px; 
	width: auto; 
	position: absolute; 
	top: 20px; 
	height: auto; 
	text-align: left
}
#sideBarTab {
	margin-top: 20px; 
	float: left; 
	width: 27px; 
	height: auto;
	background-color: #BB0000; 
	border-left: 2px solid #7F0909;
	border-top: 1px solid #7F0909;
	border-bottom: 1px solid #7F0909;
	text-align: center;
}
#sideBarTab #vertical {
  padding:0;
  margin:0 auto; 
  list-style-type:none; 
}
#sideBarTab #vertical li {
  margin:1px auto;;
  width:1.4em; 
  color: #fff;
  font-weight: normal !important;
  font-size: 1.2em;
}
#sideBarContents {
	float: left; 
	overflow: hidden! 
	important; 
	width: 540px; 
	background-color: #fff;
	border: 1px solid #BB0000;
	border-right: none;
}
#sideBarContentsInner {
	width: auto; 
	padding: 10px
}
a#sideBarTab {
	background: transparent url(../images/stateBG.gif) no-repeat left bottom !important;
	height:113px !important;
	border: none !important;
	color:#bb2025 !important;
}


