.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #1b140e;
}

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid #FFEAB3;
border-bottom-width: 0px;
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;

line-height: 13px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #70644e;
/* gradient starts here ----> */
filter:progid:DXImageTransform.Microsoft.Gradient
 (GradientType=0,StartColorStr='#70644e',EndColorStr='#463729',);
zoom:1;
 background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(70,55,41)),
        color-stop(1, rgb(112,100,78))
        );
     background: -moz-linear-gradient(
       top,
		#70644e,
		#463729
			);
	background-image: -o-linear-gradient(
		top,
		#70644e,
		#463729 
			);
			background-image: linear-gradient(
				top,
				#70644e,
				#463729
			);
-o-background-size: 0em 1em 0em 1em;
     -moz-border-radius: 0em 1em 0em 1em; 
     -webkit-border-radius: 0em 1em 0em 1em;
      border-radius: 0em 1em 0em 1em;
	
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
}
.anylinkmenu li{
position: relative;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 0px;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #FFEAB3;
text-indent: 0px;
position: relative;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #1b140e;
color: FFEAB3;
}

.anylinkmenu1{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid #1b140e;
border-bottom-width: 0px;
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;

line-height: 13px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #dcceac;
/* gradient starts here ----> */
	/* Internet Explorer ----> */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e1e1e1, endColorstr=#e0c172)";
	zoom:1;
/* Chrome and Safari ----> */
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(1, rgb(225,225,225)),
        color-stop(0, rgb(224,193,114))
        );
	/* Firefox ----> */
     background: -moz-linear-gradient(
       top,
		#e1e1e1,
		#e0c172
			);
	 /* Opera ----> */
	background-image: -o-linear-gradient(
		top,
		#e1e1e1,
		#e0c172 
			);
	background-image: linear-gradient(
				top,
				#e1e1e1,
				#e0c172
			);
	-o-background-size: 0em 1em 0em 1em;
     -moz-border-radius: 0em 1em 0em 1em; 
     -webkit-border-radius: 0em 1em 0em 1em;
      border-radius: 0em 1em 0em 1em;
width: 200px; /* default width for menu */
}

.anylinkmenu1 li{
position: relative;
}

.anylinkmenu1 ul{
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
}

.anylinkmenu1 ul li a{
width: 100%;
display: block;
text-indent: 0px;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #1b140e;
text-indent: 0px;
position: relative;
}

.anylinkmenu1 a:hover{ /*hover background color*/
background: #e1e1e1;
color: 90825f;
}
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

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

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

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



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