.super-menu {
	width: 100%;
	background: #000000;
}
.nav-i {
	float: left;
	width: 14px;
	margin-right: 10px;
	margin-top: 1px;
}
#ddmenu {
	display: block;
	font-family: 'Roboto Condensed';
	text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
	letter-spacing: normal;
	margin: auto;
	margin-top: 2px;
	z-index: 99999999;
}
#ddmenu ul {
	padding: 0;	
	text-align: center; /* Alignment of each top-level menu items within the UL */
	width: 100%;
	font-size: 0;
	display: inline-block;
	list-style: none;
	position: relative;
	max-width: 1200px;
	z-index: 9999999;
}
/*Tooltip Purchase Reminder*/
#ddmenu li {
	margin: 0;
	padding: 0 6px;
	font-size: 17px;
	display: inline-block;
	position: relative;
	color: #fff;
	line-height: 40px; /*This determines the height of the menu*/
	vertical-align: middle;
	transition: background-color 0.2s;
	font-weight: normal;
	text-decoration: none;
}
#ddmenu .full-width {
	position: static;
}
#ddmenu .over {
	color: #fff;
	text-decoration: none;
	background-color: #1E427E;
}
#ddmenu .current {
	color: #fff;
	background-color: #1E427E;
}
#ddmenu .over.no-sub {
}
#ddmenu .top-heading {
	/*font-weight: bold;*/
	margin: 0 8px;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	outline: 0;
	cursor: pointer;
}
/* links of top-heading */
#ddmenu a, #ddmenu a:link, #ddmenu a:hover {
	color: inherit;
}
#ddmenu a:hover {
	text-decoration: none;
}
#ddmenu a:focus {
	outline: 1px dotted #09F;
}
/* caret(arrow icon) */
#ddmenu .caret {
	color: inherit;
	left: -12px;
	width: 0;
	height: 0;
	overflow: hidden;/*for IE6*/
	vertical-align: middle;
	margin-bottom: 2px;
	border-top: 4px solid;/*caret size is 4px now*/
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	display: inline-block;
	position: relative;
}
#ddmenu .dropdown {
	width: auto;
	left: 0px;
	color: #000;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	overflow: hidden;
	top: 100%;
	/*border: 1px solid rgba(255,255,255,0.35);
	border-top: none;*/	
	background-color: rgba(0,0,0,0.2);
	background-color: #ccc \9;/*fallback for old IE*/
	z-index: 99999999;
}
#ddmenu .full-width .dropdown {
	width: 100%;
	padding: 0;
	margin: 0;
}
#ddmenu .offset300 {
	left: -300px;
	right: auto;
}
#ddmenu .right-aligned {
	left: auto;
	right: 0px;
}
#ddmenu .over .dropdown {
	display: block;
}
#ddmenu .dd-inner {
	text-align: center;
	padding: 15px;	
	background-color: #FFF;
	white-space: nowrap;
	font-size: 15px;
}
#ddmenu ul ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	background: none;
	border: none;
	display: block;
	position: static;
	z-index: 0;
	border-radius: 0;
}
#ddmenu ul ul li {
	font-size: 14px;
	padding: 5px 0; /*It determines the line height*/
	color: inherit;
	line-height: 1;
	margin: 0;
	border-bottom: 1px solid #B2B2B2;
	display: block;
	position: static;
	background: none;
	transition: none;
	border-radius: 0;
}
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a {
	color: #808080;
	line-height: 1;
	text-decoration: none;
	transition: color 0.4s;
}
#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus {
	text-decoration: none;
	color: #31825E
}
/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column {
	text-align: left;
	vertical-align: top;/*or middle*/
	display: inline-block;
    *display:inline;
    *zoom:1;
	white-space: normal;
	width: auto;
	min-width: 200px;
	padding: 0 10px 0 10px;
	/*border-right: 1px solid #999;*/
}
#ddmenu .dd-inner ul:last-child {
	border-right: none;
}
#ddmenu h3 {
	font-weight: 500;
	line-height: 1.1;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 22px;
}
#ddmenu div.column h3 {
	text-transform: uppercase;
}
/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {
	display: none;
}
/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon {
	display: none; /* hide menu icon initially */
}
.ttt {
	max-width: 170px;
}
.nav-menu {
	display: none;
	float: left;
	color: #fff;
	font-size: 16px;
}
@media only screen and (max-width: 1200px) {
#ddmenu li {
	padding: 0 15px;
}
}
@media only screen and (max-width: 1140px) {
#ddmenu li {
	padding: 0 10px;
}
}
/*styles for mobile*/
@media only screen and (max-width: 1050px) {
#ddmenu {
	display: block;
	float: none;
	background: #000;
	margin-top: 5px;
	z-index: 9999999;
}
#ddmenu .column.mayHide {
	display: none;
}
.super-menu {
	margin-top: 5px;
	background: #ccc
}
#ddmenu .dropdown {
	background: #ccc;
}
/*override the original settings*/
#ddmenu ul {
	width: 100%;
	display: none;
	border-radius: 0;
	background: #ccc;
}
#ddmenu li {
	position: relative;
	display: block;
	font-size: 18px;
	text-align: left;
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
}
#ddmenu .full-width {
	position: relative;
}
#ddmenu .dropdown {
	position: relative;
    *top:auto;/*for IE7*/
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #FFF;
}
#ddmenu .offset300 {
	left: 0;
}
#ddmenu .full-width .dropdown {
	width: auto;
}
#ddmenu .dd-inner {
	margin: 0;
	background: none;
	text-align: left;
}
/*turn each column to list vertically instead of horizontally */
#ddmenu .column {
	width: auto;
	padding: 0 0 0 20px;
	border: none;
	display: block;
}
/*move the arrow icon to right*/
#ddmenu .caret {
	position: absolute;
	left: auto;
	right: 14px;
	top: 20px;
	color: #000;
	border-width: 5px;
}
.nav-menu {
	display: block;
	font-size: 20px;
	margin-top: 9px;
	margin-left: 12px;
}
/* All the following are for the .menu-icon (pure CSS) */
#ddmenu .menu-icon {
	font-size: 32px;/*icon size*/
	display: block;
	position: relative;
	width: 40px;
	height: 42px;
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	/*background-color: #eee;*/
	border-radius: 3px;
	margin-bottom: 6px;
	/*align the icon to the right*/
	margin-left: auto;
	margin-right: 11px;
}
#ddmenu .menu-icon::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 4px;
	width: 1em;
	height: 0.125em;
	border-top: 0.375em double #fff;
	border-bottom: 0.125em solid #fff;
	box-sizing: content-box;
}
#ddmenu .menu-icon-active {
	background-color: #E2E2E2;
	color: #000;
}
#ddmenu .menu-icon-active::before {
	border-color: #222;
}
}
