/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu_left {
	font-family: verdana, sans-serif; 
	position:relative; 
	margin:0;
	padding:0;
	list-style-type:none;
	margin-left: 0px;
	background-color: #888888;  
	border: 1px solid #dd0000;
	border-bottom-style: none;
	font-size:11px; 
	width:128px;
/*	height:27px; */
}
.menu_left ul {
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
}
.menu_left li {
/*	float:left; */ 
	position:relative;
	height:25px; 
	border-bottom:1px solid #dd0000;
	1text-align:center;  
	vertical-align:middle;
}

1.menu_left li a span {
	display: block;
	margin: 5px; 
}
.menu_left li a, .menu_left li a:link, .menu_left li a:visited, .menu_left li a:hover, .menu_left li a:active {
	display:block; 
	text-decoration:none; 
	1float:left; 
	height:25px; 
	color: white; 
	text-indent:5px;
	vertical-align:middle; line-height:25px;
	1width: 128px; 
	text-align: left; 
}

1* html .menu_left li a, .menu_left li a:visited {
/*
	width:106px;
	w\idth:106px; *//* hack for IE5.5 */
}
.menu_left li ul {
	visibility:hidden; 
	position:absolute; 
	left:0; 
	height:0; 
	overflow:hidden;
    background-color:#dd0000;
}
.menu_left table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu_left li:hover a, .menu_left li a:hover {
	text-decoration:none; 
	border:0;
	background-color:#ffff99;  
	color:#222222; 
}
.menu_left li:hover ul,
.menu_left li a:hover ul {
	visibility:visible; 
	left:110px; 
	top:10px; 
	overflow:visible;
	padding: 0;
}

.menu_left li:hover ul li,
.menu_left li a:hover ul li {
	padding: 0;
}

.menu_left li:hover ul li a,
.menu_left li a:hover ul li a {
	display:inline; 
	font-weight:normal; 
	background:#dd0000; 
	text-decoration:none; 
	height:27px; 
	width:120px;
	border:1px solid orange;
	text-align:left;
	text-indent:5px;
	vertical-align:middle; 
}

/* Irina added  */

.menu_left li:hover ul li a:hover,
.menu_left li a:hover ul li a:hover {
	text-decoration:none;
	background-color:#888888;
}

* html .menu_left li a:hover ul li a {
	width:; 
	w\idth:; /* hack for IE5.5 */
}

.menu_left li:hover ul li ul,
.menu_left li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:9.5em;
	height:0; 
	overflow:hidden;
}
.menu_left li:hover ul li:hover ul,
.menu_left li a:hover ul li a:hover ul {
	visibility:visible; 
	color:#000; 
	border:1px solid #ddd; 
	height:auto; 
	background:#fff; 
	width:9.5em;
} 
.menu_left li:hover ul li:hover ul.left,
.menu_left li a:hover ul li a:hover ul.left {
	left:-9.3em;
}
.menu_left li:hover ul li:hover ul li a,
.menu_left li a:hover ul li a:hover ul li a {
	display:block; height:auto;
}
.menu_left li:hover ul li:hover ul li:hover a,
.menu_left li a:hover ul li a:hover ul li a:hover {
	text-decoration:underline;
}

.menu_left li a div.top {
	display: block;
	height: 69px;
	text-indent: -9000px;
	text-decoration: none;
	width: 96px;
	float: left;
	cursor: default;
}


.menu-mid {
	float: left;
	background-color:#444444;
	height: auto;
	width: 97px;
	color: #FFF;
	font-size: 10px;
	text-indent: 0px;
	padding: 10px 0 10px 15px;
	border: solid 1px #8B9640;
	cursor: default;
}


