/* http://www.dynamicdrive.com/dynamicindex1/anylinkcss2.htm */

/* CSS definition for the navigation list. */

.navlist {
background: url(images/glossyback.gif) repeat-y bottom left;
font: bold 14px Verdana, Helvetica, sans-serif;
color: #FAF9CD;
display: block;
width: auto;
padding: 7px 5px 7px 15px; /* top right bottom left */
text-decoration: none;
}

.navlist a{
/*background: url(images/glossyback-trans.gif) repeat-y bottom left;
font: bold 14px Verdana, Helvetica, sans-serif;
color: black;*/
display: block;
width: auto;
padding: 7px 5px 7px 15px; /* top right bottom left */
text-decoration: none;
}

.navlist a:hover, .navlist a:active{ /*hover background color*/
background: url(images/glossyback-over.gif) repeat-y bottom left;
background-color: #626353;
color: white;
font-weight: bold;
}

/* this controls the flyout menu */

.anylinkcss{
position: absolute;
visibility: hidden;
font: normal 14px Verdana, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #666633; /* olive green */
width: 175px;
}

.anylinkcss a{
background: url(images/bg_navbox.gif) repeat; /* yellow dots */
/*font: bold 14px Verdana, Helvetica, sans-serif;*/
color: white;
width: 100%;
display: block;
padding: 7px 5px 7px 15px;  /* top right bottom left */
font-weight: normal;
text-decoration: none;
}

.anylinkcss a:hover, .anylinkcss a:active{ /*hover background color*/
background: url(images/glossyback-trans.gif) repeat-y bottom left;
background-color: #4E4F3F;
color:#FFE858;
/*color: white;
font-weight: bold;*/
/*width: 160px;*/
}

.navBar a:link { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: none}
.navBar a:visited { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: none}
.navBar a:hover { color: #0074BB; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: none}
.navBar a:active { color: #0074BB; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: none}
