#tabs {
	padding: 0;
	margin: 0;
	border: 0;

}
#tabs #cssdropdown, #tabs #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;	

}
#tabs #cssdropdown li {
	float: left;
	position: relative;

}
#tabs .mainitems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	margin: 1px 0 0px 0px;
	padding: 1 3 3 1px;

	background-color: #85C226;
	margin-right: 0px;
	margin-left: 0px;
}

#tabs .mainitems a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin:  -1px;
	padding: 4px 36px 5px 37px;
	color: #000000;
	text-decoration: none;
	background: #85C226;
	border-right: 0px solid #000000;
	border-left: 1px solid #000000;
	
}
#tabs .mainitems a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin:  -1px;
	padding: 4px 36px 5px 37px;
	color: #ffffff;
	text-decoration: none;
	background: #125F4B;
	border-right: 0px solid #000000;
	border-left: 1px solid #000000;

}





#tabs .mainitems .current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin:  -1px;
	padding: 4px 36px 5px 37px;
	color: #ffffff;
	text-decoration: none;
	background: #125F4B;
	border-right: 0px solid #000000;
	border-left: 1px solid #000000;
}



#tabs #inactive, .mainitems_inactive{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0 -1px 0 3;
	padding: 1px 9px 1px 9px;
	color: #999999;
	text-decoration: none;
	background: #D1E36F;
	border-right: 1px solid #D1E36F;
	border-left: 1px solid #D1E36F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1E36F;
}

#tabs #active,.mainitems_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0 -1px 0 3;
	padding: 1px 9px 1px 9px;
	color: #009C14;
	text-decoration: none;
	background: #EBF3C1;
	border-top: 1px solid #D1E36F;
	border-right: 1px solid #D1E36F;
	border-left: 1px solid #D1E36F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBF3C1;
}
#tabs .mainitems_disabled a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 1px 0 3;
	padding: 1px 9px 1px 9px;
	color: #E0E0E0;
	text-decoration: none;
	cursor: default;
    background: #EBF3C1;
}

#tabs .mainitems_current a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    line-height: 18px;
	margin: 0 1px 0 3;
	padding: 1px 9px 1px 9px;
	color: #000000;
	text-decoration: none;
	cursor: default;
    background: #FFDF5E;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #D1E36F;
	border-left: 1px solid #D1E36F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFDF5E;
}

#tabs .subuls {
	display: none;
	width: 160px;
	position: absolute;
	top: 22px;
	left: 0px;
	padding: 0px;
	background-color: #A1C63B;
	border-right: 2px solid #D1E36F;
	border-bottom: 2px solid #D1E36F;
	border-left: 2px solid #D1E36F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tabs .subuls li {
	display: block;
	line-height: 16px;
	width: 100%;
	line-height: 18px;
	text-decoration: none;
	border: none;
}
#tabs .subuls li a {
	display: block;
	line-height: 16px;
	background-color: #A1C63B;
	text-decoration: none;
	border: none;
}
#tabs .subuls li a:hover {
	display: block;
	line-height: 16px;
	background-color: #E6F6C5;
	text-decoration: none;
	border: none;
	color: #009C14;
}
#tabs #cssdropdown li>ul {
/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#tabs #cssdropdown li:hover ul, li.over ul {
/* lists nested under hovered list items */
	display: block;
}
#tabs #restofcontent {
/*wrap rest of content of the page inside this div*/
	clear: left;
}




