
#menu_top {

		/* custom */
		font-size: 1em;
		font-weight: bold;
		height:34px;
		margin: 0;
		padding: 0;
}

#menu_top ul {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
		font-weight: bold;
}

#menu_top ul li {
	float:left;
	margin: 0 1px 0;
}

#menu_top a {
	display:block;
	text-decoration: none;

		/* custom */
		font-weight:bold;
		text-transform:uppercase;
		padding: 10px 11px 10px 11px;
		color:white;
}

#menu_top a:hover, #menu_top a.on {

		/* custom */
		color:#3f7985;
		background:white;
		text-decoration: none;
}



#menu_side {
		width:177px;
		float:left;
}

#menu_side a {
		display:block;
		color:#4c4c4c;
		padding:8px 15px 8px 16px;
		line-height:1.4em;
}

#menu_side a:hover, #menu_side a.on {
		background:white url(/images/search.gif) right center no-repeat;
		text-decoration:none;
}

#menu_side a.submenu {
		margin-left:8px;
		font-size:.9em;
}
