﻿

.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #0a1e63;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#AFCCEE;
width:130px; /* default width for menu */
}

.anylinkmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
display: block;
border-bottom: 1px solid #0a1e63;
padding: 3px 8px;
text-decoration: none;
color:#000;
font-size:12px;
text-align:left;
}

.anylinkmenu a:hover{ /*hover background color*/
background:#c7dbf2;

}























/* ######### Lexion logo class for drop down menu ######### */


.lexion {
 display:block;
}

.anylinkmenu_lex {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #fff;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #c4bea5;
width:150px; /* default width for menu */
}

.anylinkmenu_lex ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu_lex ul li a{
display: block;
border-bottom: 1px solid #fff;
padding: 2px 0;
text-decoration: none;
color:#000;
font-weight:bold;
text-transform:uppercase;
letter-spacing:.1em;
font-size:14px;
}

.anylinkmenu_lex a:hover{ /*hover background color*/
background:#cf9212;
color:#000;
}







/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #fff;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #c4bea5;
color:#000;
font-weight:bold;
text-transform:uppercase;
letter-spacing:.1em;
font-size:14px;
text-align:left;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column  {
float: left;
padding: 3px 8px;
margin-right: 5px;
}
.anylinkmenucols a {
color:#000;
font-weight:bold;
text-transform:uppercase;
letter-spacing:.1em;
font-size:14px;
border:0;
text-decoration:none;
}
.anylinkmenucols a:hover {
color:#000;
font-weight:bold;
text-transform:uppercase;
letter-spacing:.1em;
font-size:14px;
border-bottom:2px #fed735 solid;
}

.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;
}