#sideBarContentsInner ul{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}


#sideBarContentsInner  a:link, #sideBarContentsInner  a:visited{
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
	text-transform: uppercase;
	padding-left: 30px;
	border: 1px solid #333333;
	font-weight: bold;	
	}
	
	
	#sideBarContentsInner a:hover{
	color:#555555;
	text-decoration:none;
	
	}
	
	
	
	#sideBarTab{
		float:left;
		height:137px;
		width:28px;
		
	}
	
	#sideBarTab img{
		border:0px solid #FFFFFF;
	}
	
	#sideBarContents{
	overflow:hidden !important;
	width: 100%;
	background-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
	
	#sideBarContentsInner{
	width:100%;
	float: right;
	}
	#sideBar{
        position: absolute;
        width: auto;
        height: auto;
        top: 200px;
        left:-7px;
	  
    }
	.menu_title{
	float: right;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	}