/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;

visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;

}

.ddsubmenustyle li a{
display: block;
width: 215px; /*width of menu (not including side paddings)*/
color: #fff;
background:rgba(186,1,16,0.9);
text-decoration: none; font-size :12px; font-family :Arial;
line-height :30px;
padding: 0px 10px 0px 11px; font-weight:bold;  border-bottom:1px solid rgba(255,255,255,0.4);
}

.ddsubmenustyle li a:hover {background:rgba(154,4,13,1);}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
display:none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/

position: absolute;
padding-top: 0px;
margin-top :9px;
left: 100px;
border: 0; display:none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu { float :left; width :100%; 	margin-top:0px; background :url(images/bg-menu.png) repeat-x;
                box-shadow: 0px 0px 3px #cacaca; 
-webkit-box-shadow: 0px 0px 3px #cacaca; 
-moz-box-shadow: 0px 0px 3px #cacaca; 
}
.mattblackmenu ul
{
	float :left ;
     margin :0;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    width: 1000px;
    height: 34px; 
}
.mattblackmenu li{
    display: inline; float :left ;
    height: 34px;
    margin: 0;
}
.mattblackmenu li a
{
	float :left ;
    display: block;
    text-decoration: none;
    margin: 0;
    height: 34px;
	line-height: 34px;
    padding:0px 12px 0px 10px ; 
    color: #fff; text-transform :uppercase ;
    font-size :12px; font-weight :bold ; font-family : Arial , Tahoma ;
    background:url(images/menu-line.png) no-repeat right center;
}
.mattblackmenu li:last-child a {  background:none;}

.mattblackmenu li a:hover
{
	 color:#fdd400;
}   

.mattblackmenu li.activefirst a{
    color :#fff; background:#ef1f2f; 
}
.mattblackmenu li.active a{
    color :#fff; background:url(images/menu-line.png) no-repeat right center #ef1f2f; 
}