.chromestyle{
width: 99%;
font-weight: bold;
float:left; width:1002px; height:52px; background:url(../images/menu-bg.gif) left top no-repeat; 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle li{ float:left; list-style:none; line-height:52px;   font-size:14px; color:##4F4F4F; font-weight:normal; }
.chromestyle li a{ display:block; color:#5d5d5d; text-decoration:none; background:url(../images/menu-divider.gif) right top no-repeat; padding-right:24px;}
.chromestyle li a span{ display:block; color:#5d5d5d; text-decoration:none; padding-left:24px;  }
.chromestyle li a:hover{ display:block; color:#5d5d5d; text-decoration:none; background:url(../images/menu-over-bg2.gif) right top no-repeat; }
.chromestyle li a:hover span{ display:block; background:url(../images/menu-over-bg1.gif) left top no-repeat;  }

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 0px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
padding-right:24px;
padding-left:23px;
line-height:38px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 134px;
left:140px;

border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
margin-top:-3px;
visibility:hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 11px;
border-top: 1px solid #dbdbdb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #5f5f5f;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

* html .dropmenudiv { /*IE only hack*/
margin-top:-20px;

}

*:first-child+html .dropmenudiv { /*IE only hack*/
margin-top:-20px;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


img, div , #footer{ behavior: url(../Portal/Design_CSS/iepngfix.htc) }



