﻿.dropmenudiv{
	position:absolute; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	visibility: hidden;
/*    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfd5e2;
	border-right-color: #bfd5e2;
	/*border-bottom-color: #585757;*/
	border-left-color: #bfd5e2;
	color: #032232;
	width: 188px;
	text-indent: 3px;
	margin-top: -2px;
}


.dropmenudiv a{
	width: 100%;
	height: 22px;
	padding-top: 7px;
	padding-left: 10px;
	display: block; /*THEME CHANGE HERE*/
	text-decoration: none;
	font-weight: normal;
	color: #032232;
	background-image: url(../images/dNav.gif);
	background-repeat: repeat-x;
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfd5e2;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image: url(../images/dNavOver.gif);
	background-repeat: repeat-x;
    background-color: #bfd5e2;
	text-decoration: none;
}
