/* menu */
#menu_bar {
	background-image: url(../images/main/menu_bg.png);
	background-repeat: repeat-x;
	height: 23px;
	padding-left: 1em;
	color: black;
	z-index: 100;
}
#menu_bar #logo {
	background-image: url(../images/main/logo.png);
	width: 35px;
	height: 22px;
	float: left;
}
#menu_bar .location {
	float: left;
	background-repeat: repeat-x;
	font-size: 18;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
}
#menu_bar .location a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#menu_bar .menu_item {
	float: left;
	background-repeat: repeat-x;
	font-size: 15;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#menu_bar .menu_item a {
	color: black;
	text-decoration: none;
}
#right_side {
	float: right;
	margin-right: 0.75em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 15px;
}
#right_side #date_time {
	float: left;
}
#right_side #search_box {	
	background-image: url(../images/main/search_icon.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 36px;
	float: right;
}


/* hover changes background to blue gradient */
/*
#menu_bar .menu_item:hover {
	background-image: url(../images/main/menu_bg_hover.png);
	color: white;
}
#menu_bar .location:hover {
	background-image: url(../images/main/menu_bg_hover.png);
	color: white;
}
*/
