#channelmenu{
   margin:0;
   white-space:nowrap;
   overflow:hidden;
   height:38px;
   padding:0px;
}

#channelmenu .menuright {
	float:right;
    height:58px;
	width:2px;
	padding:0;
    overflow: hidden;
    margin:0px;
	background:url(/assets/images/menu.jpg) 0px 0px no-repeat;
}

    #channelmenu a.channelmenu_main:link, #channelmenu a.channelmenu_main:active, #channelmenu a.channelmenu_main:visited {
        display: block;
        float: left;
        color: #fff;
        width: 100px;
        height: 38px;
        text-decoration: none;
        text-align: center;
        font: 12px/40px Verdana, Arial, Helvetica, sans-serif;
        background: url(/assets/images/menu.jpg) 0px 0px no-repeat;
        margin: 0px;
    }

    #channelmenu a.channelmenu_main_current {
        display: block;
        float: left;
        color: #181818;
        width: 100px;
        height: 38px;
        text-decoration: none;
        text-align: center;
        font: 12px/40px Verdana, Arial, Helvetica, sans-serif;
        background: url(/assets/images/menunow.jpg) 0px 0px no-repeat;
        margin: 0px;
    }

    #channelmenu a.channelmenu_main:hover {
        display: block;
        float: left;
        color: #fff;
        width: 100px;
        height: 38px;
        text-decoration: none;
        text-align: center;
        font: 12px/40px Verdana, Arial, Helvetica, sans-serif;
        background: url(/assets/images/menunow.gif) 0px 0px no-repeat;
        margin: 0px;
    } 

#channelmenu .menuleft{
   float:left;
   height:33px;
   width:12px;
   background:url(menuleft.gif) 0px 0px no-repeat;
}

#channelmenu_sub {
    margin: 0px;
    padding: 0;
    position: absolute;
    top: 39px;
    left: 0px;
    height: 46px;
    background: url(/assets/images/twomenu.jpg) 0px 0px no-repeat;
}

#channelmenu_sub ul{
display:none;
margin:0px 12px;
}

#channelmenu_sub li {
margin:0;
list-style-type: none;
line-height:25px;
height:46px;
float:left;
color:#3e3e3e;
white-space: nowrap;
font:12px/13px Verdana, Arial, Helvetica, sans-serif;
}

#channelmenu_sub a:link,#channelmenu_sub a:visited,#channelmenu_sub a:active{
margin:0 6px;
color:#5c5c5c;
font:12px/26px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

#channelmenu_sub a:hover{
margin:0 6px;
color:#787878;
font:12px/26px Verdana, Arial, Helvetica, sans-serif;
}
