﻿.menu {
	float: right;
}

.right-box {
	z-index: 1000;
	position: absolute;
	width: 100%;
	margin-top: 20px;
}

.right-box .menu-bar {
	width: 962px;
	height: 70px;
	margin: 0 auto 0 auto;
	background-image: url('../images/menu-bg.png');
	background-repeat: no-repeat;
	padding: 10px 0 10px 0;	
}

.logo-box {
	float: left;
	width: 202px;
	height: 65px;
	margin-left: 15px;
	padding-right: 50px;
}


.block li:nth-last-child(1){
	border-bottom:none;
}

.navbar {
	width: 250px;
	height: 30px;
	position: absolute;
	margin-top: -40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 10px;
}

.ddsmoothmenu {
	margin-top: 9px;
	width: auto;
	display: block;
	float: left;
	
}

/*ul*/
.ddsmoothmenu ul {
	background: transparent;
	margin: 11px 0 0 0;
	padding: 0;
	list-style-type: none;
	z-index:100;
	float: left;
}

.ddsmoothmenu ul li ul {
	background: #A30800;
	margin-left: 10px;
	position: absolute;
	left: 0;
	float: none;
	display: none;
	overflow: visible;
	box-shadow: 0 2px 2px 1px rgba(0, 102, 179, .2);
	margin-top: 2px;
	z-index: 9999;
}

.ddsmoothmenu ul li ul li ul {
	margin-left: 0px;
	margin-top: 0px;
	top: 0;
}

/*li*/
.ddsmoothmenu ul li {
	background-position: right 10px;
	position: relative;
	display: inline;
	float: left;
	margin-left: 5px;
	padding-right: 5px;
}

.ddsmoothmenu ul li.last {
	background-position: right 10px;
	position: relative;
	display: inline;
	float: left;
	background-image: none;
	padding-right: 10px;
}

.ddsmoothmenu ul li ul li{
	background-position: right 10px;
	position: relative;
	display: inline;
	float: left;
	background-image: none;
}


.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	box-shadow: none !important;
	margin-left: 0px;
	padding-right: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #800600;
}

.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 span {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: 400;
	text-transform:lowercase;
}

.ddsmoothmenu ul li a span:hover {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0ad6e7;
	font-weight: 400;
	text-transform:lowercase;
}


.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
	background-position: left -15px;
	color: #0ad6e7;
}
.ddsmoothmenu ul li ul li a {
	width: 150px; /*width of sub menus*/;
	padding: 10px;
	margin: 0;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-weight:400;
	color: #fff;
	border: 0;
	text-transform: none;
	display: block;
}

.ddsmoothmenu ul li li a:hover, .ddsmoothmenu ul li li a.selected {
	background: #fff;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-weight: 400;
	color: #000 !important;
}


* 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 */
.downarrowclass {
	margin-left: 6px;
}
.rightarrowclass {
	display: none;
}

