@charset "utf-8";

#menu-wrapper {
	margin: 0 auto;
	position: relative;
	width: 764px;
}

.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.nav a { text-decoration: none; }
 
.nav li { list-style: none; }

.nav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
}
 
.nav > li {
    display: block;
    float: left;
}

.nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 54px;
    padding: 0 20px;
    line-height: 54px;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-weight: bold;
    /*font-size: 13px;*/
	font-family:RobotoCondensed-Light;
	font-size:14px;
    color: #FFF;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
    border-left: 1px solid #FFF;
    border-right: 1px solid #666;
    -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:hover > a {
	background: rgb(237,237,237);
background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(237,237,237,1)));
background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 );

	color:#06C;
	border-radius: 5px 5px 0px 0px;
}
 
.nav > li:first-child > a {
	
	border-left: none;
}

.nav > li:first-child > a:hover {
	border-radius: 5px 0px 0px 0px;
	border-left: none;
}

.nav > li:last-child > a {
	
	border-right: none;
}

.nav > li:last-child > a:hover {
	border-radius: 0px 5px 0px 0px;
	border-right: none;
}



.nav > li > div {
	position: absolute;
	display: block;
	width: 117%;
	top: 54px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: rgb(237,237,237);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
	border-radius: 3px 3px 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 > div >div{
	float:left;
	width:100%

}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	

}

.nav .nav-column {
    float: left;
    width: 30%;
    padding: 1.66%;
}
 
.nav .nav-column h3 {
    magin:r 20px 0 10px 0;
    line-height: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #372f2b;
    text-transform: uppercase;
	letter-spacing:0px !important;
	box-sizing: content-box  !important;
}
 
.nav .nav-column h3.orange { color: #ff722b; }
 
.nav .nav-column li a {
    display: block;
    line-height: 26px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #888888;
	text-decoration:none;
	
}
 
.nav .nav-column li a:hover { color: #666666; }


	
	

.nav-column >ul{
	position:relative;
	left:15%;
	clear:both;

}
.nav-column>div>h3{
	float:left;
	position:relative;
	margin-left:2px;
	
	
}

.nav-column>div> img{
	float:left;
	position:relative;
}