﻿/*********** Top menu start ********************/

#topMenu ul
{
    float: left;
    list-style-type: none;
    width: 663px;
}

#topMenu li.topMenu_element
{
    float: left;
    background-image: url(../Images/topMenuBg.png);
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-repeat: repeat-x;
    height: 31px;
    line-height: 33px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 90px;
    vertical-align: baseline;
}
#topMenu li.topMenu_element.selected
{
    background-image: none;
    height:31px;
    border-bottom: 2px solid #ffffff;
   
    
}
#topMenu li.separator
{
    background-image: url(../Images/topMenuSeparator.jpg);
    background-repeat: no-repeat;
    width: 5px;
    height: 33px;
    padding: 0;
    float: left;
}

/*************** 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: 0px;
    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: url(../Images/LeftMenuBg.png);
    background-repeat: repeat-x;
    height: 24px;
    line-height: 24px;
    font-size: 1em;
    float: none;
    clear: both;
    color: #999999;
}

#leftMenu li.leftMenu_element
{
    font-size: 0.7em; /*height:16px;*/
    line-height: 16px;
    white-space: pre-wrap;
    margin: 2px 5px 0px 0px;
    width: 106px;
    background: url(../Images/MenuArrow.png) left 5px no-repeat;
    padding-left: 10px;
}

/******************* Left menu end ***************/
