﻿.mainmenu
{
    width:100%;
    height:40px;
    background: #f1f4f5;
    padding:0px;
}

.mainmenu th
{
    height:40px;
    background-image: url(images/menu_static.gif);
    background-repeat: repeat-x;    
    padding:0px;
}

.mainmenu th:hover
{
    height:40px;
    background-image: url(images/menu_selected.gif);
    background-repeat: repeat-x;    
}

.mainmenu td
{
    width:1px;
    height:40px;
    background-image: url(images/menu_separator.gif);
    background-repeat: no-repeat;    
    padding:0px;
}

.mainmenu a
{
    color: #4d4948; 
    font-family: Tahoma;
    font-size: 8pt;     
    text-decoration: none;    
    font-weight:normal;
}

.mainmenu a:hover
{
    text-decoration: underline;    
}

.map 
{
    float:left;
    width:30%;
    padding:7px;
}

.map ul 
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.map ul li.l1 
{
    background:transparent url(/img/bullet2.gif) no-repeat scroll 14px 14px;
    font-size:90%;
    font-weight:bold;
    padding:10px 6px 2px 26px;
}

.map ul li.l2 
{
    background:transparent url(/img/bullet2.gif) no-repeat scroll 26px 14px;
    font-size:80%;
    padding:5px 6px 2px 40px;
}

.map ul li.l3 
{
    background:transparent url(/img/bullet1.gif) no-repeat scroll 40px 14px;
    font-size:70%;
    padding:2px 6px 2px 54px;
}