﻿body {
}

#topmenu-wrapper
{
    width:960px;
    height:45px;
    clear:both;
}

#topmenu
{
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0px;    
}

#topmenu li
{
    float:left;
    font-size:13px;
    margin:0 1px 0 0;
    padding:0;
    font-weight:bold;
}

#topmenu a
{
    color:#FFFFFF;
    display:block;
    float:left;
    margin:0;
    padding:13px 8px;
    text-decoration:none;
    text-align:center;
}

#topmenu a.menu_products, #topmenu a.menu_consulting, #topmenu a.menu_gallery, #topmenu a.menu_resources,
#topmenu a.menu_press, #topmenu a.menu_contact
{
    background:#FFF url(../images/Menu/cf_menu_button_off.png) no-repeat;
    width:143px;
    height:19px;
    color:#FFF;
}

#topmenu .menu_products:hover, #topmenu .menu_products_click
{
    background:url(../images/Menu/cf_menu_products_on.png) no-repeat;
    width:143px;
    height:19px;
    color:#333;
}

#topmenu .menu_consulting:hover, #topmenu .menu_consulting_click
{
    background:url(../images/Menu/cf_menu_consult_on.png) no-repeat;
    width:143px;
    height:19px;
    color:#333;
}

#topmenu .menu_gallery:hover, #topmenu .menu_gallery_click
{
    background:url(../images/Menu/cf_menu_gallery_on.png) no-repeat;
    width:143px;
    height:19px;
    color:#333;
}

#topmenu .menu_resources:hover, #topmenu .menu_resources_click
{
    background:url(../images/Menu/cf_menu_resources_on.png) no-repeat;
    width:143px;
    height:19px;
    color:#333;
}

#topmenu .menu_press:hover, #topmenu .menu_press_click
{
    background:url(../images/Menu/cf_menu_press_on.png) no-repeat;
    width:143px;
    height:19px;
    color:#333;
}

#topmenu .menu_contact:hover, #topmenu .menu_contact_click
{
    background:url(../images/Menu/cf_menu_contact_on.png) no-repeat;
    width:143px;
    height:19px;
    color:#333;
}


