﻿/*div*/
.dnnMenu{
position: relative;
margin: -1px 0px 0px 0px;
padding: 0px;
height:62px;
line-height: 62px;
white-space: nowrap;
text-transform: lowercase;
text-align: left;
}

/*Menu - RootLevel*/
/*ul*/
.dnnMenu .topLevel{
position: relative;
float: left;
margin: 0px;
padding: 0px;
display: block;
left: 0px;
}
/*div & ul clear*/
.dnnMenu::after, 
.dnnMenu .topLevel::after{
content: "";
display: block;
height: 0px;
overflow: hidden;
line-height: 0px;
font-size: 0px;
clear: both;
visibility: hidden;}
/*li*/
.dnnMenu .topLevel li.item{
position:relative;
float:left;
margin:0px;
padding: 0px;
list-style-type:none;
clear: none;}
/*a*/
.dnnMenu .topLevel li.item .link {
margin: 0px;
padding: 0px;
display: block;
text-decoration: none;
cursor: pointer;
outline: 0;}
/*a hover & selected*/
.dnnMenu .topLevel li.item .link:hover, 
.dnnMenu .topLevel li.item.hover .link, 
.dnnMenu .topLevel li.item.selected .link {
background: url(images/nav-hover-left.png) 0 0 no-repeat;
padding: 0px 0px 0px 6px;
}
/*span wrap*/
.dnnMenu .topLevel li.item .textwrap {
margin: 0px;
padding: 0px;
display:block;
}

/*span wrap hover & selected*/
.dnnMenu .topLevel li.item .link:hover .textwrap,
.dnnMenu .topLevel li.item.hover .textwrap,
.dnnMenu .topLevel li.item.selected .textwrap
{
background: url(images/nav-hover-right.png) 100% 0 no-repeat;
padding: 0px 11px 0px 0px;
}
/*span text*/
.dnnMenu .topLevel li.item  .text {
padding: 0px 20px 0px 15px;
margin: 0px 0px 0px 0px;
display: block;
color: #b86E00;
font-family: Y2KNeophyteRegular, Verdana, Tahoma, Helvetica, Arial, Geneva, sans-serif;
font-size: 22px;
font-weight: normal;}
/*span text hover & selected*/
.dnnMenu .topLevel li.item .link:hover .text, 
.dnnMenu .topLevel li.item.hover  .text, 
.dnnMenu .topLevel li.item.selected  .text
{
background: url(images/nav-hover-mid.png) 0 0 repeat-x;
color: white;
padding: 0px 9px 0px 9px;}

/*SubMenu - 1st Level*/
.dnnMenu .topLevel .subLevel{display:none;position:absolute;width:auto;margin:0;padding:0;z-index:1210;/*top:60px;*/}
.dnnMenu .topLevel li.item.hover .subLevel{display:block;white-space:nowrap;}
.dnnMenu .topLevel .subLevel ul{margin:0;padding:0;position:relative;z-index:1200;}
.dnnMenu .topLevel .subLevel li.item{float:none;clear:both;width:100%;}
.dnnMenu .topLevel .subLevel li.item .link{background:url(images/PanelBGMR.png) no-repeat right 0;padding:0px; }
.dnnMenu .topLevel .subLevel li.item .textwrap{display:block;background:url(images/PanelBGML.png) no-repeat 0 0;line-height:25px;padding:0 0 0 10px;margin-right:10px;}
.dnnMenu .topLevel .subLevel li.item .link:hover .textwrap{background:url(images/PanelBGML.png) no-repeat 0 0;padding:0 0 0 10px;margin-right:10px;}
.dnnMenu .topLevel .subLevel li.item .text{color:#c11820; font-size: 18px; background:none;padding:0px;margin:0px; padding: 0 7px;}
.dnnMenu .topLevel .subLevel li.item .link:hover .text{color:#5B1011; /*background:none;*/padding:0px;margin:0px;     background:url(images/dropMenu_bullet.png) no-repeat 0 center; padding: 0 7px;}
.dnnMenu .topLevel .subLevel li.item.selected .text{color:#5B1011; background:url(images/dropMenu_bullet.png) no-repeat 0 center; /*text-decoration:underline;*/ }
.dnnMenu .topLevel .subLevel li.item.first > .link {background:url(images/PanelBGTR.png) no-repeat right 11px;}
.dnnMenu .topLevel .subLevel li.item.first > .link  .textwrap{background:url(images/PanelBGTLS.png) no-repeat 0 0;/*line-height:25px;*/padding-top:15px;}
.dnnMenu .topLevel .subLevel li.item.last > .link {background:url(images/PanelBGBR.png) no-repeat right bottom;}
.dnnMenu .topLevel .subLevel li.item.last > .link  .textwrap{background:url(images/PanelBGBL.png) no-repeat 0 bottom;/*line-height:25px;*/padding-bottom:6px;}
.dnnMenu .topLevel .subLevel li.item.first.last > .link {background:url(images/PanelBGNR.png) no-repeat right bottom;}
.dnnMenu .topLevel .subLevel li.item.first.last > .link  .textwrap{display:block;background:url(images/PanelBGNLS.png) no-repeat 0 bottom;line-height:30px;padding:12px 0 1px 10px;}

/*
.dnnMenu .subLevelRight{display:none;position:absolute;left:100%;top:-6px;width:auto;margin:0 0 0 -3px;}
.dnnMenu .subLevel li.first > .subLevelRight{top:8px;}
.dnnMenu .subLevel li.first.last > .subLevelRight{top:2px;}
.dnnMenu .subLevel li.hover > .subLevelRight{display:block;}
.dnnMenu .subLevel li.first > .subLevelRight li.first > .subLevelRight {top:0px;}
.dnnMenu .subLevelRight ul{display:block;}
.dnnMenu .subLevelRight ul li{position:relative;}
.dnnMenu .subLevelRight ul li a{display:block;}
.dnnMenu .subLevelRight ul li a div{display:block;white-space:nowrap;}
.dnnMenu .subLevelRight ul li.first > a{background:url(images/PanelBGTR.png) no-repeat right 0;}
.dnnMenu .subLevelRight ul li.first > a div{background:url(images/PanelBGTL.png) no-repeat 0 0;line-height:24px;padding:6px 0 0 15px;}
.dnnMenu .subLevelRight ul li.first.last > a div{background:url(images/PanelBGNL.png) no-repeat 0 bottom;padding:6px 0 0 15px;}
*/