/* NOTE: class chromestyle is not used see style.css menu classes */
/* ######### Chrome Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
height:auto;
z-index:10000;
width:250px; /* 220px; */  /* 180px; */
visibility: hidden;
text-align:left;
}
.dropmenudiv .dropmenudiv1 {  /* ajk */
  background:#ADADAD;
  height: auto;
  z-index: 1001; 
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-left: 1px solid #BBB; 
border-right: 1px solid #BBB; 
border-bottom: 1px dashed #DEDEDD; /*THEME CHANGE HERE*/
text-decoration: none;
color: #626262;
padding-right:2px; /* 10px; */
padding-left:5px; /* 10px; */
padding-top:5px;
padding-bottom:5px;
}
* html .dropmenudiv a{ /*IE only hack*/
width:240px; /* 210px; */   /* 180px; */
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CACACA;
color:#474747;
}

.droptraingbott1 /* is also width 180px .menu_traingbott1*/{
	float:left;
	width:250px;  /* was 180px; */
	height:auto;
	background-image:url(../images_B/drop_bott1.gif);
	background-repeat:no-repeat;
	}