/* MENU.CSS */

.menuDate 
{
   font-size: 10px;
   text-decoration: none;
   color: #666666;   
}

.menuBar 
{
	position: absolute;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
	height: 34px;
}


.menuItem
{
   cursor: pointer;
}


.menuPane 
{
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    margin: 0;      
}


.menuPaneBorder 
{
    border-left: 1px solid Gray;
    border-top: 1px solid Gray;
    border-right: 1px solid Gray;
    border-bottom: 1px solid Gray;
}


.menuSearchPane 
{
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    margin: 0;        
    color: Gray;
    font-size: 12px;
    line-height: 18px;
}


.menuText
{
   text-transform: uppercase;
   font-size: 10px;
   text-decoration: none;
   color: Gray;
   line-height: 18px;
}


.menuRoot
{
   text-transform: uppercase;
   font-size: 10px;
   font-weight: normal;
   text-decoration: none;
   color: Gray;
   line-height: 18px;
}


a.menuItem:link, a.menuItem:active, a.menuItem:visited 
{
   text-transform: uppercase;
   font-size: 10px;
   text-decoration: none;
   color: Gray;
   line-height: 18px; 
}

a.menuItem:hover 
{
   text-transform: uppercase;
   font-size: 10px;
   text-decoration: none;
   color: #095F92;
   line-height: 18px;
}


/* END */
