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

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #2962cb;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
	z-index:100;
	background-color: #e6e6e6;
	width: 166px;
	visibility: hidden;
}

.dropmenudiv  a {
	width: auto;
	display: block;
	border: 0 solid #2962cb; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px;
	text-decoration: none;
	color: #0000ff;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #2962cb;
	color: #fff;
}
