#chromemenu{
padding-left: 60px;
background: url(images/menu_bg.jpg) repeat-x #68A6E2;
height:24px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px none #BBB;
background: url(images/menu_split.jpg) center left no-repeat;
width: 760px;
padding-left: 0px;
margin: 0;
margin-left: 0px;
float: left;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
}


#chromemenu ul li{
display: inline; 
}


#chromemenu ul li a{ /* main menu bar buttons */
float: left;
color: #001F49; /* colour of button text */
/*width: 80px 1em;  width of buttons */
font-weight: normal;
padding: 0px 12px 0px 12px; /* top right bottom left */
border: none 0px;
border-left: none 0px; /* changed from right */
/*border-color: #60A9D7;*/
text-decoration: none;
line-height: 24px;
/* dispay: block; */
background: url(images/menu_split.jpg) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{ /* main menu bar buttons - rollover*/
/*background: url(images/menu_bg_over.jpg) repeat-x #3890C9;*/
color: #FFFFFF;
/*background-color: #137BC0;*/
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
border: 1px none #68A6E2;
border-bottom: 1px solid #68A6E2;
text-align: left;
/*Theme Change here
border-bottom-width: 0;*/
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height:12px;
z-index:100;
background-color: #FFFFFF;
width: auto; /*200px;*/
visibility: hidden;
}

.dropmenudiv a{
width: auto; /*100%;*/
margin-top: 0px;
display: block;
/*text-indent: 4px;*/
border: 1px solid #68A6E2;
border-bottom: 0px none #68A6E2; /*Theme Change here - changes of the colour between the menu items */
padding: 6px 10px; /* top+bottom left+right */
/*padding-left: 3px;
line-height: 1.2em;*/
text-decoration: none;
background-color: #ffffff;
color: #68A6E2;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #68A6E2;
color:#001F49;
text-decoration: none;
}