.amiant-css3-menu-navigation-bar {
	background: #4f4f4f;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#0A0A0A') !important; /* for IE */
	background-image: -webkit-linear-gradient(top, #4f4f4f, #0A0A0A);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4f4f), color-stop(100%, #0A0A0A));
	background-image: -moz-linear-gradient(top, #4f4f4f, #0A0A0A); /* Old Firefox < v10 */
	background-image: -moz-linear-gradient(to bottom, #4f4f4f, #0A0A0A);  /* New Firefox > v10 */
	background-image: -ms-linear-gradient(top, #4f4f4f, #0A0A0A);
	background-image: -o-linear-gradient(top, #4f4f4f, #0A0A0A);
	background-image: linear-gradient(top, #4f4f4f, #0A0A0A);
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* Navigation Bar Styles */

.amiant-css3-menu-navigation-bar .navigation-menu {
	margin: 0 !important;
	display: block;
}

.amiant-css3-menu-navigation-bar .navigation-menu li {
	float: left;
	position: relative;
	list-style: none;
}

/* main level link */
.amiant-css3-menu-navigation-bar .navigation-menu li > a {
	color: #DDDDDD !important;
	text-decoration: none !important;
	outline: none;
	
	display: block;
	padding: 8px 14px;
	margin: 0;
	
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	
	

	/*white-space: nowrap;*/
}

.amiant-css3-menu-navigation-bar .navigation-menu a.nav-with-sub {
	padding-right: ;
}

/* main level link hover */
.amiant-css3-menu-navigation-bar .navigation-menu a.nav-selected, .amiant-css3-menu-navigation-bar .navigation-menu a.nav-path-selected {
	background: #d30000;
	background: -moz-linear-gradient(top,  #d30000 0%, #8c0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d30000), color-stop(100%,#8c0000));
	background: -webkit-linear-gradient(top,  #d30000 0%,#8c0000 100%);
	background: -o-linear-gradient(top,  #d30000 0%,#8c0000 100%);
	background: -ms-linear-gradient(top,  #d30000 0%,#8c0000 100%);
	background: linear-gradient(to bottom,  #d30000 0%,#8c0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30000', endColorstr='#8c0000',GradientType=0 );
	color: #EEEEEE;
	filter: dropshadow(color=#2D5B64, offx=1, offy=1);
}

.amiant-css3-menu-navigation-bar .navigation-menu.nav li:hover > a {
	background: ;
	color: #DDDDDD;
	//transition: all .3s ease;
}

/* sub levels link */
.amiant-css3-menu-navigation-bar .navigation-menu ul li a, .amiant-css3-menu-navigation-bar .navigation-menu li li a {
	color: #CCCCCC !important;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

/* sub levels link hover */
.amiant-css3-menu-navigation-bar .navigation-menu ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#0A0A0A') !important; /* for IE */
	background-image: -webkit-linear-gradient(top, #4f4f4f, #0A0A0A) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4f4f), color-stop(100%, #0A0A0A)) !important;
	background-image: -moz-linear-gradient(top, #4f4f4f, #0A0A0A) !important; /* Old Firefox < v10 */
	background-image: -moz-linear-gradient(to bottom, #4f4f4f, #0A0A0A) !important;  /* New Firefox > v10 */
	background-image: -ms-linear-gradient(top, #4f4f4f, #0A0A0A) !important;
	background-image: -o-linear-gradient(top, #4f4f4f, #0A0A0A) !important;
	background-image: linear-gradient(top, #4f4f4f, #0A0A0A) !important;
	
	color: #EEEEEE !important;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* level 2 list */
.amiant-css3-menu-navigation-bar .navigation-menu ul {
	background: #4f4f4f;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#0A0A0A') !important; /* for IE */
	background-image: -webkit-linear-gradient(top, #4f4f4f, #0A0A0A);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4f4f), color-stop(100%, #0A0A0A));
	background-image: -moz-linear-gradient(top, #4f4f4f, #0A0A0A); /* Old Firefox < v10 */
	background-image: -moz-linear-gradient(to bottom, #4f4f4f, #0A0A0A);  /* New Firefox > v10 */
	background-image: -ms-linear-gradient(top, #4f4f4f, #0A0A0A);
	background-image: -o-linear-gradient(top, #4f4f4f, #0A0A0A);
	background-image: linear-gradient(top, #4f4f4f, #0A0A0A);

	display: none;
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	top: 37px;
	left: 0;
	
	border: solid 1px #555555;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;	
	
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	-o-box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
	
	transition: all .3s ease;
}

/* dropdown */
.amiant-css3-menu-navigation-bar .navigation-menu li:hover > ul {
	display: block;
}

.amiant-css3-menu-navigation-bar .navigation-menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}

.amiant-css3-menu-navigation-bar .navigation-menu ul a {
	font-weight: normal;
}

/* level 3+ list */
.amiant-css3-menu-navigation-bar .navigation-menu ul ul {
	left: 195px;
	top: 0px;
}

/* rounded corners for first and last child */
.amiant-css3-menu-navigation-bar .navigation-menu ul li:first-child > a {
	
}

.amiant-css3-menu-navigation-bar .navigation-menu ul li:last-child > a {
	
}

/* clearfix */
.amiant-css3-menu-navigation-bar .navigation-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
