@media screen {
    #divMainMenu {
        background:url(../Images/mainmenu_bg.png) repeat-x top;
        height:35px;
        position:relative;
        width:940px;
    }
    #divMainMenuLeft {
        left:0px;
        position:absolute;
    }
    #divMainMenuLeft ul {
        list-style-type: none;
    }
    #divMainMenuLeft li {
        background: url(../Images/mainmenu_separator.png) no-repeat right;
        float: left;
        padding:0px 15px;
        text-align: center;
    }
    #divMainMenuLeft li.clearing {
        background: none;
        clear: both;
        display: inline;
        float:none;
    }
    #divMainMenuLeft a {
        color:#cecece;
        display:inline-block;
        font-size:100%;
        height:30px;
        line-height:30px;
        text-decoration:none;
        text-transform:uppercase;
    }
    #divMainMenuLeft a.active {
        background:url(../Images/mainmenu_active.png) no-repeat bottom;
    }
    #divMainMenuLeft li img {
        padding:0px 5px;
    }

    #divMainMenuRight {
        position:absolute;
        right:0px;
    }
    #divMainMenuRight ul {
        list-style-type: none;
    }
    #divMainMenuRight li {
        background: url(../Images/mainmenu_separator.png) no-repeat left;
        float: right;
        padding:0px 15px;
        text-align: center;
    }
    #divMainMenuRight li.clearing {
        background: none;
        clear: both;
        display: inline;
        float:none;
    }
    #divMainMenuRight a {
        color:#cecece;
        display:inline-block;
        font-size:100%;
        line-height:30px;
        height:30px;
        text-decoration:none;
        text-transform:uppercase;
    }
    #divMainMenuLeft a:hover, #divMainMenuRight a:hover {
        color:#ffffff;
    }
    #divMainMenuRight li a.floating {
        padding:0px 2px;
    }

    /* Search */
    #liSearchBox { background:none !important; }
    #divSearchBoxContainer  {
        background:url(../Images/searchbox_bg.png) no-repeat top !important;
        height:30px;
        position:relative;
        width:134px;
    }
    #divSearchBox {
        float:left;
        height:22px;
        padding-left:5px;
        padding-top:8px;
    }
    #divSearchBox input {
        background-color:#dedede;
        border:none;
        color:#5f5f5f;
        font-size:100%;
        line-height:14px;
        height:14px;
        width:112px;
    }
    #divMainMenuSearchButton {
        background:url(../Images/search_button_bg.png);
        float:left;
        height:30px;
    }
    #divMainMenuSearchButton input.search {
        background:url(../Images/searchbox_button.png) no-repeat center;
        border:none;
        cursor:pointer;
        float:left;
        height:30px;
        width:12px;
    }
    .fontbutton
    {
    	background:transparent;
    	border:none;
    	color:#cecece;
    	cursor:pointer;
    	padding:0px 2px;
    }
    .fontbutton:hover
    {
    	color:#ffffff;
    }
}