#Panel2 {
	margin-left:14px;
	float:left;
	display: inline;
	padding-bottom:0px;
	width: 90%;
	}
#Panel2 * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Panel2 h1 {
	margin-top:20px;
	font-size:14px;
	background:url(tab-off.gif) top repeat-x #333;

	text-align:center;
	border-top:1px solid #333;
	}
#Panel2 h1 a {
	color:white;
	font-size:16px;
	text-decoration:none;
	letter-spacing:1px;
	display:block;
	border: solid 1px white;
	}
#Panel2 h1 a em {
	font-style: normal;
	text-decoration: underline;
	color:#fff;
	
	}
#Panel2 h1 a:hover {
	color:#fff;
	background:url(new-post.gif) top repeat-x #414141;
	}
#Panel2 h2 {
	color:#fff;
	font-size:13px;
	border-bottom:1px solid #595959;
	margin:8px 0px 0px 0px;
	padding:0px;
	text-indent: 4px;
	letter-spacing:1px;
	font-weight:bold;
	}
#Panel2 ul ul, #Panel2 ul p, #Panel2 select {
	margin:0px;
	}
#Panel2 ul, #Panel2 p {
	color:#7f7f7f;
	font-size:11px;
	}
#Panel2 ul ul {
	color:#fff;
	font-size:10px;
	}
#Panel2 select {
	margin-top:3px;
	}
#Panel2 ul ul li {

	margin-bottom:0px;
	overflow: hidden;
	border-bottom: 1px solid #595959;
	}
#Panel2 ul ul li, {/*really dirty IE fix*/
	margin-bottom:-1px;
	}
#Panel2 ul ul li a {
	font-size:11px;
	display:block;
	width:100%;
	color:#ccc;
	text-decoration:none;
	background:#333;
	padding-left:4px;
	}
#Panel2 ul ul li a span {
	color: #fff;
	font-size: 10px;
	padding-left: 4px;
	font-weight:bold;
	}
#Panel2 ul ul li a:hover {
	color:#fff;
	background:#414141;
	}

