﻿div.menu-item-select
{
    height:22px;
    background-color:#CEDFF0;
/*    background: transparent  url('Images/menu-l.png') no-repeat scroll 0 0;*/
}

div.item-style {
    padding:3px 12px 3px 12px;
    white-space:nowrap;
    height:22px;
    margin-bottom:2px;
}
div.item-style a
{
    padding-top:1px;
    padding-right:12px;
    height:26px;
    font-size:110%;
    line-height:24px;
} 
.menu-item-select a, .menu-item-select a:visited
{
/*    background: transparent  url('Images/menu-r.png')no-repeat scroll right top;*/
    text-decoration:none;
    background-color:#CEDFF0;
    color:#444444 !important;
}
.menu-item-select a:hover {
color:#888 !important;
}
body.ieseven div.item-style a {
padding-top:5px;
padding-bottom:2px;
}
body.ieseven div.item-style {

}
.menu-sub-panel
{
    position:absolute;
    background-color:#f1f1f1;    
}

.menu-sub2-panel
{
     position:absolute;
}

.menu-sub-item
{
    background-color:#f1f1f1;  
    white-space:nowrap;
}

.menu-sub2-item
{
  background-color:#f1f1f1;   
  white-space:nowrap;
}

.panel-display-none
{
   display:none;
}

.menu-first-column
{
    width:150px;
}

.menu-current-sub-row div a
{
    color:#9a9a9a;    
}