.dd_menubar {
	height: 41px;
	background-image: url(images/ddmenu/menubarbg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.dd_navlink {
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.dd_navlinkimg {
	margin: 0px;
	border: 0px;
}
.dd_navlinkhover {
	position: absolute;
	border: 0px;
	padding: 0px;
	z-index: 4999;
	margin: 0px;
}
.dd_menu {
	position: absolute;
	left: 200px;
	top: 300px;
	display: none;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	z-index:10000;
}
.dd_menu_inner {
	min-height: 50px;
	width: 100%;
	display: table;
	position: relative;
}
.dd_menu_borderimg {
	margin: auto;
	padding: 0px;
	border: 0px;
	font-size: 1px;
}
.dd_menu_border_lt {
	/*background-image: url(images/ddmenu/menubg_lt.png);*/
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width:7px; 
	height: 9px;
}
.dd_menu_border_rt {
	/*background-image: url(images/ddmenu/menubg_rt.png);*/
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width:4px; 
	height: 9px;
}
.dd_menu_border_t {
	/*background-image: url(images/ddmenu/menubg_t.png);*/
	background-position: top left;
	background-repeat:repeat-x;
	margin: 0px;
	margin-left: 7px;
	margin-right: 4px;
	#margin-right:0px;
	#margin-left:0px;
	_margin-left:0px;
	_margin-right:0px;
	z-index: 1001;
}
.dd_menu_border_lb {
	/*background-image: url(images/ddmenu/menubg_lb.png);*/
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width:7px; 
	height: 5px;
}
.dd_menu_border_rb {
	/*background-image: url(images/ddmenu/menubg_rb.png);*/
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width:4px; 
	height: 5px;
}
.dd_menu_border_b {
	/*background-image: url(images/ddmenu/menubg_b.png);*/
	background-position: top left;
	background-repeat:repeat-x;
	margin: 0px;
	margin-left: 7px;
	margin-right: 4px;
	z-index: 1001;
	#margin-right:0px;
	#margin-left:0px;
	_margin-left:0px;
	_margin-right:0px;
	#margin-top:-1px;
	#border-top:solid 2px #F6CA20;
	#padding-top:2px;
}
.dd_menu_border_l {
	/*background-image: url(images/ddmenu/menubg_l.png);*/
	background-position: top left;
	background-repeat: repeat-y;
}
.dd_menu_border_r {
	/*background-image: url(images/ddmenu/menubg_r.png);*/
	background-position: top right;
	background-repeat: repeat-y;
}
.dd_section {
	float: left;
	clear: none;
	background-color: #f6ca22;
	width: 200px;
	display: table;
	margin-top: -11px;
	position: relative;
	padding-right: 10px;
	padding-left: 20px;
}
.dd_sectiondiv {
	position: absolute;
	top: 10px;
	right: 0px;
}
.dd_link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 3px;
	float: left;
	clear: both;
	margin-right: 10px;
	display:inline;
	width: 100%;
	!important;
}
.dd_link:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 3px;
	float: left;
	clear: both;
	margin-right: 10px;
	display:inline;
	width: 100%;
	!important;
}
.dd_link:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 3px;
	float: left;
	clear: both;
	margin-right: 10px;
	display:inline;
	width: 100%;
	!important;
}
.dd_link:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 3px;
	float: left;
	clear: both;
	margin-right: 10px;
	display:inline;
	width: 100%;
	!important;
}
.dd_link:hover {
	text-decoration: underline;
	!important;
}
.dd_linkhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 7px;
	margin-top: 10px;
	float: left;
	clear: both;
	margin-right: 20px;
	!important;
	}
.dd_linkhead:active {
	text-decoration: none;
	color: #000000;
	!important;
}
.dd_linkhead:link {
	text-decoration: none;
	color: #000000;
	!important;
}
.dd_linkhead:visited {
	text-decoration: none;
	color: #000000;
	!important;	
}
.dd_linkhead:hover {
	text-decoration: underline;
	color: #000000;
	!important;	
}
.dd_level1 {
	margin-left: 0px;
}
.dd_level1 a:active{
	margin-left: 0px;
	color:#333;
}
.dd_level1 a:link{
	margin-left: 0px;
	color:#333;
}
.dd_level1 a:visited{
	margin-left: 0px;
	color:#333;
}
.dd_level1 a:hover{
	margin-left: 0px;
	color:#000000;
}
.dd_level2 {
	margin-left: 20px;
}
.dd_level3 {
	margin-left: 40px;
}
.dd_level4 {
	margin-left: 80px;
}
