.chromestyle{
/*position:absolute;
top: 35px;
left: 0;*/
padding-bottom: 10px;
z-index: 0;
/*width: 100%;
			width:120px;*/
			font-family:sans-serif;
			padding-right:60px;
			margin-right:10px;
			padding-bottom:5px;
			/*float:left;*/
			text-align: center
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul img{
/*border: 1px solid #BBB;*/
width: 100%;
background-color: black; /* make black background bar for dropdown column headers */
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
padding: 8px;   /* provide ample height to black bg bar for dropdown col headers */
}

/*.chromestyle ul li img {
display: inline;
}*/

.chromestyle ul li img a{
color: #ffffff;     /* make mouseover text white */
font:normal 12px Verdana;
font-weight: bold;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li img a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: white;
background-color: black; /* make black background bar for dropdown column text */
}

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

.dropmenudiv{
/*position:absolute;
top: 15;*/
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
color: white;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #000000; /* dropdown menu bg color */
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;  */
color: white;   /*color of the link text on the dropdown panels */
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;  /* bg of dropdown menu when mouseovered */
}

.index_column_header {
color: #ffffff;
font:normal 12px Verdana;
text-decoration: none;
border-bottom-width: 0;
}