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

.mattblackmenu ul{
margin: 0; padding: 0; font: Normal 12px Arial, Helvetica, sans-serif; list-style-type: none; overflow: hidden; width: 100%; }

.mattblackmenu li{
display: inline; margin: 0; float:left; }

.mattblackmenu li a{
float: left; display: block; line-height:35px; font-weight:bold; text-decoration: none; margin:0; padding: 4px 14px; color:#fff; }

.mattblackmenu li a:visited{
color: #fff; }

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

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

#index .mattblackmenu li.current1 a,
#pro1 .mattblackmenu li.current2 a,
#pro2 .mattblackmenu li.current3 a,
#pro3 .mattblackmenu li.current4 a,
#pro4 .mattblackmenu li.current5 a,
#pro5 .mattblackmenu li.current6 a,
#pro6 .mattblackmenu li.current7 a,
#pro7 .mattblackmenu li.current8 a,
#pro8 .mattblackmenu li.current9 a,
#pro9 .mattblackmenu li.current10 a,
#pro10 .mattblackmenu li.current11 a,
#contact .mattblackmenu li.current12 a {
background:url(../../images/menu-bg-h.jpg) repeat-x; color:#fff; }

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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana; margin: 0; padding: 0; position: absolute; left: 0; top: 0; list-style-type: none;  border-bottom-width: 0; visibility: hidden; z-index: 100; margin-top:0px;}

.ddsubmenustyle li a{
display: block; width: 160px; color: #000;  background-color: #F5F5F5; text-decoration: none; padding: 8px 5px; border-bottom: 1px solid #FFFFFF; margin-top:0px;}

* html .ddsubmenustyle li{ 
display: inline-block; width: 170px; }

.ddsubmenustyle li a:hover{
background-color: #F7763A; color: #fff; }

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

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

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

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