
.menuNavDiv
{
/*	background-image: url(../images/menubga.png);
	background-position: bottom;
	*/
/*	background-color: Fuchsia; */
	
	width:60px;
	text-align: left;
	padding-left: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: white;	
	font-size: 12px;	
}

.menuNavDivHover
{
	/*background-image: url(../images/menubga.png);*/
	background-position: bottom;
	background-repeat: no-repeat;
/*	background-color: Fuchsia; */
	text-align: left;
	padding-left: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: white;	
	font-size: 12px;
	width: 60px;
}


.menuanchorclassb:hover
{
	/*background-image: url(../images/menubga.png);*/
	background-color:#cccccc;
	border:#CCC opx solid;
	 -moz-border-radius-topleft:5px;
   -webkit-border-top-left-radius:5px;
   border-top-left-radius:5px;
   -moz-border-radius-topright:5px;
   -webkit-border-top-right-radius:5px;
   border-top-right-radius:5px;
	
}

.menuanchorclassb
{
	
}


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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #b9c7e5;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; 
/* default width for menu */
}

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

}

.anylinkmenu ul li a{
width: 95%;
display: block;

border-bottom: 1px solid #b9c7e5;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 5px;
text-decoration: none;
font-weight: normal;

color: white;
text-align: left;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #c3d2f1;
color: #457bc3;
text-decoration: none;
}

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


.anylinkmenucols{
position: absolute;
width: 250px;
left: 0;
top: 0;
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: #c3d2f1;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #c3d2f1;
}

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



/* ######### 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: #c3d2f1;
visibility: hidden;
}

.menuanchorclass:hover
{
	background-color:#cccccc;
	border:#CCC opx solid;
	 -moz-border-radius-topleft:5px;
   -webkit-border-top-left-radius:5px;
   border-top-left-radius:5px;
   -moz-border-radius-topright:5px;
   -webkit-border-top-right-radius:5px;
   border-top-right-radius:5px;
	
}

.menuanchorclass
{
	
}