/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #FCE78C; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	background-color: #FFCC00;
	width: 200px;
	visibility: hidden;
	text-align: left;
	filter:alpha(opacity=100,finishopacity=55, style=1, startx=65, starty=300, finishx=180, finishy=180);
	z-index: 9999;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE  */
}


.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:visited{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #FCE78C; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #003366;
	text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FCE78C;
	text-decoration: none;
	filter:alpha(opacity=100);
}
.image_link {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/Top/Images/Tab_Blank.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 67px;
	height: 22px;
	vertical-align: middle;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-top: 2px;
	text-decoration: none;
}

.tab_link, .tab_link a, .tab_link a:visited, .tab_link a:active {
	text-decoration: none;
	color: #000000;
}
