.menu_selected {
}

.menu_selected a {
	color: #ff9000 !important;
	text-shadow: #ffffff 1px 1px 2px;
	background: url( '/images/menu_hover.png' ) right repeat-y !important;
}

.checkmark {
	color: #00bb00;
	font-size: 135%;
	font-weight: bold;
	margin-right: 5px;
}

.bordered_table {
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: auto;
	width: 600px;
}

.bordered_table td {
	padding: 5px;
	border-right: 1px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
}

.log_in {
	list-style: none;
	list-style-position: inside;
	letter-spacing: 0px;
	font-family: arial, sans-serif; 
	font-size: 10px;
}

.log_in a {
	color: #ffffff !important;
}

.menustrip {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #aaaaaa;
	padding: 8px 8px 9px 15px;
	margin-bottom: 15px;
}

.menustrip a {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	display: inline;
	color: #555555;
	text-decoration: underline;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-left: 8px;
}

.menustrip_selected {
	font-weight: bold;
	border-left: 8px solid #ff9000 !important;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	text-decoration: none !important;
	background-color: #eeeeee;
	color: #444444 !important;
	padding-top: 7px;
	text-shadow: #aaaaaa 3px 2px 2px;
}

