.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 ######### */
#submenu1, #submenu2 {
background: url("menuarrow.png") no-repeat scroll -7px 25% transparent;
list-style-type: none;
margin-left: 300px;
margin-top: -75px;
opacity: 0.9;
padding-left: 15px;
}
.dropdownsubmenu{
position: absolute;
left: 100px;
top: 0;
visibility: hidden;
font: normal 11px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #999;
width: 450px; /* default width for menu */

}

.dropdownsubmenu ul {
background-color: #000000;
list-style-type: none;
margin: 0 0 0px;
padding: 20px;
width: 100%;
display:block;
min-height: 65px;
box-shadow: 3px 3px 5px #000;
opacity: 0.9;
}
.dropdownsubmenu img {
overflow:hidden;
float: left;
display: block;
width: 100px;
height: 100px;
margin-right: 20px;
border: 1px solid #999;
}
.dropdownsubmenu ul li {
float:left;
margin-right:5px;
width:110px;
}
.dropdownsubmenu ul li a{
float:left;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 0px 5px 0px 5px;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#fff;
background: url("arrow-right.gif") no-repeat 0px transparent;
}

.dropdownsubmenu ul li a:hover{
opacity:0.6;
}

.dropdownsubmenu a:hover{ /*hover background color*/
color: #fff;
opacity:0.9;
}