﻿/* ######### Style for Drop Down Menu ######### */

.drop-menu{
	position: absolute;
	top: 0px;
	border: 1px solid #aed6f4; /*THEME CHANGE HERE*/
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #fff;
	width: 150px;
	visibility: hidden;
	text-align: left;
	padding: 10px
}


.drop-menu a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #002172;
	border-bottom: 1px dotted #ccc
}

* html .drop-menu a{ /*IE only hack*/
	width: 100%;
}

.drop-menu a:hover{ /*THEME CHANGE HERE*/
	background-color: #d9effa;
}
