#ndropmenu
{
float:right;
margin:0px;
padding:0px;
width:730px;
}


.chromestyle{
width: 100%;
font-family: Arial, Sanserif, Tahoma;
font-size:11px;
 text-align:left;
 
}

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

.chromestyle ul{

 font-weight:bold;
 
/* border: 1px solid #BBB; */
width: 100%;
/* background: url(chromebg.gif) center center repeat-x; */  /*THEME CHANGE HERE*/
padding:4px 0px 6px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/ 
}

.chromestyle ul li{
display: inline; 

margin: 0;
}

.chromestyle ul li a{
color: #000000;
text-decoration: none;
padding:5px 8px 5px 8px; 
/* border-right: 1px solid #DADADA; */
}

.chromestyle ul li a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; */   /*THEME CHANGE HERE

background: url(../images/topmenustrip-ov.gif) repeat-x;  background-position:bottom; height:27px; */

background-color:#bababc;

}


 .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; */   /*THEME CHANGE HERE
background: url(../images/topmenustrip-ov.gif) repeat-x;  background-position:bottom; height:27px; */
background-color:#bababc;

}

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

.dropmenudiv{
position:absolute;
top:0px;
/* border: 1px solid #BBB; 
border-bottom-width: 0;*/


	 border-right:1px #333333 dotted;
	 border-left:1px #333333 dotted;
	 border-bottom:1px #333333 dotted;	
	 background-color:#bababc;
	 
	 
 font-weight:normal;
line-height:20px;
z-index:100;

width: 130px;
visibility: hidden; vertical-align:top;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-family: Arial, Sanserif, Tahoma;
font-size:11px;
 text-align:left;
font-weight: normal;
color:#333333;
text-indent:8px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ff0000;
text-indent:8px;
}