

#header2 #logo2 {
	text-align: center;
	float: left;
	margin-bottom: 4px;
	margin-top: -7px;
	margin-left:30px;

}

#header2 h1 {
	font-family: "LatinModernRomanCaps10Regular";
	font-size: 60px;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 940px;
	text-align: center;
}

#header2 h3 {
	font-family: "LatinModernRomanCaps10Regular";
	display: block;
	text-align: center;
}

/* navigation */

#menu2 {
	width: 940px;
	height: 29px;
	border: 1px solid #b5b5b5;
	clear: both;
	margin-left:30px;
}

#menu2 ul li {
	float: left;
	display: block;
	height: 30px;
}

#menu2>ul>li:hover {
	background: #525252;
	color: white;
}

#menu2 ul li:hover a {
	color: #ff9933;
	background: black;
}

#menu2 ul li ul li {
	border-bottom: 1px solid #222;
	height: auto;
	line-height:100%;
}

#menu2 ul li ul li a:hover {
	background-color: white;
	color: red;
}

#menu2 ul li ul li a {
	background-color: white;
	color: red;
	/*line-height:120%; This is where to change it... However, it throws everything else off...*/
}


#menu2 ul li ul li:hover {
	background-color: white;
}

#menu2 ul li ul{

}

#menu2 ul li ul li a{
	background: #ff0;
}

#menu2 ul li a {
	color: #262626;
	line-height: 28px;
	text-decoration: none;
	padding: 6px 11px 8px 20px;
}

#menu2 ul li.current_page_item a {
	background: black;
}

#menu2 ul li.current_page_item, #menu2 ul li.current_page_parent, #menu2 ul li.current_page_ancestor {
	background: url(http://moshezusman.com/photoblog/wp-content/themes/ultralight/nav_assets/bg-menu-arrow.gif) no-repeat bottom center;
	height: 36px;
	display:block;
}

#menu2 #nav2 ul li a, 
#menu2 #nav2 li.current_page_item a, 
#menu2 #nav2 li.current_page_parent a, 
#menu2 #nav2 li.current_page_ancestor a {
	background-color: black;
	color: white !important;
}

#menu2 #nav2 li.current_page_item ul li a:hover, 
#menu2 #nav2 li.current_page_parent ul li a:hover, 
#menu2 #nav2 li.current_page_ancestor ul li a:hover {
	background: #FF9933;
	color: white !important;
}

#menu2 ul li.current_page_item a, #menu2 ul li.current_page_parent a, #menu2 ul li.current_page_ancestor a {
	background: #000;
	color: white !important;
	margin-left: 7px;
}

#menu2 #na2v li.current_page_item a:hover, #menu2 #nav2 li.current_page_item a:active {
/*	background: #000;*/
}

li.current_page_item  ul li a {
	font-weight: normal;
}

#nav2, #nav2 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	z-index: 4000;
}

div.main object {
}

#nav2 li{
	float:left;
	position:relative;
}

#nav2 ul {
	position:absolute;
	display:none;
	width:15em;
	top: 30px;
	z-index: 4000;
}

#nav2>li.current_page_item>ul, #nav2>li.current_page_parent>ul, #nav2>li.current_page_ancestor>ul {
	margin-top: 5px;
}

#nav2 li ul a{
	width:160px;
	height:auto;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav2 ul ul{
	top:auto;
}	

#nav2 li ul ul {
	left:auto;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li:hover ul ul ul ul{
	display:none;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li li li li:hover ul{
	display:block;
}

#header2 .search {
	float: right;
}

#header2 .search input {
	border: 0px none;
	color: #737373;
	height: 18px;
	width: 65px;
	line-height: 20px;
	padding: 0px 10px;
}

#header2 .search button {
	background: url(http://moshezusman.com/photoblog/wp-content/themes/ultralight/nav_assets/bg-search-button.gif) no-repeat;
	border: none;
	width: 30px;
	height: 30px;
	text-indent: -5000px;
}
