#boxMenuTop {margin:0 auto;width:1000px;}
.boxMenuTop { border-top:1px solid #ebebeb;border-bottom:3px solid #b60002;float:left;height:27px;margin:0;width:1000px;}
.nav-left {background:url("../images/bg-nav-top.gif") no-repeat scroll 0 0 transparent;float:left;margin:0 auto;width:1000px; height:46px;}
.nav-left ul {float:left;margin:0;padding:0;width:100%; line-height:46px;}
.nav-left ul li {float:left;font-size:13px;font-weight:bold;list-style-type:none;margin:0;padding:0 13px;text-align:left; background:url("../images/li-space-2.gif") no-repeat scroll right center transparent}
.nav-left ul li.active a{ color:#090}
.nav-left ul li.item-last { background:none;}
.nav-left ul li.active {color:#090;}
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial;
margin: 14px 0 0;
padding: 0;
position: absolute;
left: 0;
top: 130px!important;
list-style-type: none;
background: white;
border: 1px solid #3C3C3C;
visibility: hidden;
display: none; 
/*collapse all sub menus to begin with*/
/*box-shadow: 3px 3px 8px #818181;
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;*/
}
.flexdropdownmenu ul{margin: 0;top:0 !important;width:440px;}

.flexdropdownmenu li{
position: relative;
}
.flexdropdownmenu li ul li{	float:left; width:220px;}
.flexdropdownmenu li ul li a{float:left; width:200px; padding:8px 0 8px 20px; vertical-align:top; clear:both; background:url("../images/icon_channel.gif") no-repeat scroll 10px 12px transparent;  border-bottom:0 !important}
.flexdropdownmenu li a{
display: block;
width: 300px; /*width of menu (not including side paddings)*/
color: black;
background: #FFF;
border-bottom: 1px solid #CCCCCC;
text-decoration: none;
padding: 8px 5px; color:#3C3C3C
}
.flexdropdownmenu ul li a{width:270px;
}
* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 180px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background-color:#090; color:#FFF
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.flexdropdownmenu li.item-last a img{ padding-top:5px;}
