
#headtop {
	width: 1150px;
	height: 80px;
	margin: auto auto;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}

.links_area li {
	background: url(images/BL/tab.png) no-repeat;
	width: 77px;
	color: #2F2F4F;
	display: inline;
	float: left;
	height: 21px;
	display: block;
	text-align: center;
	
	font-weight: bold;
}

.links_area li:hover {
	background: url(images/BL/tab_hover.png) no-repeat;
	font-weight: bold;
}

.links_area a:link {
	color: #551011;
	font-variant: small-caps;
	
	text-decoration: none;
	font-weight: bold;
}

.links_area a:hover {
	color: #000000;
	font-variant: small-caps;
	
	text-decoration: none;
	font-weight: 2;
}

.links_area a:visited {
	color: #551011;
	font-variant: small-caps;
	
	text-decoration: none;
	font-weight: bold;
}

.links_area a:active {
	color: #551011;
	font-variant: small-caps;
	
	text-decoration: none;
	font-weight: bold;
}

.links_area {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

.links_area ul {
	list-style: none;
margin: 0;
}

.dropdown {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}

.dropdownlli {
	position: relative;
}

.dropdown ul {
	position: absolute;
	left: 0;
	top: 149px;
	display: none;
}

.dropdown a {
	display: block;
	text-decoration: none;
	color: #777;
	border-bottom: 0;
}

.postbit_left {
	background: #e5e5e5;
	width: 200px;
	height: 100%;
	padding: 4px;
	border-bottom: 2px solid #2A97AE;
}

.usrbit {
background: #d8d8d8;
border: 1px solid #514F49;
border-left: 4px solid #514F49;
padding: 2px;
display: block;
margin: 4px;
}

