.top {
	height: 78px;
	padding-left: 160px;
}
.tabs_bar {
	background-image: url(lines.jpg);
	background-repeat: repeat-x;
	height: 40px;
	padding-left: 160px;
	background-position: top;
}
.logo {
	display: inline;
	height: 110px;
	width: 100px;
	position: absolute;
	left: 61px;
	top: 3px;
	background-color: #000000;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}
.tabs_list li{
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 5px;
	font-variant: normal;
	text-transform: capitalize;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 3px;
	margin-left: 5px;
	margin-top: 12px;
}

.side {
	float: left;
	width: 19%;
}
.main {
	float: left;
	width: 80%;
}
.sub_tabs_list {
	list-style-type: disc;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.sub_tabs_list li{
	list-style-type: disc;
	display: block;
	float: left;
	margin-right: 5px;
	font-variant: normal;
	text-transform: capitalize;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding: 0px 5px;
	font-size: small;
	text-decoration: none;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sub_tabs_list a:link{
	color: #0000FF;
	text-decoration: none;
}
.sub_tabs_list a:visited{
	color: #0000FF;
}
.sub_tabs_list a:hover{
	color: #FF0000;
}
