﻿



.ddcolortabs a span{
	float: left;
	display: block;
	padding: 5px 5px 9px 5px;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;

z-index:100;
background-color: white;
visibility: hidden;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f;
/*THEME CHANGE HERE*/	padding: 2px 5px 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{
	/*THEME CHANGE HERE*/
	background:  url('images/img04.gif') repeat-x;
	color: #FF0000;
}