﻿
/* ######### Style for Main Menu Bar ######### */

.chromestyle{
width: 783px;
font-weight:normal;
margin-left:10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Border and structure for the main outline of the Menu */
.chromestyle ul{
border: 1px solid #000000;
background: #000000; /*url(chromebg.gif) center center repeat-x; */
padding: 4px  0 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
font-size:12px;
}

/* How are the Buttons on the Main bar to be laid out */
.chromestyle ul li{
display:inline;
}

/* Single cell in the Main menu  */
.chromestyle ul li a{
color: white;				/* White text on black background */
margin: 0;
text-decoration: none;
background:99ccff; /*url(EmptyLine150.gif) 150px; */
border: 1px solid white; 
padding-left:20px;
padding-right:20px;
padding-bottom:1px;
padding-top:1px;
}

/* Single cell in the menu when the mouse hovers */
.chromestyle ul li a:hover{
border: 1px solid white; 
background:#BABABA; 			
color:black;				/* Black text on blue 99ccff background */
}

/* Single cell in the menu */
.chromestyle ul li a[rel]: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 ######### */

/* Single pulldown for the menu */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid  #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 18px;
z-index: 200;
background-color: #BABABA;
width: 150px;
visibility:hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/*border: 1px solid #FFECEC; */
padding: 2px 0;
text-decoration: none;
font-weight:normal;
color: black;
}

.dropmenudiv a:hover{ 
background-color:#F2F2F2;
}