#navigation {
	float:left;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 2px;
	background-color: #FFF;

}
#navigation li {
	float:left;
	line-height:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0px;
}
#navigation li a {
	display:block;
	font-size:12px;
	margin:0;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #838383;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/bg-navbar-over.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align:center;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 12px;
}
#navigation li a:hover, #navigation li a.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1a4060;
	text-decoration: none;
	background-image: url(images/bg-navbar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 0px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
margin:0 0px 0 0;
padding:0 0 1px 0px;
text-decoration:none;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 0px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
}

.ddcolortabs a:hover span{

}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/

}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
line-height: 8px;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 130px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}


.dropmenudiv_a a{
	font-size: 11px;
	width: auto;
	display: block;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #6b6b6b;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #94be22;
color: white;
}