#dnnMenu{width:100%; height:auto;margin:0; padding:0;}
#dnnMenu ul{z-index:223; white-space:nowrap;margin:0; padding:0;}
#dnnMenu .topLevel{position:relative;}
#dnnMenu .topLevel li{float:left;margin:0;list-style-type:none;position:relative;margin-left:0px;}

#dnnMenu .topLevel li a{display:block; white-space:nowrap; background:none; text-decoration:none;}
#dnnMenu .topLevel li a div{display:block; background:url(images/menusep.png) right bottom no-repeat; padding-right:2px;}
#dnnMenu .topLevel li a div div{display:inline-block;color:#ffffff; font-weight:400;  height:49px; line-height:49px; padding:0 18px; background:none; font-size:14px; }

#dnnMenu .topLevel li a:hover, #dnnMenu .topLevel li a:active{ white-space:nowrap; background:url(images/menusel.png) left bottom repeat-x; text-decoration:none;}
#dnnMenu .topLevel li a:hover div, #dnnMenu .topLevel li a:active div{background:url(images/menusep.png) right bottom no-repeat; padding-right:2px;}
#dnnMenu .topLevel li a:hover div div, #dnnMenu .topLevel li a:active div div{color:#ffffff; font-weight:400; cursor:pointer; background:none; line-height:49px; padding:0 18px; font-size:14px; text-decoration:none;}

#dnnMenu .topLevel li.breadcrumb a{white-space:nowrap; background:url(images/menusel.png) left bottom repeat-x;text-decoration:none;}
#dnnMenu .topLevel li.breadcrumb a div{background:url(images/menusep.png) right bottom no-repeat;  padding-right:2px;}
#dnnMenu .topLevel li.breadcrumb a div div{color:#ffffff; font-weight:400; cursor:pointer; background:none; line-height:49px; padding:0 18px; font-size:14px;}

#dnnMenu .topLevel li.last a div, #dnnMenu .topLevel li.last a:hover div, #dnnMenu .topLevel li.last a:active div{background:none;}
#dnnMenu .topLevel>li.first a, #dnnMenu .topLevel>li.first a:hover, #dnnMenu .topLevel>li.first a:active{border-left:1px solid #656565;}



#dnnMenu .subLevel{display:none; position:absolute; width:auto; margin:0; padding:0; z-index:1210; border:solid 1px #656565; *width:200px;*top:100%;*left:0; background:#4b4b4b; }
#dnnMenu .topLevel li.hover .subLevel { display:block; white-space:nowrap;}
#dnnMenu .subLevel ul{ margin:0; padding:0; position:relative; z-index:1200; }
#dnnMenu .subLevel li{ float:none; clear:both; width:100%;}
#dnnMenu .subLevel li.haschild { *margin-bottom:-3px; }

#dnnMenu .subLevel li.item a{ border-top: solid 0px #d4d4d4; background:none; text-decoration:none; *width:200px; /*IE7*/}
#dnnMenu .subLevel li.selected a, #dnnMenu .subLevel li.breadcrumb a, #dnnMenu .subLevel li.item a:hover{background:none;} 

#dnnMenu .subLevel li.first > a{ border-top: none; background:none; padding-left:0;}
#dnnMenu .subLevel li.first a:hover ,#dnnMenu .subLevel li.first.breadcrumb a{ background:none; padding-left:0;}

#dnnMenu .subLevel li.first.selected a div, #dnnMenu .subLevel li.last.selected a div{background:#9d1b17; padding:0 30px 0 20px;}


#dnnMenu .subLevel li.item a div{ display:block; background:none; font-size:13px; color:#ffffff; font-weight:400; white-space:nowrap; height:31px; line-height:31px; padding:0 35px 0 15px;  
	 -webkit-transition: all 0.2s linear 0s;  
     -moz-transition: all 0.2s linear 0s;  
     -o-transition: all 0.2s linear 0s;  
     -ms-transition: all 0.2s linear 0s;  
     transition: all 0.2s linear 0s; }
#dnnMenu .subLevel li.selected > a div, #dnnMenu .subLevel li.breadcrumb > a div, #dnnMenu .subLevel li.item a:hover div { background:#9d1b17; color:#ffffff; cursor:pointer;   padding:0 30px 0 20px;
	 -webkit-transition: all 0.2s linear 0s;  
     -moz-transition: all 0.2s linear 0s;  
     -o-transition: all 0.2s linear 0s;  
     -ms-transition: all 0.2s linear 0s;  
     transition: all 0.2s linear 0s; }

#dnnMenu .subLevel li.haschild > a div{ background:url(images/child-arrow2.png) no-repeat right center;}
#dnnMenu .subLevel li.selected.haschild > a div,#dnnMenu .subLevel li.breadcrumb.haschild > a div, #dnnMenu .subLevel li.item.haschild > a:hover div { background:url(images/child-arrow2.png) no-repeat right center #9d1b17; }

#dnnMenu .subLevelRight{ display:none; position:absolute; left:100%; top:0px; width:auto; margin:0px 0 0 0; border:solid 1px #656565; background:#4b4b4b; padding:0 0;}
#dnnMenu .subLevel li.hover > .subLevelRight{ display:block; }

#dnnMenu img {max-height: 28px; margin-right: 6px; vertical-align: middle;}

