body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #99B639;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 14px;
	color: #003399;
}

/*New stuff*/

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent;
}

.dropdownmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 12px Verdana;
text-align:left;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFFFFF;
width: 225px; /* default width for menu */\
padding-top:2px;
border:2px #AAC85D solid;
}

.dropdownmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdownmenu ul li a{
background:#ffffff;
width: 100%;
color: #23345A;
display: block;
text-indent: 0px;
padding: 1px 0px 1px 5px;
text-decoration: none;
font-weight: normal;
}

.dropdownmenu a:hover{ /*hover background color*/
color: #AAC85D;
}

.dropdownmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.dropdownmenucols li{
padding-bottom: 3px;
}

.dropdownmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.dropdownmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.dropdownshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #transparent;
visibility: hidden;
}

