/* =================================================== */
/* == MENU ======== */

/* Menu items */

#Menu {
	border-top: 5px solid auto;
	border-bottom: 5px solid auto;	
	background: url("images/menu_bg.jpg");
}

#Menu a {
	
	line-height: 30px;
	font-size: 13px;
	font-weight: plain;
	color: white;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	text-align: left;
	text-decoration: none;
	display: inline;
	border-right: 1px solid #1A1A1A;
	
}

.menu:hover {
	color: white;
	background-color: #1A1A1A;
}


/* Menu items that are selected */

.menuSelected {
	color: black;
	background-color: white;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid white;
	display: inline;
}

.menuSelected:hover {
	background-image: none;
	color: black;
	background-color: white;
}