/* CSS Document */

.navbar {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:inherit;
	height:100px;
	position:relative;
	top: 50px;
	font-size: 1.3em;
	font-weight:bold;
	z-index:100;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.navbar ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000; 
	height:40px; 
	text-align:center; 
	color:#fff; 
	border:-1px;
	background-image: url(../assets/images/non_indexed_images/iphone_images/Iphone-Nav-Background.png);
	background-repeat: repeat-x;
	line-height:40px; 
	font-size: 1.3em;
	font-weight:bold;
	padding: 0px; 
	overflow:visible;
	text-shadow: 2px 1px 1px #333333;
}
.navbar ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
.navbar ul li {
	float:inherit;
	position:inherit;
	
	
}
.navbar ul li ul {
	display:none;
}


/* specific to non IE browsers */
.navbar ul li:hover a {
	color:#FFFF00;
}
.navbar ul li:hover ul {
	display:block; 
	position:relative; 
	top:0px; 
}
.navbar ul li:hover ul li a.hide {
	background:#6a3; 
	color:#fff;
}
.navbar ul li:hover ul li:hover a.hide {
	background:#6fc;
	color:#000;
}
.navbar ul li:hover ul li ul {
	display: none;
}
.navbar ul li:hover ul li a {
	display:block; 
	text-decoration:none; 
	color:#000;
	width:auto; 
	height:35px; 
	text-align:center; 
	color:#fff; 
	border:-1px;
	background-image: url(../assets/images/non_indexed_images/iphone_images/Iphone-Nav-Back-drop.png);
	background-repeat: repeat-x;
	line-height:34px; 
	font-size: 1.1em;
	font-weight:bold;
	padding: 0px; 
	overflow:visible;
}
ul li:hover ul li.firstnav a{
	margin-top: -3px;
} 

ul li:hover ul li.onlynav a{
	margin-top: -3px;
} 
.navbar ul li:hover ul li a:hover { 
	color:#FFFF00;
}
.navbar ul li:hover ul li:hover ul {
	display:block; 
	position:relative;
	top:0;
}
.navbar ul li:hover ul li:hover ul.left {
}
.navbar ul li a:hover ul li a:hover ul {
	visibility:visible; 
}
