#chromemenu{
/*width: 100%;*/
position: absolute;
bottom: 0px;
right:0px;
text-align: right;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
/*background: url(../images/chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: right;
font: bold 11px Tahoma;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: right;
color: #1E6593;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(../images/divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
background-color: #D3DCFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(../images/arrow_down.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #fff; *//*Theme Change here*/
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom-width: 0;
font-weight: normal;
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #E2E8FE;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a:link, .dropmenudiv a:active, .dropmenudiv a:visited{
width: 100%;
display: block;
text-indent: 3px;
line-height: 16px;
height: 16px;
border-bottom: 1px solid #fff; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
background: url(../images/arrow_inact.gif) left center no-repeat;
font-weight: bold;
text-indent: 15px;
color: #1E6593;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #D3DCFF;
}