﻿#menu 
{ 
    text-align: left;
}

.menuLink
{
    text-decoration: none;
    position:relative;
    top:8px;
    color:#222222;
    margin-left:2px;
    font-size: 1.0em;
}

.menuLabel
{
    font-size: 1.0em;
    text-decoration: none;
    position:relative;
    top:8px;
    color:#222222;
    margin-left:2px;
}

.menuIcon
{
    float:left;
    padding-left:10px;
    margin-right:5px;
    vertical-align:middle; 
    position:relative;
    top:7px;
}

.menuSelected .menuIcon
{
    float:left;
    padding-left:18px;
    margin-right:5px;                
    vertical-align:middle; 
    position:relative;    
    top:7px;
}

.menuSelected .label
{    
    position:relative;    
    top:7px;
}

.menuItem
{
    background-color: #ffffff;
    float:left;
    clear:both;
    height: 30px;   
    width:100%;
    text-align:left;
    
}
.menuItem:hover
{
    background-color: #f5f5f5;
    border-right-color:#f5f5f5;
    border-right-style:solid;
    border-right-width:1px;
}
.menuSelected
{
    float:left;
    clear:both;
    height: 30px;
    width:100%;
    text-align:left;
    background-color: #F7F6F3;
    border-right-color:#F7F6F3;
    border-right-style:solid;
    border-right-width:1px;    
}
.menuSeparator
{
    /*clear:both;
    height:1px;
    width:100%;
    background-color: #dedede;*/
}

