/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
font:normal 12px Verdana, Helvetica, sans-serif;
border:0px solid #000;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;}

.ddsubmenustyle li a{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: black;
background-color: #0083db;
font:normal 12px Verdana, Helvetica, sans-serif;
text-decoration: none;
padding: 5px 5px ;
border-bottom: 1px solid rgb(0, 82, 185);
border-right: 0px solid #fff;
color:#fff;
line-height: 19px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 140px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #f25504;
color: white;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left:4px;
border: 0;
display:none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width:970px;
float: left;
border:0px solid #000;
background-image: url(../../images/menu-bg.jpg);background-repeat: repeat;background-position: right;line-height:35px; height:35px;
}

.mattblackmenu li{
float: left;
margin: 0;
background-image: url(../../images/menu_dots.html);background-position: right;
}

.mattblackmenu li em{
background-image: url(../../images/arrow-down.html);}

.mattblackmenu li img{
float:left;}

.mattblackmenu li a{
float: left;
padding:0px 30px 0px 30px; /*padding inside each tab*/
text-decoration: none;
background-image: url(../../images/menu-bg.jpg);background-repeat: repeat-x;
font:bold 12px verdana,Arial, Helvetica, sans-serif;
color:#fff; text-transform:capitalize;
line-height:35px;
}

.mattblackmenu li a:hover{ 
background-image: url(../../images/menu_bg_hover.jpg);background-repeat:repeat-x;color: #fff; }

.mattblackmenu a.selected{
background-image: url(../../images/menu_bg_hover.jpg);background-repeat:repeat-x;color: #fff; }

.s1 .active1,
.s2 .active2,
.s3 .active3,
.s4 .active4,
.s5 .active5,
.s6 .active6,
.s7 .active7,
.s8 .active8,
.s9 .active9,
.s10 .active10,
.s11 .active11,
.s12 .active12{
background-image: url(../../images/menu_bg_hover.jpg);background-repeat:repeat-x;color:#fff;
}

.mattblackmenu li span a{
float: left; background-image: url(../../images/menu_left.jpg);background-repeat: repeat-x;
}
.mattblackmenu span a.selected{
background-image: url(../../images/menu_left_hover.jpg);background-repeat:repeat-x;color: #fff; }

.mattblackmenu li span a:hover{ 
background-image: url(../../images/menu_left_hover.jpg);background-repeat:repeat-x;color: #fff; }

.1 .active1{
background-image: url(../../images/menu_left_hover.jpg);background-repeat: no-repeat;background-position: left;color:#fff;
}



