div.menuBar,
div.menuBar a.menuButton,
div.menu
{
  font-family: Arial;
  font-size: 11;
  font-style: normal;
  font-weight: normal;
  border-left: #1e436a 1px solid;
  border-right: #1e436a 1px solid;

  
}

/*this is for background color of menu*/
div.menu {
  background-color: #FFFFFF;
  left: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 100px;
  visibility: hidden;
  z-index: 101;  
}

/*this is for text of menu*/
div.menu a.menuItem {
  font-family: Arial;
  font-size: 11;
  color: #0d3160;
  display: block;
  padding: 5px 0em;
  text-decoration: none;
  white-space: wrap;
  
}

/*this is for text and background color to change on mouseover*/
div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #DBDBDB;
  color: #0d3160;
  Font-weight:bold;
 
}

div.menu a.menuItem span.menuItemText {}

/*this is for arrow*/
div.menu a.menuItem span.menuItemArrow 
{
 padding: 5px 1em;
}

/*this is for white line separator*/
div.menu div.menuItemSepWH {
 /*border: #ecb804 1px solid ;*/
  border-top-width:0px;
  margin: 0px 0px;
}

/*this is for brown line separator*/
div.menu div.menuItemSep {
  border: #ecb804 1px solid;
  border-top-width:0px;
  margin: 0px 0px;
}

/*this is for end of menu shown in black line
div.menu div.menuItemSepBTM {
  border: #000000 3px solid ;
  border-top-width:0px;
  margin: 0px 0px;
}
*/

/*this is for end of menu shown yellow line*/
/*div.menu div.menuItemSepBTM {
    background-image: url(../menu/top_nav/bottom-image-bg.gif);
	background-repeat: repeat-x;
	height: 14px;
	background-color: #ce9c00;
}*/
div.menu div.menuItemSepBTM {
border-bottom: #1e436a 1px solid;
)

