/* Normal */
a.menuItemLink {
  font-size: 11px;
  color: #605d5c;
  text-decoration: none;
}
.menuItemFirst {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	background-color: #F5F5F5; /*background-image: url(../img/dropdownbg2.png);
	background-position: top;*/
	padding: 6px;
	width: 185px;
	margin: 0px;
	border: 0px solid #BCBCBC;
	border-left-width: 1px;
	border-left-color: #aaa9a9;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
    cursor: pointer;
}
.menuItem {
	text-align: left;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	cursor:pointer;
	background-color:#F5F5F5;
	/*background-image: url(../img/dropdownbg2.png);
	background-position: top;*/
	padding:6px;
	width:185px;
	margin: 0px;
	border: 0px solid #BCBCBC;
	border-left-width: 1px;
	border-left-color: #aaa9a9;
	border-right-width: 1px;
	border-bottom-width: 1px;
    cursor: pointer;
}
.menuItemLast {
	text-align: left;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	cursor:pointer;
	background-color:#F5F5F5;
	/*background-image: url(../img/dropdownbg2.png);
	background-position: top;*/
	padding:6px;
	width:185px;
	margin: 0px;
	border: 0px solid #BCBCBC;
	border-left-width: 1px;
	border-left-color: #aaa9a9;
	border-right-width: 1px;
	border-bottom-width: 1px;
    cursor: pointer;
}

/* On mouse over */
.menuItemFirstOver {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #a2bd30;
	cursor: pointer;
	background-color: #FBFBFB;
	/*background-image: url(../img/dropdownbg2.png);
	background-position: bottom;*/
	padding:6px;
	width: 185px;
	margin: 0px;
	border: 0px solid #BCBCBC;
	border-left-width: 1px;
	border-left-color: #a2bd30;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
    cursor: pointer;
}
.menuItemOver {
	text-align: left;
	font-size:11px;
	font-weight:normal;
	color:#a2bd30;
	cursor:pointer;
	background-color:#FBFBFB;
	/*background-image: url(../img/dropdownbg2.png);
	background-position: bottom;*/
	padding:6px;
	width:185px;
	margin: 0px;
	border: 0px solid #BCBCBC;
	border-left-width: 1px;
	border-left-color: #a2bd30;
	border-right-width: 1px;
	border-bottom-width: 1px;
    cursor: pointer;
}
.menuItemLastOver {
	text-align: left;
	font-size:11px;
	font-weight:normal;
	color:#a2bd30;
	cursor:pointer;
	background-color:#FBFBFB;
	/*background-image: url(../img/dropdownbg2.png);
	background-position: bottom;*/
	padding:6px;
	width:185px;
	margin: 0px;
	border: 0px solid #BCBCBC;
	border-left-width: 1px;
	border-left-color: #a2bd30;
	border-right-width: 1px;
	border-bottom-width: 1px;
    cursor: pointer;
}
 /* submenus container */

.submenu {
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	width:200px;
}


