a.menulinks
{
    font-family: arial; font-weight: bold; font-size: 11px;color: white;text-decoration:none;

}

a.menulinks:hover
{
    font-family: arial; font-weight: bold; font-size: 11px;
    color: #99CCFF;
    text-decoration:none;
}

/*a.menulinks:hover
{content_title
    font-size: 11px;color: #99CCFF;text-decoration:none;
}*/

a.menulinks:active
{
    font-family: arial; font-weight: bold; font-size: 11px;color: white;text-decoration:none;
}

a.menulinks:visited
{
    font-family: arial; font-weight: bold; font-size: 11px;color: white;text-decoration:none;
}

a.readmore
{
    font-family: arial; font-weight: bold; font-size: 9px;color: #247BFF;text-decoration:none;

}

a.readmore:hover
{
    font-family: arial; font-weight: bold; font-size: 9px;
    color: #247BFF;
    text-decoration:none;
}

/*a.readmore:hover
{content_title
    font-size: 9px;color: #247BFF;text-decoration:none;
}*/

a.readmore:active
{
    font-family: arial; font-weight: bold; font-size: 9px;color: #247BFF;text-decoration:none;
}

a.readmore:visited
{
    font-family: arial; font-weight: bold; font-size: 9px;color: #247BFF;text-decoration:none;
}

a.sliderlinks
{
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px;color: white;text-decoration:none;

}

a.sliderlinks:hover
{
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px;color: white;text-decoration:underline;
}

a.sliderlinks:active
{
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px;color: white;text-decoration:underline;
}

a.sliderlinks:visited
{
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px;color: white;text-decoration:none;
}

a.scrolllinks
{
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px;color: white;text-decoration:none;

}

a.scrolllinks:hover
{
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px;color: white;text-decoration:underline;
}

a.scrolllinks:active
{
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px;color: white;text-decoration:underline;
}

a.scrolllinks:visited
{
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px;color: white;text-decoration:none;
}

a.mainlinks
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #247BFF;text-decoration:none;

}

a.mainlinks:hover
{
    font-family: arial; font-weight: bold; font-size: 11px;
    color: #247BFF;
    text-decoration:underline;
}

/*a.mainlinks:hover
{content_title
    font-size: 11px;color: #247BFF;text-decoration:underline;
}*/

a.mainlinks:active
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #247BFF;text-decoration:none;
}

a.mainlinks:visited
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #247BFF;text-decoration:none;
}

a.anchorclass:link
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #FFFFFF;text-decoration:none;
}

a.anchorclass:hover
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #247BFF;text-decoration:none;
}

a.anchorclass:active
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #247BFF;
    text-decoration:underline;
}

a.anchorclass:visited
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #FFFFFF;text-decoration:none;
}

a.selectedanchor 
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #247BFF;text-decoration:none;
}

a.selectedanchor:hover
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #247BFF;
    text-decoration:underline;
}

a.selectedanchor:active
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #247BFF;text-decoration:none;
}

a.selectedanchor:visited
{
    font-family: arial; font-weight: bold; font-size: 11px;color: #247BFF;text-decoration:none;
}


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font-family: arial; font-weight: bold; font-size: 11px; text-decoration:none;
line-height: 25px;
z-index: 100000; /* zIndex should be greater than that of shadow's below */
background: #666666;
width: 200px; /* default width for menu */
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover
{ /*hover background color*/
background: #333333;
color: #247BFF;
text-decoration:none;
}

.anylinkcss a:visited
{ /*hover background color*/
background: #666666;
color: #FFFFFF;
text-decoration:none;
}
.anylinkcss a:visited:hover
{ /*hover background color*/
background: #333333;
color: #247BFF;
text-decoration:none;
}
.anylinkcss a:link
{ /*hover background color*/
background: #666666;
color: #FFFFFF;
text-decoration:none;
}
.anylinkcss a:link:hover
{ /*hover background color*/
background: #333333;
color: #247BFF;
text-decoration:none;
}
.anylinkcss a:active
{ /*hover background color*/
background: #666666;
color: #FFFFFF;
text-decoration:none;
}
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font-family: arial; font-weight: bold; font-size: 11px; text-decoration:none;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px; height:66px;
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: 99999; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
