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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
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: 180px; /*width of menu (not including side paddings)*/
color: black;
background-color: #E82709;
font:normal 12px Verdana, Helvetica, sans-serif;
text-decoration: none;
padding: 5px 5px ;
border-bottom: 0px solid #AE1B04;
border-right: 0px solid #fff;
color:#fff;
line-height: 19px;border-radius:5px; margin-top:2px;
}

* 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: #067FC4;
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{
	
	list-style:none;
		float:right;
		margin-top:15px;
		padding-right:5px;
		
		height:auto;
	
		width:auto;
		

}
.mattblackmenu ul li{
		list-style:none;
		float:left;
		height:auto;}
		
		.mattblackmenu ul li a {
		list-style:none;
		float:left; line-height:40px; padding:0px 20px; margin:0px 5px; font-size:14px; font-weight:bold; text-transform:uppercase;border-radius:5px; text-decoration:none}
		
		.mattblackmenu ul li a:hover { background: #e72e07; /* Old browsers */
background: -moz-linear-gradient(top,  #e72e07 0%, #fa441e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e72e07), color-stop(100%,#fa441e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e72e07 0%,#fa441e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e72e07 0%,#fa441e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e72e07 0%,#fa441e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e72e07 0%,#fa441e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72e07', endColorstr='#fa441e',GradientType=0 ); /* IE6-9 */
color: #fff;}




.s1 .active1,
.s2 .active2,
.s3 .active3,
.s4 .active4,
.s5 .active5 {
background: #e72e07; /* Old browsers */
background: -moz-linear-gradient(top,  #e72e07 0%, #fa441e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e72e07), color-stop(100%,#fa441e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e72e07 0%,#fa441e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e72e07 0%,#fa441e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e72e07 0%,#fa441e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e72e07 0%,#fa441e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72e07', endColorstr='#fa441e',GradientType=0 ); /* IE6-9 */

color:#fff;
}





