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


/* ######### Default class for Product drop down menu ######### */

.aboutlinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-top: 1px solid white; 
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 600; /* zIndex should be greater than that of shadow's below */
background: #8D582C;
width: 124px; /* default width for menu */
}

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

.aboutlinkcss ul li a{
width: 100%;
display: block;
text-align:left;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
font-weight: normal;
text-indent: 5px;
}

.aboutlinkcss a:hover{ /*hover background color*/
background: #C6AB95;
color: #8D582C;
}

/* ######### Default class for New Product drop down menu ######### */

.newproductlinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-top: 1px solid white; 
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #00338d;
width: 157px; /* default width for menu */
}

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

.newproductlinkcss ul li a{
width: 100%;
display: block;
text-align:center;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
font-weight: normal;
text-indent: 5px;
}

.newproductlinkcss a:hover{ /*hover background color*/
background: #829bc7;
color: #00338d;
}

/* ######### Default class for Installers drop down menu ######### */

.installerslinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-top: 1px solid white; 
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #00338d;
width: 260px; /* default width for menu */
}

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

.installerslinkcss ul li a{
width: 100%;
display: block;
text-align:center;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
font-weight: normal;
text-indent: 5px;
}

.installerslinkcss a:hover{ /*hover background color*/
background: #829bc7;
color: #00338d;
}

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


.anylinkcsscols{
position: absolute;
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: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

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

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

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