#nav_wrapper {
	position:absolute;
	bottom:0px;
	width:90%;
	right:10px;
	height:40px;
	z-index:20;
	-webkit-transform: translateZ(0);
	transition: right 0.5s;
}

@media only screen and (min-width: 960px) {
	
#nav_wrapper  {
	right:6%;
}

}

#nav_inner_wrapper {
	margin:auto;
	height:40px;
	z-index:20;
	float:right;
}


#nav_bar {
	width:960px;
	overflow:auto;	
	margin:auto;
}

.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display:inline-block;
}

/* Links */

.menu li a {
	z-index:61;
	display: block;
	padding: 5px 20px;
	margin: 2px 0;
	line-height: 28px;
	text-decoration: none;
	font-family:avenir, Verdana, Helvetica,  Arial, sans-serif;
	font-weight: normal;
	font-size:1.4em;
	text-shadow:none;
	color:#FFF;
	font-weight:normal;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }


/* ************************************************Changes Top Menu on Hover */
.menu li:hover > a { 
	color: #CCC;
}

/* Sub Menu */
/* Drop Down Box BKGD  & STYLE*/
.menu ul {
	z-index:62;
	position: absolute;
	top: 45px;
	left:0px;
	opacity: 0;
	/*background:#E9E9E9;
	background:url(../images/BKGDWhiteStripe.png);
	background:url(../images/BKGDRepeat3_03.png);*/
	background:url(../images/BKGDWhiteOver.png);
	background:url(../images/BKGDRepeat3_03.png);
	-moz-box-shadow:0 3px 5px #666;
   	-webkit-box-shadow:0  3px 5px #666;
  	 box-shadow: 0  3px 5px #666;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px5px 5px;
	border-radius: 5px 5px5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
		
}


.menu li:hover > ul { 
opacity: 1; 

}

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	
	
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
	
}




/* ************************************** Drop Down Box Font AND Borders*/
.menu ul li a {
	width: 245px;
	padding: 2px 4px 4px 4px;
	margin: 0;
	font-size:12px;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #666;
	border-top:1px solid #FFF;
	
		
}
.menu ul li a:hover {
	color:#e3dfd5;
	
}
.menu ul li:first-child a { 
	border-top:none;
	padding: 3px 4px 4px 4px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.menu ul li:last-child a { 
	border-bottom:none;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}


/* ************************************** 3RD Menu Font AND Borders*/

.menu ul ul li:hover > a { 
	color: #666;
	background:none;
	
	 }
	 
.menu ul ul li,.menu ul ul li a {
	padding:4px 0 0 0;
	width: 245px;
	font-size:13px;
	border-bottom:1px solid #666;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


.menu ul ul li:first-child, .menu ul ul li:first-child a { 
	border-top:none;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.menu ul ul li:last-child, .menu ul ul li:last-child a {
	border-bottom:none;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	}



.menu ul ul {
	position: absolute;
	left: 100%;
	top:0;
	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	border-radius: 0 px 5px 5px 5px;
	-moz-box-shadow:0 3px 5px #666;
   	-webkit-box-shadow:0  3px 5px #666;
  	 box-shadow: 0  3px 5px #666;
	font-size:13px;
	border-left: none;
	border-right:none;
	border-bottom:1px solid #666;
	border-top:1px solid #FFF;
}


/* Icons */

.menu a.submenutext {  font-size:14px;color:#0F6; }
.menu a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(../img/arrow.png) no-repeat 6px center; }