﻿.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
width:150px;
background-color:#31253A;
color:#B88D93;
padding: 2px 0;
list-style-image: none;
text-align:center;
line-height:25px;
letter-spacing:2px;
height:25px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: #836E71 3px 3px 5px;

}

.menuanchorclass{
width:150px;
height:25px;
color:#B88D93;
background-color:#31253A;
text-align:center;
display:inline-block;
line-height:25px;
padding: 2px 0;
letter-spacing:2px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: #836E71 3px 3px 5px;

}
.menuanchorclass:hover{
width:150px;
height:25px;
background-color:#B88D93;
color:#31253A;
text-align:center;
display:inline-block;
line-height:25px;
padding: 2px 0;
letter-spacing:2px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: #655373 3px 3px 5px;

}

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

.anylinkmenu{
position:fixed;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
z-index: 100; /* zIndex should be greater than that of shadow's below */
color:#D7D2D8;
background-color:#473952;
border-bottom:1px solid #D8CACA;
text-align:center;
display:inline-block;
line-height:30px;
padding: 2px 0;
padding: 0px;
width: 150px; /* default width for menu */
list-style-type: none;
list-style-image: none;
border:0px;
text-align:center;
letter-spacing:0px;
margin-top:0px;
padding-top:0px;
	}

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

.anylinkmenu ul li a{
width: 150px;
display: block;
padding: 0px;
color:#D7D2D8;
background-color:#473952;
border-bottom:1px solid #D8CACA;
margin:0px;
text-decoration: none;
font-weight: normal;
list-style-type: none;
list-style-image: none;
line-height:25px;
letter-spacing:0px;

}

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

}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: fixed;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
