﻿
.toolbar
{
    background-position: #98AAD3;
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial;
    padding: 5px;
    max-width: 170px;
    background: #98AAD3;
    filter: progid:DXImageTransform.Microsoft.Gradient (gradientType=0,startColorStr=#4b6cb5,endColorStr=lightblue);
    background-image:none;
    z-index: 1;
}
#menu{ /* nothing in here right now */
}

#menu .Item 
{ 
  /* CSS class for non-selected Menu Item */
  background: none; 
}

#menu .ItemSelected, #menu .ItemHover
{ 
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
  background: url(../../images/blankspacer.gif) repeat-y left;  
}

/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
  background: transparent ! important;
  display: block;
}

#menu a:hover, #menu a:active, #menu a:focus
{
  background: url(../../images/blankspacer.gif) repeat-y left;
  display: block;
}

/* extra stuff... */
 .childmenuitem { 
height: 30px; 
border: #7f5417 1px solid; 
color: #000; 
background-color: #FCE6B1; 
font: small Verdana, Arial, sans-serif; 
display: inline-block; 
width: 200px; 
z-index: 100; }

.childmenuitemhover { 
background-color: #525252; 
color: #fff; 
font: small Verdana, Arial, sans-serif; 
z-index: 100; }