.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

#submenu1{ background:url(../images/montserrat.png); color:white; width:100px; z-index: 100;}
#submenu2{ background:url(../images/volcano.png); color:white; width:190px; z-index: 100;}
#submenu3{ background:url(../images/nature.png); color:white; width:142px; z-index: 100;}
#submenu4{ background:url(../images/water.png); color:white; width:143px; z-index: 100;}
#submenu5{ background:url(../images/festivals.png); color:white; width:181px; z-index: 100;}
#submenu6{ background:url(../images/things.png); color:white; width:144px; z-index: 100;}
#submenu7{ background:url(../images/food.png); color:white; width:170px; z-index: 100;}
#submenu8{ background:url(../images/stay.png); color:white; width:177px; z-index: 100;}
#submenu9{ background:url(../images/travel.png); color:white; width:176px; z-index: 100;}
#submenu10{ background:url(../images/media.png); color:white; width:156px; z-index: 100;}
#submenu11{ background:url(../images/contact.png); color:white; width:160px; z-index: 100;margin-left:-80px;
}

/*hover background color*/
#submenu1 a:hover{ background:#00460d; color:white; z-index: 100;font-weight:bold;text-transform:uppercase; }
#submenu2 a:hover{ background:#00811b; color:white; z-index: 100;font-weight:bold;text-transform:uppercase; }
#submenu3 a:hover{ background:#62b10e; color:white; z-index: 100;font-weight:bold; text-transform:uppercase;}
#submenu4 a:hover{ background:#0ca5bc; color:white; z-index: 100;font-weight:bold;text-transform:uppercase; }
#submenu5 a:hover{ background:#de5d15; color:white; z-index: 100;font-weight:bold;text-transform:uppercase; }
#submenu6 a:hover{ background:#d83f00; color:white; z-index: 100;font-weight:bold;text-transform:uppercase; }
#submenu7 a:hover{ background:#bd2c06; color:white; z-index: 100;font-weight:bold;text-transform:uppercase; }
#submenu8 a:hover{ background:#8f111c; color:white; z-index: 100;font-weight:bold;text-transform:uppercase;}
#submenu9 a:hover{ background:#9f0057; color:white; z-index: 100;font-weight:bold; text-transform:uppercase;}
#submenu10 a:hover{ background:#900183; color:white; z-index: 100;font-weight:bold;text-transform:uppercase; }
#submenu11 a:hover{ background:#00589f; color:white; z-index: 100; font-weight:bold;text-transform:uppercase;}

#submenu1 a:visited, #submenu2 a:visited, #submenu3 a:visited, #submenu4 a:visited, #submenu5 a:visited, #submenu6 a:visited, #submenu7 a:visited, #submenu8 a:visited, #submenu9 a:visited, #submenu10 a:visited, #submenu11 a:visited { text-decoration:none; text-transform:uppercase;color:#ffffff;font-weight:bold;}
/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
/*border: 1px solid black;
border-bottom-width: 0;*/
font: bold 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
text-transform:uppercase;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid black;*/
font:Arial;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFfff;
 z-index: 100;
}

.anylinkcss a:hover{ /*hover background color*/
/*background: black;
color: white;*/ z-index: 100;
}

/* ######### IE version of the above ##### */

.anylinkcss1{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
/*border: 1px solid black;
border-bottom-width: 0;*/
font: bold 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
text-transform:uppercase;
}

.anylinkcss1 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss1 ul li a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid black;*/
font:Arial;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFFfff;
}

.anylinkcss1 a:hover{ /*hover background color*/
/*background: black;
color: white;*/ z-index: 100;
}

/* ######### 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;
}
.anylinkshadowend{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/

background: black;
visibility: hidden;
}
