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

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

.anylinkmenu{
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
text-align: center;
text-transform: uppercase;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #5AA1BB;
width: 140px; /* default width for menu */
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}
.anylinkmenu a {
background: #5AA1BB;
color: white;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #5AA1BB;
color: white;
font-weight: bold;
}


.anylinkmenuEnv{
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
text-align: center;
text-transform: uppercase;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #6a6f35;
width: 154px; /* default width for menu */
}

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

.anylinkmenuEnv ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}
.anylinkmenuEnv a {
background: #6a6f35;
color: white;
}

.anylinkmenuEnv a:hover{ /*hover background color*/
background: #6a6f35;
color: white;
font-weight: bold;
}

.anylinkmenuPrac{
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
text-align: center;
text-transform: uppercase;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #5AA1BB;
width: 140px; /* default width for menu */
}

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

.anylinkmenuPrac ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}
.anylinkmenuPrac a {
background: #5AA1BB;
color: white;
}

.anylinkmenuPrac a:hover{ /*hover background color*/
background: #5AA1BB;
color: white;
font-weight: bold;
}

.anylinkmenuAbout{
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
text-align: center;
text-transform: uppercase;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #5AA1BB;
width: 114px; /* default width for menu */
}

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

.anylinkmenuAbout ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
border-top: 6px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}
.anylinkmenuAbout a {
background: #5AA1BB;
color: white;
}

.anylinkmenuAbout a:hover{ /*hover background color*/
background: #5AA1BB;
color: white;
font-weight: bold;
}

.anylinkmenuMedia{
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
text-align: center;
text-transform: uppercase;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #5AA1BB;
width: 95px; /* default width for menu */
}

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

.anylinkmenuMedia ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
border-top: 6px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}
.anylinkmenuMedia a {
background: #5AA1BB;
color: white;
}

.anylinkmenuMedia a:hover{ /*hover background color*/
background: #5AA1BB;
color: white;
font-weight: bold;
}
