

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

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

.about{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
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: black;
opacity: 0.8;
width: 200px; /* default width for menu */
}

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

.about ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: 300;
text-indent: 5px;
}

.about a:link{
color: #f8e9cc;
text-decoration: none
}

.about a:visited{
color: #f8e9cc;
text-decoration: none
}

.about a:active{
color: #f8e9cc;
text-decoration: none
}

.about a:hover{ /*hover background color*/
background: #dddccd;
color: #a54f32;
}


.services{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
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: black;
opacity: 0.8;
width: 200px; /* default width for menu */
}

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

.services ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: 300;
text-indent: 5px;
}

.services a:link{
color: #f8e9cc;
text-decoration: none
}

.services a:visited{
color: #f8e9cc;
text-decoration: none
}

.services a:active{
color: #f8e9cc;
text-decoration: none
}

.services a:hover{ /*hover background color*/
background: #dddccd;
color: #a54f32;
}

.photos{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
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: black;
opacity: 0.8;
width: 200px; /* default width for menu */
}

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

.photos ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: 300;
text-indent: 5px;
}

.photos a:link{
color: #f8e9cc;
text-decoration: none
}

.photos a:visited{
color: #f8e9cc;
text-decoration: none
}

.photos a:active{
color: #f8e9cc;
text-decoration: none
}

.photos a:hover{ /*hover background color*/
background: #dddccd;
color: #a54f32;
}

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


.anylinkmenucols{
position: absolute;
width: 850px;
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: #000000;
}

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

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

.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: black;
visibility: hidden;
}

.body{
color: #ffffff;
font-size: 13px;
font-family: verdana
}