
/* MENU */
#notebox{
	height:50px;
	position: fixed;
	overflow: hidden;
	top:85px;
	left:260px;
}
#note{
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 7.75pt;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	margin-top: 0;
	padding: 0;
	position: absolute;
	top:85px;
	left:260px;
	z-index: 300;
	font-weight: 400;
}
.note2{
	font-size: 7pt;
}
#nav {
	background-image: url(images/arrow2.png);
	background-attachment: fixed;
	background-position: 240px 122px;
/* 	background-position: 238px 112px; */
	background-repeat:no-repeat;
	background-color: black;
	font-family:"News Gothic MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 7.75pt;/* 7.75pt; */
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	float: left;
	margin-top: 0;
	margin-left: 0px;
	padding: 0;
	color:lightgrey;
	font-style: normal;
	z-index: 999;
}
#nav:hover {
	background-image: url(images/arrow4.png);
	background-attachment: fixed;
	background-position: 240px 122px;
/* 	background-position: 238px 112px; */
	background-repeat:no-repeat;
}
.top{
/*
	background-image: url(images/joeldombek.png);
	background-attachment: fixed;
	background-position: 115px 87px;
	background-repeat:no-repeat;
*/
	font-weight: 400;
	width: 125px;
	height: 39px;
	text-align: left;
	float: left;
	padding-top: 70px;
	padding-left: 120px;
	padding-right: 5px;
	display: block;
}
.top a{
	display: block;
	color:white;
}
.top b {
	font-weight: 400;
}
.top strong {
	font-weight: 900;
}
.top span.show {
	padding-left: 43px;
	padding-right: 20px;
	display:none;
}
.top a:hover span.show {
	background-color: black;
	display:inline;
	height: 5px;
}
.top a:hover span.noshow {
	display:none;
}
.show .iconic.home:before { content: '!'; }

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
 text-align: right;
	z-index: 800;
}
#nav li a {
 padding: 0;
 text-decoration: none;
 color: white;
 background:black;
}
#nav li a:hover {
/*	background: #323232; */
	background-color: #242424;
	color: white;
		-webkit-transition-property:color, background;  
		-webkit-transition-duration: .25s, .25s;  
		-webkit-transition-timing-function: linear, ease-in; 

		-moz-transition-property: color, background;
		-moz-transition-duration: .25s, .25s;  
		-moz-transition-timing-function: linear, ease-in; 
}

#nav a li .top{
	background-color: green;
}
/* Submenu */

.hasChildren {
	position: absolute;
	width: 0;
	height: 0;
	background: 0;
	top: 0;
	right : 0;
	bottom: 0;
	margin: 0px 0px 0 0;
}

#nav li ul {
	display:none;
	position: absolute;
	left: 0;
	top: 110px;
	padding: 0;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li ul li a {
 float: none;
}

#nav li ul li {
 _display: inline; /* for IE6 */
 top: 0;
 margin: 0px 0px 0 0;
}

#nav li ul li a {
	width: 199px;
	height: 32px;
	vertical-align: middle;
	padding-top: 24px;
	padding-right: 51px;
	display: block;
	margin: 0px 0px 1px 0;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}
#nav li ul li ul li {
	margin: 0px 1px 1px 0px;
}
#nav li ul li:hover ul {
 margin-left: 251px;
 top: 0;
}
