﻿@font-face {
    font-family:museosans500;
    src: url('../font/museosans500.eot');
    src: url('../font/museosans500.eot?#iefix') format('embedded-opentype'),
         url('../font/museosans500.woff') format('woff'),
         url('../font/museosans500.ttf') format('truetype');
    font-weight:30;
    font-style: normal;
}

#cssmenu
{
    font-family:museosans500;

}

#cssmenu ul
{

    margin: 0px;
    padding: 0px;
    line-height: 2.5em;
    text-align: center;

}

#cssmenu li
{
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    list-style: none;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: thin;
    border-left-width: thin;
    border-right-color: #E4E4E4;
    border-left-color: #E4E4E4;
}

#cssmenu ul li a
{
    text-decoration: none;
    padding:0px 25px 0px 25px;
    display: block;
    color: #4f648b; 
    font-size:13px;
}



#cssmenu ul ul li
{
    padding-left: 25px;
    width: 180px;
    height: 32px;
    line-height: 2.0em;
    border-bottom-style: double;
    border-bottom-width: thin;
    border-bottom-color: #E8E8E8;
}


#cssmenu ul li:hover ul
{
    visibility:visible;
    
}

#cssmenu ul li a:hover
{
    color: #fff;
    background-image: url('../images/menu_hover.png');
    background-repeat: repeat-x;
    border-radius:3px;
}

