#chromemenu{
}

#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 solid #BBB;
background-color: #FF6600;
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 1.1em Arial, Helvetica, sans-serif;
text-transform: uppercase;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{ /* main menu bar buttons */
float: left;
color: #FFFFFF; /* colour of button text */
/*width: 80px 1em;  width of buttons */
font-weight: bold;
padding: 3px 5px 3px 5px; /* top right bottom left */
border-right: solid 2px; /* changed from left */
border-color: #ffffff;
text-decoration: none;
/* dispay: block; */
/* background: url(../chrometheme/divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{ /* main menu bar buttons - rollover*/
color: #000000;
}

#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 solid #FFFFFF;
/*Theme Change here
border-bottom-width: 0;*/
font:normal 1.1em Arial, Helvetica, sans-serif;
line-height:1.1em;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
margin-top:1px;
display: block;
/*text-indent: 4px;*/
border: 1px solid #FF6600;
/*border-bottom: 1px solid #FF6600; Theme Change here - changes of the colour between the menu items */
padding: 2px 4px; /* top+bottom left+right */
padding-left: 3px;
text-decoration: none;
font-weight: bold;
color: #FF6600;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FF6600;
color:#000000;
text-decoration: none;
}