﻿

.menu {
	position: absolute;
	margin-left: 260px;
	margin-top: 62px;
}

.ddsmoothmenu {
	margin-top: 9px;
	width: auto;
	display: block;
	float: left;
	
}
/*ul*/
.ddsmoothmenu ul {
	background: transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:100;
	float: left;
}
.ddsmoothmenu ul li ul {
	background: #5e9941;
	margin-left: -10px;
	position: absolute;
	left: 0;
	float: none;
	display: none;
	overflow: visible;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .2);
	padding: 5px 0px 0px 5px;
}
.ddsmoothmenu ul li ul li ul {
	margin-left: 7px;
	margin-top: -1px;
	top: 0;
}
/*li*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	box-shadow: none !important;
	margin-bottom: 5px;
}
.ddsmoothmenu ul li ul li:first-child a {
}
.ddsmoothmenu ul li ul li:last-child a {
	}
/*a*/
.ddsmoothmenu ul li a {
	padding: 6px 5px 10px 10px;
	line-height: 1em;
	text-decoration: none;
	outline: none;
	display: block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.31s ease;
	transition: all 0.3s ease;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 3px;
	margin-right: 15px;
}

.ddsmoothmenu ul li a:visited {
	color: #fff;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
	background-position: left -15px;
	color: #fff;
	background-image: url('../images/menu-arrow.png');
	background-repeat: no-repeat;
}


.ddsmoothmenu ul li ul li a {
	width: 140px; /*width of sub menus*/
	padding: 10px;
	margin: 0;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 400;
	border: 0;
	text-transform: none;
	display: block;
}

.ddsmoothmenu ul li li a:hover, .ddsmoothmenu ul li li a.selected {
	background: #548d40;
	color: #fff !important;
}

.downarrowclass {
	background-image: none;
	display: none;
	}


* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	color: #000;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
}
/* CSS classes applied to down and right arrow images */


