.chromestyle{
z-index: 3;
position: absolute;
right: 0px;
width: 100%;
font-weight: normal;
background-repeat: no-repeat;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
/*width: 100%;*/
/*background: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/*/

padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 7px;
font-size: 8pt;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle li{
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 7px;
font-size: 8pt;
margin: 0;
text-decoration: none;
text-align: left;
}

.chromestyle ul li a:hover{
color: #000000;
background: url(portlet_title_bg_gradient.gif) scroll repeat-x bottom left; 
}

.chromestyle ul li a:visited{
color: #000000;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
color: #000000;
position:absolute;
top: 0;

/*border: 1px solid #E8BEBE; /*THEME CHANGE HERE*/*/
border-bottom-width: 0;
line-height:18px;
z-index:100;  /*Always on top*/
/*background-color: white;*/
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align: left;
font-size: 8pt;
}


.dropmenudiv a:link{
color: #000000;
background: url(portlet_menu_bg_gradient.gif) scroll repeat-x bottom left; 
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #999999; /*THEME CHANGE HERE*/
border-bottom-width: 0;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
font-size: 8pt;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #000000;
background: url(portlet_menu_bg_gradient.gif) scroll repeat-x bottom left; 
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #999999; /*THEME CHANGE HERE*/
border-bottom-width: 0;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000000;
background: url(portlet_title_bg_gradient.gif) scroll repeat-x bottom left; 
}

/*OP additional classes*/
.greeting{
color: #000000;
padding-top: 26px;
padding-left: 4px;
padding-bottom: 0px;
padding-right: 14px;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: verdana;
position: absolute;
right: 0px;
font-weight: normal;
}

.logOn{
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
margin: 0;
position: absolute;
right: 0px;
text-align: right;
}
