.main_header_is {
	font-family: verdana;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	color: #272728;
}
.basic  {
	width: 940px;
	font-family: verdana;
	border: 0px solid black;
}
.basic div {
	background-color: #eee;
}

.basic p {
	font-size:12px;
	color: #3a3a3b;
	font-weight: normal;
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 8px;
}
.basic1 {
height:41px;
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #e4e4e4;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #999;
	
	background-image: url("../images/bar_1_collapsed.gif");
}
.basic1:hover {
	background-color: white;
	background-image: url("../images/bar_1_expanded.gif");
}
.basic1.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("../images/bar_1_expanded.gif");
}
.basic2 {
height:41px;
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #e4e4e4;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #999;
	
	background-image: url("../images/bar_2_collapsed.gif");
}
.basic2:hover {
	background-color: white;
	background-image: url("../images/bar_2_expanded.gif");
}
.basic2.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("../images/bar_2_expanded.gif");
}
.basic3 {
height:41px;
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #e4e4e4;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #999;
	
	background-image: url("../images/bar_3_collapsed.gif");
}
.basic3:hover {
	background-color: white;
	background-image: url("../images/bar_3_expanded.gif");
}
.basic3.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("../images/bar_3_expanded.gif");
}

