.menu {
	position:relative;
	background: url(menu_root_background.jpg);
	width:160px;
	padding-bottom: 2px;
}



.menu_item_root, .menu_leaf_root {
	width:160px;
	height: 18px;
	background-repeat:no-repeat;
	text-align: left;
	font-family: "verdana";
	font-size:11px;
	padding-bottom: 2px;
	
}

.menu_item_root {
	background: url(menu_root_background.jpg);
	font-weight: bold;
	color:black;
	text-decoration: underline;
	
}

.menu_leaf_root {
	background: url(menu_root_background.gif);
	#background-color:black;
	font-weight: bold;
	color:black;
	text-decoration: underline;
	
}




.menu_item, .menu_leaf {
	#width: auto; 
	#min-width: 150px;

	width:200px;
	height: 20px;
	padding-bottom: 5px;
	background: url(link_bg.jpg);
	background-color:black;
	background-repeat:no-repeat;
	filter:alpha(opacity=85);
	opacity:0.85;
	text-align: left;
	font-family: "verdana";
	font-size:11px;
	color:black;
	
}

.menu_item {
	background: url(item.jpg);
	background-color:black;
	background-repeat:no-repeat;
	#font-weight: bold;
	color:black;
}

.menu_item_img {
	width:15px;
	height:15px;
	margin-left:5px;
	margin-top:6px;
}
.menu_item_text, .menu_leaf_text {
	margin-left:10px;
	cursor: pointer;
	cursor:hand;
	margin-top:6px;
}

.menu_leaf_root A:LINK {
	color: black;
	#font-weight: bold;
 	text-decoration: none;
}

.menu_leaf_root A:VISITED {
	color: black;
	#font-weight: bold;
 	text-decoration: none;
}

.menu_leaf_root A:HOVER {
	color: #ED141F;
	#font-weight: bold;
 	text-decoration: underline;
}

.menu_leaf_root A:ACTIVE {
	color: #ED141F;
	#font-weight: bold;
 	text-decoration: underline;
}


.menu_leaf A {
	color: black;
	font-weight: none;
 	text-decoration: none;
}
.menu_leaf A:LINK {
	color: black;
	font-weight: none;
 	text-decoration: none;
}

.menu_leaf A:VISITED {
	color: black;
	font-weight: normal;
 	text-decoration: none;
}

.menu_leaf A:HOVER {
	color: red;
	font-weight: normal;
 	text-decoration: underline;
}

.menu_leaf A:ACTIVE {
	color: red;
	font-weight: normal;
 	text-decoration: underline;
}


.submenu, .submenu_root{
	left: 163px;
	margin-top: -31px;
	border: 1px solid gray;
}

.submenu_root_horizontal {
	margin-top:0px;
	border: 1px solid gray;

}

