/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;

border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 15px;
z-index: 15; /* zIndex should be greater than that of shadow's below */
background: #FFDE00;
width: 140px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;

padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #F78F1E;
color: #FFFFFF;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow*/
position: absolute;
left: 0;
top: 0;
z-index: 14; /*zIndex for shadow*/
background: #CCCCCC;
visibility: hidden;
}

.grassbg{
position: absolute;
bottom: auto;
background-color: #FFFFFF;
background-image: url(images/low_grassbg.jpg);
background-repeat: repeat-x;
} 

.lowernav a:hover{ /*lowernav links*/
color: #482F92;
}
.lowernav a:link {
color: #F78F1E;
text-decoration: none;
font: normal 12px Verdana;
font-weight: bold;
}
.lowernav a:visited {
	color: #F78F1E;
	text-decoration: none;
	font: normal 12px Verdana;
font-weight: bold;
}
.lowernav a:hover {
	color: #482F92;
	text-decoration: none;
}
.lowernav a:active {
	color: #00AEF0;
	text-decoration: none;
}
.lowernav {
	color: #00AEF0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}
