@charset "iso-8859-1";
/* Normal state */

.menuItemFirst {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;	
	font-weight:normal;
	color:#ffffff;
	cursor:pointer;
	height:22px;
	text-align:center;
	line-height:22px;
	text-shadow: 0.1em 0.1em 0.2em black;
	border-bottom:1px solid #76140f !important;
	display:block;
	padding:2px 0;
	white-space:nowrap;
}

.menuItem {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;	
	font-weight:normal;
	color:#ffffff;
	cursor:pointer;
	height:22px;
	text-align:center;
	line-height:22px;
	text-shadow: 0.1em 0.1em 0.2em black;
	border-bottom:1px solid #76140f !important;
	display:block;
	padding:2px 0;
	white-space:nowrap;
	}
	
.menuItemLast {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;	
	font-weight:normal;
	color:#ffffff;
	cursor:pointer;
	height:22px;
	text-align:center;
	line-height:22px;
	text-shadow: 0.1em 0.1em 0.2em black;
	border-bottom:1px solid #76140f !important;
	display:block;
	padding:2px 0;
	white-space:nowrap;
	}

/* On mouse over */
.menuItemFirstOver {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;	
	font-weight:normal;
	color:#bfbfbf;
	cursor:pointer;
	height:22px;
	text-align:center;
	line-height:22px;
	text-shadow: 0.1em 0.1em 0.2em black;
	border-bottom:1px solid #76140f !important;
	display:block;
	padding:2px 0;
	white-space:nowrap;
	}
.menuItemOver {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;	
	font-weight:normal;
	color:#bfbfbf;
	cursor:pointer;
	height:22px;
	text-align:center;
	line-height:22px;
	text-shadow: 0.1em 0.1em 0.2em black;
	border-bottom:1px solid #76140f !important;
	display:block;
	padding:2px 0;
	white-space:nowrap;
	}
.menuItemLastOver {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;	
	font-weight:normal;
	color:#bfbfbf;
	cursor:pointer;
	height:22px;
	text-align:center;
	line-height:22px;
	text-shadow: 0.1em 0.1em 0.2em black;
	border-bottom:1px solid #76140f !important;
	display:block;
	padding:2px 0;
	white-space:nowrap;
	}
/* submenus container */
.submenu {
	/*filter:alpha(opacity=90);*/
	padding-top:1px;
	display:block;
	width:110px;
	margin-left:1px;
	*margin-left:1px;
	background:#5e0b06 url(../images/drop_bg.jpg) 0 0 repeat-x;
	padding:0 8px 10px 8px;
	/*margin-left:2px;*/
}
