/* tabs section */
#status-tabs {
	height: 20px;
	width: 242px;
	margin-right: auto;
	margin-left: auto;
}
#status-tabs .tabs-info li {
	font-family: "Helvetica Neue";
	font-size: 10px;
	line-height: 18px;
	float: left;
	list-style-type: none;
	list-style-image: none;
}
#status-tabs .tabs-info li a {
	color: #666;
	display: block;
	height: 18px;
	width: 48px;
	text-decoration: none;
	line-height: 18px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Helvetica Neue";
	text-shadow: 0px 1px #000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	background: #ffffff; 
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 1%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1%,#f2f2f2), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 1%,#ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 1%,#ffffff 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 1%,#ffffff 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 1%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
#status-tabs .tabs-info li a:hover {
	color: #666;
	text-decoration: none;
	background-image: url(../images/a_bg_hovx.png);
}

#status-tabs .tabs-info li.active a {
	color: #CCC;
	height: 19px;
	background-image: url(../images/a_bg_hovx.png);
}

#status-tabs .tabs-info li.child a {
	background: #f3f3f3;
	border-radius: 0 4px 0 0;
	color: #333;
	display: block
}
#status-tabs .tabs-info li a:first-child {
	background-color: #FFF;
}
#status-tabs .tabs-info .second {
	margin-left: -1px;
}


#status-tabs .tabs-info {
	display: block;
	position: absolute;
	z-index: 100
}

/*Middle Drop-Down Navigation*/
#status-content {
	clear: both;
	height: 59px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: -1px;
}

/* Targeting the first level menu */
#status-content .status {
	height: 60px;
	width: 242px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;

}
