.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: none;
	font-size:13px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}
/* ######### Default class for drop down menus ######### */

#submenu1
{margin:10px 0 0 -25px;
padding:0px;
}

#submenu2
{margin:10px 0 0 -25px;
padding:0px;
}

#submenu3
{margin:10px 0 0 -25px;
padding:0px;
}

#submenu4
{margin:10px 0 0 -25px;
padding:0px;
}

#submenu5
{margin:10px 0 0 -25px;
padding:0px;
}

.anylinkcss{
position: absolute;
text-decoration:none;
left: 0px;
font-size:13px;
color:#ffffff;
text-decoration:none;
top: 0px;
visibility: hidden;
border: 1px solid #5c95d6;
border-bottom-width: 0;
line-height: 25px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #3977bd;
width: 180px; /* default width for menu */
}

.anchorclass
{
 font-size:14px;
 text-decoration:none;
 font-weight:bold;
 color:#323232;
 margin:0px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
color:#ffffff;
text-decoration:none;
font-weight:normal;
font-size:12px;
text-indent: 3px;
border-bottom: 1px solid #5c95d6;
padding: 1px 0;
text-decoration: none;
text-indent: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
background:#000000;
font-size:12px;
text-decoration:none;
font-weight:normal;
color: #f4f4f4;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0px;
top: 0;
visibility: hidden;
border: 1px solid #C2FF21;
padding: 15px;
font: normal 12px Verdana;
color:#FFFFFF;
z-index: 100; /*zIndex should be greater than that of shadow's below*/

}

.anylinkcsscols .column{
width: 240px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0px;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


/*.anylinkshadow{ CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow
background: #F3FAE0;
visibility: hidden;*/
}