.menu-sh{
float : right;
width : 400px;
padding-right: 0;
}

.menu-sh:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.menu-sh ul{
width: 100%;
padding: 2px 0;
margin: 0;
text-align: center; 
}
.menu-sh ul li{
display: inline;
}
.delimiter{
 padding : 0 0 0 3px;
 border-left: #A1AABB 1px solid;
}
.menu-sh ul li a{
font-family: verdana, helvetica, sans-serif; 
font-size:11px;
font-weight: bold;
color:#3A2D4D;
padding: 4px 7px 4px 7px;
margin: 5px 0 5px 0;
text-decoration: none;
}
.menu-sh ul li a:hover{
color: #3A2D4D;
text-decoration: underline;
}
.menu-sh ul li a:hover, .menu-sh ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url() center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: -8px;
border: 1px solid #434B62; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:14px;
padding: 0 0 0 0;
margin-left: 8px;
z-index:100;
background-color: #E7E9EE;
width: 100px;
visibility: hidden;
}
.dropmenudiv a{
text-align: left; 
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #3A2D4D; /*THEME CHANGE HERE*/
padding: 0 0 0 6px;
text-decoration: none;
font-family: verdana, helvetica, sans-serif; 
font-size:10px;
font-weight: bold;
color: #3A2D4D;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3A2D4D;
font-family: verdana, helvetica, sans-serif; 
font-size:10px;
font-weight: bold;
color: #fff;
}
#dropmenu2{
visibility: hidden;
}
#dropmenu3{
visibility: hidden;
}
