﻿/***********************************************
* AnyLink CSS Menu script v2.0- � Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Project Page at http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm for full source code
***********************************************/

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
/*border-top: 1px solid black;*/
border-bottom-width: 0;
font: normal 13px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/*background: white; #F1F0E9;*/
width: 205px !important; /*default width for menu */
margin-top:-1px;
margin-left:-3px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
width:170px;
padding-left:15px;
}
.anylinkcss ul li
{
    border-bottom:solid 1px #dad9d6;
    padding:4px 0px 4px 0px;
}
.anylinkcss ul li.last
{
    border:none;
}
.anylinkcss .content
{
    background-image:url(/images/dropdown_bg.png);
    background-repeat:repeat-y;
    background-position:left bottom;
    margin-left:-2px;
}
.anylinkcss .bottom
{
    background-image:url(/images/dropdown_bottom_border.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    height:4px;
    width:205px;
    margin-left:-2px;
}
.anylinkcss ul li a{
width: 100%;
/*height:20px;*/
display: block;
/*border-bottom: 1px solid black;*/
padding: 1px 0px 1px 5px;
text-decoration: none;
font-weight: normal;

}
.anylinkcss ul li.subsection
{
    font-weight:bold;
    color:#666666;
    padding: 20px 0px 5px 5px;
}

.anylinkcss a:hover{ /*hover background color*/
text-decoration:underline;
}

/* ######### 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;
}
