﻿/*********** Top menu start ********************/

#topMenu ul
{
    float:left;
    list-style-type:none;
    width:477px;
}

#topMenu li
{
    float:left;
    height:26px;
    line-height:26px;
    padding-left:12px;
    padding-right:12px;
    text-align:center;
    width:90px;
    vertical-align: baseline;
    
}
#topMenu li.separator
{
    background-image: url(../Images/topMenuSeparator.jpg);
	background-repeat:no-repeat;
    width:2px;
    height:26px;
    padding:0;
}

/*************** Top menu end ***********************/

/*************** Left menu start ********************/

#leftMenu ul
{
    list-style-type:none;
}
#LeftMenu ul.leftMenuList
{
    margin-bottom:10px;
}
#leftMenu ul ul
{
    margin-left:0px;
    padding-bottom:10px;
    padding-top:0px;   
    
}


#leftMenu li
{
    margin-left:0px;
    margin-right:0px;
    
    
}
#leftMenu li.separator
{
    background-color:#f1f1f1;
    width:2px;
    padding:0;
    margin-left:3px;
    margin-right:0px;
    height:16px;
}

#leftMenu ul ul li
{
    padding:0 0 0 5px;
    float:left;
    margin:0px 0px 2px 0px;

}

#leftMenu li.selected a
{
    color:#f2942e;
}


#leftMenu li.leftMenu_topItem
{
    background-color:#f1f1f1;
    height:24px;
    line-height:24px;
    font-size:1em;
    float:none;
    clear:both;
}

#leftMenu li.leftMenu_element
{
    font-size:0.7em;
    height:16px;
    line-height:16px;
    white-space:nowrap;
    margin:3px 3px 2px 0px;
}



/******************* Left menu end ***************/