/* ######### Default class for drop down menus ######### */

a.anchorclass, a.anchorclass:link, a.anchorclass:visited, a.anchorclass:hover{
	color: white;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

a.anchorclass:hover {
	text-decoration: underline;
}

a.anchorclass {
	line-height:22px;
	padding:0px 6px 4px 0px;
	font-weight:bold;
}

.anylinkcss {
color:fff;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */color: fff;
background: black;
width: 200px; /* default width for menu */
}

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

ul li{
display: inline;
}

.anylinkcss ul li a{
width: 100%;
font-weight: bolder;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
display: inline;
}

.anylinkcss ul li a:visited, .anylinkcss ul li a:active, .anylinkcss ul li a:link {
color:white;
}
.anylinkcss ul li a:hover {
color:black;
background-color: white;
}

.noinline {
display: list-item;
}

#submenu2 {
position: absolute;
left: 360px;
top: 160px;
width:145px;
}

#submenu3 {
position: absolute;
left: 440px;
top: 160px;
width:150px;
}
#submenu4 {
position: absolute;
left: 636px;
top: 160px;
width:162px;
}
#submenu5 {
position: absolute;
left: 845px;
top: 160px;
width:162px;
}
#submenu6 {
position: absolute;
left: 985px;
top: 160px;
width:110px;
}

.anylinkcss a:hover{ /*hover background color*/

color: white;
}


.nodrop a:visited, .nodrop a:link, .nodrop a:active{
color:white;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

.nodrop a:hover {
	color:fff;
	text-decoration: underline;
}

.nodrop {
font-weight:bold;
font-size:12px;
line-height:22px;
padding:0 6px 4px 0;
font-family:Arial,Helvetica,sans-serif;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 100;
top: 100;
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: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
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: black;
visibility: hidden;
}