/* ######### Default class for drop down menus ######### */
.anchorclass        {background-image:url(http://www.orientalescape.com/img/menu/subject1.gif);width:220px;height:33px; color: #828282;line-height:33px;text-indent: 25px;font-weight: bold;cursor:pointer;}
.anchorclass-non    {background-image:url(http://www.orientalescape.com/img/menu/subject2.gif);width:220px;height:33px; color: #cecece;line-height:33px;text-indent: 25px;font-weight: bold;}
.selectedanchor     {background-image:url(http://www.orientalescape.com/img/menu/subject3.gif);width:220px;height:33px; color: #ffffff;cursor:pointer;}






.anylinkcss{position: absolute; left: 0; top: 0;
visibility: hidden;
border: 1px solid #dedede;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#ffffff;
width: 218px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
color:#828282;
display: block;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
text-indent: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #e8e8e8;
color: #0a0a0a;
}

.anylinkshadow{position: absolute;left: 0; top: 0; z-index: 29; visibility: hidden;background-color: white; background: transparent url(http://www.orientalescape.com/img/style/dropshadow.gif) no-repeat bottom right;}


.showlinkcss{
border: 1px solid #dedede;
border-bottom-width: 0;
line-height: 18px;
background:#ffffff;
width: 218px; /* default width for menu */
}

.showlinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.showlinkcss ul li a{
width: 100%;
color:#828282;
display: block;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
text-indent: 10px;
}

.showlinkcss a:hover{ background: #e8e8e8; color: #0a0a0a; }

.imgmidle {margin-bottom:-2px;}


.anchorindex        {background-image:url(http://www.orientalescape.com/img/menu/subject4.gif);width:220px;height:33px; color: #ffffff;line-height:33px;text-indent: 25px;font-weight: bold;}
