.menur{ width:799px; float:left; height:100px;}
#menu-wrapper ul li{ border-left:1px solid #fff;}
.menubody{ float:left; width:690px; padding-top:15px; text-align:right; height:85px;}
.menu{ float:right; margin-top:17px; clear:both;}
/* Menu Container */
.nav { display: inline-block; position: relative; cursor: default; z-index: 500; text-align:right; }

/* Menu List */
.nav > li {
	display: block; font-weight: bold; float: left; text-align:center; font-size: 13px;
}

/* Menu Links */
.nav > li > a {
	position: relative; display: block; z-index: 510; padding:0px 30px; color: #333; line-height: 38px; height: 38px;
		
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background:none;
	border-left: 0px solid #4b4441;
	border-right: 0px solid #312a27;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.select > a{ background: #2cabe2; color:#FFFFFF; }
.nav > li:hover > a { background: #2cabe2; color:#fff; }

.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 38px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff; opacity:0.9; border:#ddd 2px solid; 
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-columnleft {
	padding:1.5% 1% 1.5% 2%; width: 30%;
}
.nav .nav-columnmidl {
	padding:1.5% 1% 1.5% 1%;width: 20%; 
}
.nav .nav-columnmidr {
	padding:1.5% 1% 1.5% 0%;width: 21%; 
}
.nav .nav-columnright {
	padding:1.5% 2% 1.5% 0%;width: 20%; 
}
.nav .nav-column {
	float: left;
	text-align:right;
}
.nav .nav-columnabout{ float:right;}

.nav .nav-columnabout h3 {
	line-height: 18px; margin-top:5px;
	font-family: Helvetica, Arial, sans-serif; font-weight:bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase; text-align:right; padding-right:15px;
}

.nav .nav-columnabout li a{
	display: block;
	line-height: 26px;
	font-family: Arial;
	font-size: 12px;
	color: #999; font-weight:100;
	text-align:right; padding-right:15px;
}
.nav .nav-columnabout li a:{ text-decoration:underline; font-weight:bold;}
.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 26px;
	font-family: Arial;
	font-size: 12px;
	color: #999; font-weight:100;
}

.nav .nav-column li a:hover { color: #2cabe2; color:#000; }
#menu5 li a{
	display: block;
	line-height: 26px;
	font-family: Arial;
	font-size: 12px;
	color: #999; font-weight:100;
	text-align:right; padding-right:15px;
}
#menu5 li a:hover { color: #2cabe2; color:#000 !important; }