div.menu_div {
	background-color: black;
	color: white;
	height: 29px;
	left: 0px;
	right: 0px;
}


div.menu_item {
	position:  absolute;
	top: 1px;
	background: #000;
	color: #FFF;
	font: 122% Arial;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	border-right:  1px solid #FFF;
	cursor:  pointer;
	width:  150px;
	height: 22px;
	overflow: visible;
}
div.sub_menu_container {
	position:  absolute;
	border:  1px solid #FFF;
	border-bottom:  0px solid black;
	background: #222;
	width:  150px;
	top: 29px;
}
div.sub_menu_container2 {
	position:  absolute;
	border:  1px solid #FFF;
	border-right:  1px solid #FFF;
	border-bottom:  0px solid black;
	background: #222;
	width:  150px;
	left:  146px;
}

div.sub_menu_item {
	position: relative;
	background: #222;
	color: #FFF;
	font: 107% Arial;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #FFF;
	cursor:  pointer;
	width:  150px;
	height: 18px;
	overflow: visible;
	padding: 0px;
	padding-top: 3px;
}

div.menu_arrow {
	position:  absolute;
	top: 2px;
	right: 2px;
	width: 15px;
	border:  0px solid red;
}
div.menu_selected {
	background:  #777;	
	color:  #000;
}

img.menu_grad {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 27px;
	width: 150px;
}
img.menu_drop_tr {
	position: absolute;
	top: 0px;
	right: -9px;
	height: 8px;
	width: 8px;
}
img.menu_drop_r {
	position: absolute;
	width: 8px;
	top:  8px;
	right: -9px;
	bottom: 0px;
}
img.menu_drop_br {
	position: absolute;
	bottom: -8px;
	right: -9px;
	height: 8px;
	width: 8px;
}
img.menu_drop_b {
	position: absolute;
	bottom: -8px;
	left: 8px;
	height: 8px;
	width: 143px;
}
img.menu_drop_bl {
	position: absolute;
	bottom: -8px;
	left: 0px;
	height: 8px;
	width: 8px;
}
