


.bigbuttons {
	list-style-type:none;
	width:100%;
	position:relative;
	height:46px;
	font-family:Arial,sans-serif;
	font-size:14px;

	margin:0px 0px 0px 0px;
	padding:0px 0 0 0;
	border-bottom:0px solid #ddd}

.bigbuttons  li{
	display:block;
	float:left;
	margin:0 1px 0 0px;
	height:41px;
	}
.bigbuttons  li.notab a {
	background: transparent;
	border:0px;
	color:#666
}
.bigbuttons  li.left{margin:0;}

.bigbuttons  li a{
	display:block;
	float:left;
	font-size: 17px;
	background: #fbfbfb;
	line-height:45px;
	text-decoration:none;
	padding:0 37px 0 38px;
	height:45px;
	color:#93a897;
	border-right:1px solid #ddd;
        border-bottom: 1px solid #ddd;
	}





.bigbuttons  li a:hover{text-decoration: none;
	background: #f0f0e0;
    
	
}

.bigbuttons  li a#current,
.bigbuttons  li a#current_sub {
	height:46px;
	background:#fff;
	font-size: 16px;
	border-bottom: 0px;
}

.bigbuttons  li a#current:hover,
.bigbuttons  li a#current_sub:hover {
	background:#fff;
}

