
#thicktabs{
margin: 0;
padding: 0;
float: left; font-family:arial;
font-size:10px;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 10px 13px; /*padding of tabs*/
text-decoration: none;
font-family:arial; font-size:10px; border-top: 1px solid #B6B6B6; border-right: 1px solid #B6B6B6; /*top border style*/
border-bottom: 1px solid #B6B6B6; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #B6B6B6; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #B6B6B6; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(images/m2.jpg); /*background image swap on hover*/
}

.about{
font-family: decker;
font-size:25px;
color:#8E8E8E;
font-weight:bold;}

.des{
font-family: decker;
font-size:18px;
color:#AAAAAA;
font-weight:bold;}

.new{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#AAAAAA;}


.hea{
font-family: arial;
font-size:14px;
color: #666666;
font-weight:bold;
}
a {
	font-family: decker;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
}
a:link {
	text-decoration: none;
		font-size: 13px;

}
a:visited {
	text-decoration: none;
		font-size: 13px;

	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
		font-size: 13px;

}
a:active {
	text-decoration: none;
	color: #999999;
		font-size: 13px;

}
.information{
	font-family: verdana;
	font-size:11px;
	color:#FF0000;
}
