/*
 * Header Title and Tagline
 **/
#header h1 {
	position: absolute;
	top: 41px;
	left: 230px;
	height: 45px;
	width: 540px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	display: block;
	overflow: hidden;
	height: 45px;
	width: 540px;
	margin: 0px;
	padding: 0px;
	background: url('/img/layout/header_title.jpg') no-repeat;
	text-indent: -999em;
}
#header_tagline {
	position: absolute;
	top: 51px;
	left: 788px;
	display: block;
	overflow: hidden;
	height: 30px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background: url('/img/layout/header_tagline.jpg') no-repeat;
	text-indent: -999em;
}

/*
 * Other City of Irvine Links
 **/
#other_links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 226px
	height: 117px
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	z-index: 200;
}
#other_links h2 {
	position: absolute;
	top: -999em;
	left: -999em;
}
#other_links ul {
	position: relative;
	top: 0px;
	left: 0px;
}
#other_links ul,  #other_links ul li {
	list-style: none;
}
#other_links * {
	margin: 0px;
	padding: 0px;
	border: none;
}
#irvine_web_link {
        display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#einform_link {
        display: block;
	position: absolute;
	top: 67px;
	left: 0px;
}

/*
 * Main Menu
 **/
ul#header_menu {
	position: absolute;
	bottom: 27px;
	right: 50px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#header_menu li ul {
	list-style: none;
	position: absolute;
	display: none;
	top: auto;
	left: auto;
}
	
ul#header_menu li:hover ul, ul#header_menu li.sfhover ul { 
	display: block; 
}
	
ul#header_menu li:hover ul, ul#header_menu li.sfhover ul {
	display: block; 
}	


ul#header_menu li ul li {
	float: left;
	position: relative;
	padding: 0.25em 1.0em 0.25em 1.0em;
	border: 1px #000 solid;
	background: #99d273;
	width: 8em;
	margin-top: -1px;
}
ul#header_menu li ul li a {
	display: block;
	color: #000;
	font-size: 90%;
	width: 100%;
}
ul#header_menu li ul li:hover {
	background: #cbe8b8;
}

#main_menu_home, #main_menu_routes, #main_menu_ride_info, #main_menu_faq, #main_menu_news, #main_menu_contact {
	float: left;
	position: relative;
	top: 0px
	left: 0px;
	display: block;
	height: 27px;
	margin: 0px;
	padding: 0px;
}

.mm_item {
	display: block;
	height: 27px;
	margin: 0px;
	padding: 0px;
	text-indent: -999em;
}
#main_menu_home:hover, #main_menu_routes:hover, #main_menu_ride_info:hover, #main_menu_faq:hover, #main_menu_news:hover, #main_menu_contact:hover,
#main_menu_home .sfhover, #main_menu_routes .sfhover, #main_menu_ride_info .sfhover, #main_menu_faq .sfhover, #main_menu_news .sfhover, #main_menu_contact .sfhover {
	background-position: 0px -27px;
}

#main_menu_home {
	width: 58px;
	background: url('/img/layout/menu_home.jpg') no-repeat;
}

#main_menu_routes {
	width: 138px;
	background: url('/img/layout/menu_routes.jpg') no-repeat;
}

#main_menu_ride_info {
	width: 70px;
	background: url('/img/layout/menu_ride_info.jpg') no-repeat;
}

#main_menu_faq {
	width: 45px;
	background: url('/img/layout/menu_faq.jpg') no-repeat;
}

#main_menu_news {
	width: 124px;
	background: url('/img/layout/menu_news.jpg') no-repeat;
}

#main_menu_contact {
	width: 84px;
	background: url('/img/layout/menu_contact_us.jpg') no-repeat;
}

