/* menus */

.left_menu_entry_default {
	text-align: left;
	width: 175px;
	padding: 2px 25px 2px 12px;

	color:#ffffff;

	font-weight:normal;
	font-size: 11px;
	/*text-transform:uppercase;*/
	font-family: tahoma;

	cursor: pointer;
}

.left_menu_entry_hover {
	text-align: left;
	width: 175px;
	padding: 2px 25px 2px 12px;

	color:#ffffff;

	/*font-weight: bold;*/
	text-decoration: underline;
	font-size: 11px;
	/*text-transform:uppercase;*/
	font-family: tahoma;

	cursor: pointer;
}

.menu_top {
	height: 31px;
	background: url('http://www.enertiadesign.com/~bishop/templates/bishop/images/menu_top.jpg') no-repeat;
	vertical-align: bottom;
}

.menu_middle {
	background: url('http://www.enertiadesign.com/~bishop/templates/bishop/images/menu_middle.jpg') repeat-y;
}

.menu_bottom {
	height: 9px;
	background: url('http://www.enertiadesign.com/~bishop/templates/bishop/images/menu_bottom.jpg') no-repeat;
}
