.ddcolortabs{
	padding: 0;
	width: 100%;
	background: transparent;
	background:url(../images/nav-line.gif) repeat-y left top;
	padding-left:1px;
	height:34px;
}
.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
}
.ddcolortabs li{
	display:inline;
	padding:0;
	text-transform:uppercase;
	list-style:none;
}
.ddcolortabs a:link, .ddcolortabs a:visited {
	float:left;
	text-decoration:none;
	color: #FFFFFF; 
	font-weight: bold;
	display: block;
	background:url(../images/nav-line.gif) repeat-y -1 top;
	width:auto;
}

.ddcolortabs a span{
	width:auto;
	display:block;
	height: 24px;
	padding: 10px 21px 0px 21px;
	cursor:pointer;
	background:url(../images/nav-line.gif) repeat-y right top;
	float:left;
}

.ddcolortabs a span{

}

.ddcolortabs a:hover{
	background: url(../images/menu-bg-over.gif) repeat-x; 
}

.ddcolortabs a:hover span{

}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background: url(../images/menu-bg-over.gif) repeat-x;
}

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

.dropmenudiv_a{
	text-transform:uppercase;
	position:absolute;
	top: 0;
	border: 1px solid #3E93D4; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_a a:link, .dropmenudiv_a a:visited {
	width: auto;
	display: block;
	text-indent: 20px;
	border-top: 0 solid #3E93D4;
	border-bottom: 1px solid #3E93D4; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	color: #3E93D4;
	font-weight:bold;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background: url(../images/menu-bg-over.gif) repeat-x; 
	color: white;
}

/*left menu*/
.left_menu{
	text-transform:uppercase;
	top: 0;
	border: 1px solid #3E93D4; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	background-color: white;
	width: 150px;
}

.left_menu a:link, .left_menu a:visited {
	width: auto;
	display: block;
	border-top: 0 solid #3E93D4;
	border-bottom: 1px solid #3E93D4; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	background: url(http://telefino.com/images/menu-bg-over.gif);
}


.left_menu a:hover{ /*THEME CHANGE HERE*/
	background: #ffffff; 
	color: #3E93D4;
}