/* navigation menu */
.chromestyle
{ height: 21px;
  width: 830px;
  margin-left: auto; 
  margin-right: auto;
}

.chromestyle ul{margin: 0px auto;} 

.chromestyle li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

.chromestyle li a 
{ display: block; 
  float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 3px 14px 2px 14px;
  text-transform: uppercase;
}

.chromestyle, .chromestyle li a
{ background: #FFFFFF url(/images/layout/menu2.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

.chromestyle li a:hover, .chromestyle li a#selected, .chromestyle li a#selected:hover
{ background: #FFFFFF url(/images/layout/menu_hover2.png);
  color: #484E56;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
background: #FFFFFF url(/images/layout/menu.png);
  color: #D1D3D7;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #FFFFFF url(/images/layout/menu_hover2.png);
  color: #484E56;
}