/* 
    Document   : mainNavigation
    Created on : 12.4.2010, 14:40:38
    Author     : Mika Vallittu
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#navigation {
    height: 41px;
    background: transparent url(/_sys_/images/navigation_banner.png) no-repeat scroll 0 0;
}
#navigation ul{
    padding: 0;
    margin: 0;
}
#navigation ul li{
    display: inline-block;
    .display: inline; /* IE 7 */
    list-style: none;
    height: 41px;
    padding: 0 34px;
    background: transparent url(/_sys_/images/navi_saparator.png) no-repeat scroll top right;
}
#navigation ul li.zfse_navLast {
    background: none;
    padding: 0 0 0 30px;
}
#navigation ul li a{
    line-height: 41px;
    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 14px;
    color: #003a79;
    cursor: pointer;
    text-decoration: none;
}

#navigation ul li a:selected,
#navigation ul li a:visited,
#navigation ul li a:active
{
    text-decoration: none;
}

#navigation ul li a:hover {
    color: #CC0066;
}



