.ddcolortabs {
	width: 100%;
	height: 31px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-image: url(media/tab-bg.gif);
	background-color: transparent;
/*	letter-spacing: 1px;*/
}

.ddcolortabs ul {
	list-style:none;
}

.ddcolortabs li {
	display: inline;
	background-image: none;
}

.ddcolortabs a:link, .ddcolortabs a:visited, .ddcolortabs a:active {
	height: 30px;
	float:left;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 1px;
	padding:0px 0px 0px 7px;
	text-decoration:none;
}

.ddcolortabs a span, .ddcolortabs a:visited span, .ddcolortabs a:active span {
	height: 30px;
	float:left;
	display:block;
	padding: 7px 7px 0px 0px;
}
.ddcolortabs a span{
	float:none;
}
.ddcolortabs a:hover, .ddcolortabs a.current { /*currently selected tab*/
	color: #0e5daa;
	background-image: url(media/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	cursor: hand;
}
.ddcolortabs a:hover span, .ddcolortabs a.current span {
	background-color: transparent;
	background-image: url(media/tab-right.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.ddcolortabs-delimiter {
	float:left;
	width: 2px;
	height: 30px;
	background-image: url(media/tab-delimiter.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #678b3f;
	display:none;
}

.tabcontainer {
	clear: left;
	width: 994; /*width of 2nd level sub menus*/
	height: 36px;
	background-image: url(../images/menubg-sub.gif);
	background-repeat: repeat-x;
	vertical-align: text-bottom;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tabcontainer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.tabcontainer li {
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 16px;
	display: inline;
}

.tabcontainer ul a:link, .tabcontainer ul a:visited, .tabcontainer ul a:active{
	color:#0E5092;
	text-decoration:none;
}
.tabcontainer ul a:hover{
	text-decoration:underline;
}

.tabcontent {
	display:none;
}
.menu{
	background-image: url(../images/menubg-sub.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 67px;
}
