/* ######### Style for Drop Down Menu ######### */
.dropmenudiv
{
	display:none;
	position: absolute;
	top: 27px;
	border: 0px solid #1E2021; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: bold 12px Arial;
	line-height: 20px;
	z-index: 100;	
	background: url(../../images/template/navbar_menu_bg.png) repeat;	
	width: 200px;
}
.dropmenudiv a:link
{
	width: auto;
	display: block;
	font: bold 11px Arial;
	line-height: 18px;
	text-indent: 7px;
	border-bottom: 0px solid #1E2021; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none; /*font-weight: bold;*/
	color: white;
	line-height: 20px;
}
.dropmenudiv a:visited
{
	width: auto;
	display: block;
	font: bold 11px Arial;
	line-height: 18px;
	text-indent: 7px;
	border-bottom: 0px solid #1E2021; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none; /*font-weight: bold;*/
	color: white;
	line-height: 20px;
}
.dropmenudiv a:active
{
	width: auto;
	display: block;
	font: bold 11px Arial;
	line-height: 18px;
	text-indent: 7px;
	border-bottom: 0px solid #1E2021; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none; /*font-weight: bold;*/
	color: white;
	line-height: 20px;
}
* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #b0916b;
	font: bold 11px Arial;
	color: #0199CB;
	line-height: 20px;
	background: url(../../Images/template/navbar_bg_pattern.png) repeat;
}
