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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
margin: -5px 5px 0 0;
display: none;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 240px; /* default width for menu */
font-size: 1.2em;
font-weight: 900;
text-align: center;
}

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

.anylinkcss ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width: 100%;
display: block;
margin: 0;
padding: 7px 0;
text-decoration: none;
font-weight: bold;
background: url("images/rol1.gif") no-repeat;
color: #444;
}

html* .anylinkcss ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width: 100%;
display: block;
margin: 0;
padding: 6px 0;
text-decoration: none;
font-weight: bold;
background: url("images/rol1.gif") no-repeat;
color: #444;
}


.anylinkcss a:hover{ /*hover background color*/
background: url("images/rolhov.gif") no-repeat;
color: #001020;
}

/* SUPPORT menu flush right */
#submenu4 {margin: 0 122px 0 -122px;}

/* ######### 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;
display: none;
}


