﻿.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
width:100px;
background-color:#513509;
color:#908258;
padding: 2px 0;
list-style-image: none;
text-align:center;
display:inline-block;
line-height:20px;
height:20px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow:0px;
}

.menuanchorclass{
width:100px;
height:20px;
color:#F2E8BB;
background-color:#CEC184;
text-align:center;
display:inline-block;
line-height:20px;
padding: 2px 0;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: #ACA068 3px 3px 5px;

}
.menuanchorclass:hover{
width:100px;
height:20px;
background-color:#F2E8BB;
color:#CEC184;
text-align:center;
display:inline-block;
line-height:20px;
padding: 2px 0;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: #EEE2A7 3px 3px 5px;

}

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 11px Verdana;
z-index: 100; /* zIndex should be greater than that of shadow's below */
color:#F2E8BB;
background-color:#CEC184;
width:100px;
padding: 0px;
width: 100px; /* default width for menu */
list-style-type: none;
list-style-image: none;
border:0px;
text-align:center;
line-height:15px;
letter-spacing:0px;

}

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

.anylinkmenu ul li a{
width: 100px;
display: block;
border-bottom: 0px solid #E5E5CC;
padding: 0px;
color:#F2E8BB;
background-color:#CEC184;
margin:0px;
text-decoration: none;
font-weight: normal;
width:100px;
list-style-type: none;
list-style-image: none;
line-height:15px;
letter-spacing:0px;

}

.anylinkmenu a:hover{ /*hover background color*/
background-color:#513509;
color:#908258;
padding:0px;
width:100px;
border-left:0px solid #F8A9AF;
text-align:center;
list-style-type: none;
list-style-image: none;
line-height:15px;
letter-spacing:0px;

}

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