/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: fixed;
left: 0;
top: 0;
color:#888;
margin-top:5px;
visibility: hidden;
font: normal 12px Verdana;
line-height: 35px;
/*height:30px;*/
z-index: 200; /* zIndex should be greater than that of shadow's below */
background: url(dropnav_bg.jpg);
border-top:1px solid #555;
width: 160px; /* default width for menu */
margin-left:25px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
padding-left:7px;
list-style-type: none;
}

/*.anylinkcss ul li {
	float:left;
}*/

.anylinkcss ul li a{
width: 100%;
color:#ddd;
text-indent: 3px;
padding: 1px 7px;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
color: #fff;
text-shadow:0px 0px 8px #fff;
}

.nav-arrow {
	float:left;
	padding-top:4px;
	margin-left:40px;
}

.appclass {
	float:left;
	line-height:2em;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 200; /*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 */
	display:none;
}
