.menu-div {
	z-index: 9999px;
	float: left;
	list-style: none;
	margin-top: 10px; margin-right:30px;
}
.ddsmoothmenu {
}
.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 8px;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	font: normal 14px 'abeatbykairegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	line-height: 38px;
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #545454;
}
.ddsmoothmenu ul li a.selected {
	color: #000000;
}
.ddsmoothmenu ul li a:hover {
	color: #000000; border-bottom:2px solid #eaa500;
}
/* sub menus */
.ddsmoothmenu ul li ul {
	margin-top: 5px;
	position: absolute;
	padding: 5px;
	background: #f6a600;
	text-transform: none;
	width: 190px; /*width of sub menus*/
	left: -3000px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	text-transform: none;
	z-index: 1000;
	font-weight: bold;
	display: list-item; color:#FFF;
	border: 0px;
	margin-left: 0px;
	font: 13px 'robotoregular', Arial, Helvetica, sans-serif;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	margin-left: 12px;
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding: 6px 15px;
	line-height: 18px; color:#FFF !important;
	margin: 0;
	border-bottom:1px solid #d69000;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
	background: #e39900;
	color: #FFF !important;
}
.ddsmoothmenu ul li ul li a.selected {
	color: #FFF !important;
}
.ddsmoothmenu ul li ul li a:hover {
	color: #FFF; border-bottom:1px solid #d69000; background:#cb8900;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 16px;
	right: 6px;
}
.rightarrowclass {
	position: absolute;
	top: 12px;
	right: 10px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
