@charset "UTF-8";
/* CSS Document */

.tab, .tab.viewt, .tab.addt, .tab.commentt, .tab.contactt, .tab.aboutt {
	float: left;
	height: auto;
	border: 1px solid #999;
	border-bottom: none;
	margin-left: 15px;
	background-color:#FFF;
	padding: 0.5em;
	font-size: 14px;
}
body#add .tab.addt, body#view .tab.viewt, body#comment .tab.commentt, body#contact .tab.contactt, body#about .tab.aboutt, body#news .tab.newst {	
	background-color:#ccc;
}
.menucontain{
	float:left;
	height: auto;
	margin-left: 30px;
}

