/*
 * Menu stuff
 */

.menu_item {
	font-size: 11px;
	font-weight: none;
	color: #485e6c;
	
	text-align: center;

	height: 16px;

	cursor: hand;

	background: #b7c8d2;

	border-color: #4d717f;
	border-style: solid;

	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	
	/* up right down left */
	padding: 1px 10px 1px 10px;
}

.menu_item_marked {
	font-size: 11px;
	font-weight: none;
	color: #485e6c;
	
	text-align: center;

	height: 16px;

	cursor: hand;

	background: #ffe39a;
	border-style: solid;

	border-top-color: #cc6506;
	border-left-color: #cc6506;
	border-right-color: #cc6506;
	border-bottom-color: #4d717f;

	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	
	/* up right down left */
	padding: 1px 10px 1px 10px;
}

.menu_item_selected {
	font-size: 11px;
	font-weight: none;
	color: #485e6c;
	
	text-align: center;
	
	height: 18px;
	
	border-color: #4d717f;

	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	
	/* up right down left */
	padding: 1px 10px 1px 10px;
}

.menu_item_marked_selected {
	font-size: 11px;
	font-weight: none;
	color: #485e6c;
	
	text-align: center;
	
	background-color: #ffffff;
	
	height: 18px;
	
	border-color: #4d717f;

	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	
	/* up right down left */
	padding: 1px 10px 1px 10px;
}

.menu_item_down {
	height: 10px;

	font-size: 9px;
	font-weight: none;
	color: #33322e;
	
	text-align: left;

	cursor: hand;

	/* up right down left */
	padding: 3px 6px 3px 6px;
}

.menu_horizontal_spacing {
	font-size: 1px;

	border: #4d717f;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	
	/* up right down left */
	padding: 0px 0px 0px 0px;
}

.menu_horizontal_element_spacing {
	font-size: 1px;

	width: 7px;

	border: #4d717f;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	
	/* up right down left */
	padding: 0px 0px 0px 0px;
}

.menu_horizontal_element_spacing_fillout {
	font-size: 1px;

	border: #4d717f;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	
	/* up right down left */
	padding: 0px 0px 0px 0px;
}

.menu_vertical_spacing {
	font-size: 10px;

	border: #4d717f;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	
	/* up right down left */
	padding: 0px 0px 0px 0px;
}

#links_dark a:link {
	color: #485e6c;
	text-decoration: none;

	cursor: hand;
}

#links_dark a:visited {
	color: #485e6c;
	text-decoration: none;

	cursor: hand;
}

#links_dark a:hover {
	text-decoration: underline;

	cursor: hand;
}
