/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu{
	background: none; /*background of menu bar (default state)*/
	margin:10px 0 0 0px;
	font-size:11px;
	float:right;
	width:960px;
}
.mattblackmenu ul{
border:none;
padding: 7px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}
.mattblackmenu li{display:inline; margin: 0; padding:10px; background:url(../images/divider.png) no-repeat right center;/*border-right:1px solid #363636;*/
}
.mattblackmenu li a{
	text-decoration:none;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#464646;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	font-family: 'swis721_cn_btroman';
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
.mattblackmenu ul li.current a, .mattblackmenu ul li.current a{
	background-color: #9ECDFC;
	background-image: none;
}
.mattblackmenu ul li.bg-none{ background:none;}
/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font:normal 12px/24px 'oswaldregular', Arial, Helvetica, sans-serif;letter-spacing:1px; text-transform:uppercase; color:#464646;margin: 0;padding: 0;position: absolute;left: 0;top: 0;list-style-type: none;border:none;background:#dbdbdb;visibility: hidden;z-index: 100;border:0px solid #161616;}
.ddsubmenustyle ul li{margin: 0;padding:0;}
.ddsubmenustyle li a{
display: block;
width: 145px; /*width of menu (not including side paddings)*/
color: #464646;
background: url(../images/left.gif) no-repeat 8px 16px;
text-decoration: none;
padding: 6px 7px 6px 20px;
border-bottom:1px dotted #a4a4a4;
}

* 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: url(../images/left.gif) no-repeat 8px 16px #e7e7e7;
text-decoration:none;
}

/* ######### 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: 5px;
left: 0px;
border: 0;
}

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