.menu { padding: 0; z-index:999999;}
			.menu li { display: inline; float:left; list-style:none; border:none; }
			.menu li a { background: #eceff9; padding: 10px; float:left; border-right: 1px solid #cbd5f7; border-bottom: none; text-decoration: none; color: #2d529e; font-weight: bold;}
			.menu li.active a { background: #f9f9f9; border-left:1px solid #cbd5f7; border-right:1px solid #cbd5f7; border-top:1px solid #cbd5f7; }
			.tab-content { float: left; clear: both; border: 1px solid #cbd5f7; border-top:none; background: #f9f9f9; padding: 10px 20px 20px;  }
			div .tab-content {
				width: 580px; height:100px; margin:0px;
			}
			
			.tab-content p a:hover {
				color:#f90;
			}