/* ######### Style for Drop Down Menu ######### */

.ddDiv{
	position:absolute;
	top: 0px;
	z-index:100;
	width: auto;
	visibility: hidden;
}

.ddTop {
	background-image: url(../images/ddBorder.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

.ddBody {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #A1B2C6;
	border-top: 0px;
}

.ddDiv a {
	font-size:11px;
	line-height:11px;
	width: auto;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	background-color:#E7EBEF;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color:#263D71;
	white-space:nowrap;
}
.currDD {
	background:url(../images/ddTick.gif) right center no-repeat;
	padding-right:21px;
	width: auto;
}

* html .currDD{ /*IE only hack*/
	width: 100%;
	height: 13px;
}


* html .ddDiv a{ /*IE only hack*/
	width: 100%;
}

.ddDiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #263D71;
	color:#FFFFFF;
	text-decoration:none;
}