﻿div.menuBar {
cursor: pointer;
font-weight: normal;
font-size: 8pt; 
color: #000000; 
font-weight: normal;
font-family: Verdana, "MS Sans Serif", arial, sans-serif;
}

div.menuBar a.menuButton {
font-weight: normal; 
font-size: 8pt; 
color: #000000; 
font-weight: normal; 
font-family: Verdana, "MS Sans Serif", Arial, Sans-Serif;
}
div.menu {
font-weight: normal; 
font-size: 8pt; 
color: #000000; 
font-weight: normal; 
font-family: Verdana, "MS Sans Serif", Arial, Sans-Serif;
}
div.menu a.menuItem {
font-weight: normal;
font-size: 8pt;
color: #000000; 
font-weight: normal; 
font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
text-align:left;
}
div.menuBar {
cursor: pointer;
/*
border-top: #e0e0e0 2px outset; 
border-left: #e0e0e0 2px outset; 
border-right: #e0e0e0 2px outset; 
border-bottom: #e0e0e0 2px outset; 
*/
border-width:1px;
border-style:solid;
border-color:#c3ccd5;
padding-top: 4px; 
padding-left: 2px; 
padding-right: 2px; 
padding-bottom: 4px; 
/* background-color: #e0e0e0; */
background-color: #ebeef1;
text-align: left;
}
div.menuBar a.menuButton {
border-right: #e0e0e0 1px solid; 
/*
padding-right: 6px; 
*/
padding-right: 4px; 
border-top: #e0e0e0 1px solid; 
/*
padding-left: 6px; 
*/
padding-left: 6px; 
z-index: 100; 
left: 0px; 
padding-bottom: 2px; 
margin: 1px; 
border-left: #e0e0e0 1px solid; 
cursor: default; 
color: #000000; 
padding-top: 2px; 
border-bottom: #e0e0e0 1px solid; 
position: relative; 
top: 0px; 
background-color: transparent; 
text-decoration: none;
}
div.menuBar a.menuButton:hover {
cursor: pointer;
border-right: #e0e0e0 1px outset; 
border-top: #e0e0e0 1px outset; 
border-left: #e0e0e0 1px outset; 
color: #000000; 
border-bottom: #e0e0e0 1px outset; 
background-color: transparent;
}
div.menuBar a.menuButtonActive {
border-top: #e0e0e0 1px inset; 
border-left: #e0e0e0 1px inset; 
border-right: #e0e0e0 1px inset; 
border-bottom: #e0e0e0 1px inset; 
top: 1px;
left: 1px; 
color: #ffffff; 
background-color: #5050f0;
}
/* menubar style - HOVER*/
div.menuBar a.menuButtonActive:hover {
cursor: pointer;
border-right: #e0e0e0 1px inset; 
border-top: #e0e0e0 1px inset; 
border-left: #e0e0e0 1px inset; 
border-bottom: #e0e0e0 1px inset; 
color: #ffffff; 
top: 1px; 
left: 1px; 
background-color: #5050f0;
}
/* submenus style */
div.menu {
border-top: #e0e0e0 2px outset; 
border-left: #e0e0e0 2px outset; 
border-right: #e0e0e0 2px outset; 
border-bottom: #e0e0e0 2px outset; 
padding-top: 0px; 
padding-right: 1px; 
padding-bottom: 1px; 
padding-left: 0px; 
z-index: 101; 
left: 0px; 
visibility: hidden; 
position: absolute; 
top: 0px; 
background-color: #ebeef1;
/* background-color: #e0e0e0; */
}
div.menu a.menuItem {
padding-top: 3px; 
padding-left: 1em; 
padding-right: 1em; 
padding-bottom: 3px; 
display: block; 
cursor: pointer;
color: #000000; 
white-space: nowrap; 
text-decoration: none;
}
div.menu a.menuItem:hover {
color: #ffffff; 
background-color: #5050f0;
}
div.menu a.menuItemHighlight {
color: #ffffff; 
background-color: #5050f0;
}
div.menu a.menuItem span.menuItemText {

}
div.menu a.menuItem span.menuItemArrow {
margin-right: -0.75em;
}
div.menu div.menuItemSep {
border-top: #e0e0e0 1px inset; 
border-left: #e0e0e0 1px inset;
border-right: #e0e0e0 1px inset; 
border-bottom: #e0e0e0 1px inset;
margin: 4px 2px; 
}
