
/* ######### Style for Region Menu on header######### */

.dropmenudiv{ border: 1px solid #BBB;
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 85$ Verdana arial san serif;
color: #333333;
line-height:10px;
z-index:50;
background-color: white;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
color: #333;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #EDEDF7;
}


.toplink a {color: #333;}
.toplink a:hover {color: red;}
