@charset "utf-8";
/* CSS Document */
	#sideBar li{
		margin-bottom:2px;
	}
	
	.menuItem {
		display:block;
		width:100%;
		background:#d6e7eb;
		height:23px;
		color:#679dae;
		text-decoration:none;
		text-indent: 8px;
		line-height: 23px;
		 border:solid 1px white;
		 
	}
	
	.menuItemHover {
		display:block;
		width:100%;
		height:23px;
		color:#679dae;
		text-decoration:none;
		text-indent: 8px;
		line-height: 23px;
		 border:solid 1px white;	
		background:#c4d3d7;
	}
	#sideBar li a{
		display:block;
		width:100%;
		background:#d6e7eb;
		height:23px;
		color:#679dae;
		text-decoration:none;
		text-indent: 8px;
		line-height: 23px;
	}
		
	#sideBar li a:hover{
		background:#c4d3d7;
	}
	
	#sideBar{
		position: absolute;
		width: auto;
		height: auto;
		top: 166px;
		_top: 176px; /* ie6 */
		left:0px;
	}
	
	#sideBarTab{
		float:left;
		height:137px;
		width:21px;
	}
	
	#sideBarTab img{
		border:0px solid #FFFFFF;
		 src:url(../img/sidebar_modulos.gif);
		 
	}

	
	#sideBarContents{
		float:left;
		overflow:hidden !important;
		width:0px;
		height:320px;
	}
	
	#sideBarContentsInner{
		width:200px;
		min-height: 214px;
		_height: 214px; /* ie6 */
		background:#d6e7eb /*#eee;*/
	}

