 /* hidden submenu style */
.menu_subHidden {
	position:absolute;
	top:-1600px;
	left:-1600px;
	visibility:hidden;
	z-index:999; /*prej 1*/
}

/* main menu item styles */
.menu_Holder  {
	position: relative;
	width: 727px; 
	height: 27px; 
	left: 0; 
	top: 96px;
}

.menu_ItemOn  {
	cursor: pointer;
	float: left;
	display: block; 
	margin: 0 23px 0 28px; 
	height: 24px;
}

.menu_ItemOff {
	cursor: pointer;
	float: left;
	display: block; 
	margin: 0 23px 0 28px; 
	height: 24px;
}

.menu_rightImage {
	margin-top: -15px;
	margin-right: 10px;
	width: 10px;
	height: 14px;
	float: right;
}

/* submenu menu item styles */
.menu_subTop  {
}

.menu_subBottom  {
}

.menu_subHolder  {
	margin-top: 3px !important;
	margin-top: -1px;
	background: white;
	border-bottom: 4px solid #8CC242;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 0.050em;
}

.menu_subItemOn  {
	width: 200px;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	background: #0079BC url(../images/menu-left-border.gif) repeat-y top left;
	/*border-left: 3px solid #0079BC;*/
	border: 3px solid white;
	cursor:pointer;
	cursor: hand;
	font-size: 12px;
}

div.menu_subItemOff {
	width: 200px;
	color: #0079BC;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	background: white url(../images/menu-left-border.gif) repeat-y top left;
	cursor:pointer;
	cursor: hand;
	/*border-left: 3px solid #0079BC;*/
	border: 3px solid white;
	font-size: 12px;
}

.menu_subrightImage {
	margin-top: -25px;
	margin-right: 10px;
	width: 10px;
	height: 14px;
	float: right;
}

.menu_subDivider {
	height: 1px;
}
