#nav-shop  img {height:10px;width:79px;}
#nav-shop-home  img {height:10px;width:79px;}
#nav-galleries  img {height:10px;width:130px;}
#nav-stationery  img {height:10px;width:70px;}
#nav-calligraphy  img {height:10px;width:77px;}
#nav-about  img {height:10px;width:39px;}
#nav-contact  img {height:10px;width:54px;}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: yellow;*/
}

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

.menuanchorclass { 
margin-top:0;top: 0;
}


.anylinkmenu{
width:171px;
margin-top:0;top: 0;
left: 0;
visibility: hidden;
position:absolute;top:196px;
/*border: 1px solid black;
border-bottom-width: 0;
background: lightyellow;*/
background-image: url(images/drop-bkgd.png);
background-repeat: no-repeat;background-position:center bottom;
font: normal 11px Verdana;
line-height: 18px;
z-index: 200; 
padding-top:17px;padding-bottom:12px;
}

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

.anylinkmenu ul li a{
display: block;
text-align:center;
padding: 2px 0;
text-decoration: none;
}

.anylinkmenu a { 
color: #5d4749;
}

.anylinkmenu a:hover{ 
color: #000;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
visibility: hidden;
}