/* ================================================================ 
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_top {
	font-family: Times New Roman, Sans-serif; 
	font-style:italic;
	font-size:21px; 1border:1px solid red;
	font-weight:normal;
	position:relative;
	margin:0;
	margin-right:30px;
	padding:0;
	list-style-type: none;
	height:50px;
	padding-top:10px;
	float:right; 
	clear:both; 
	display:block; 
}

.menu_top ul {
	padding:0; 
	margin:0;  
	list-style-type:none; /* for Firefox */  
}

.menu_top li {
	float:left; 
	position:relative;
	height:30px; 
	border-right:1px solid white;
	text-align:center;  
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
}

.menu_top li#last {
	border-right-style:none; 
}

.menu_top li a span {
	display: block;
	margin: 3px;
}
.menu_top li a, .menu_top li a:visited {
	display:block; 
	text-decoration:none; 
	float:left; 
	height:30px;
	color:#ffffff; 
	vertical-align:middle; 
}

* html .menu_top li a, .menu_top li a:visited {
	1width:106px;
	1w\idth:106px; /* hack for IE5.5 */
}

.menu_top li ul {
	visibility:hidden; 
	position:absolute; 
	left:0; 
	height:0; 
	overflow:hidden;
}
.menu_top 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_top li:hover a,
.menu_top li a:hover {
	text-decoration:none; 
	border:0;
    background-color:#ffffff; 
    color:#991e04; 
}
.menu_top li:hover ul,
.menu_top li a:hover ul {
	visibility:visible; 
	position:absolute;
	left:-1px; 
	top:30px; 
	overflow:visible;
	padding: 0;
}

.menu_top li:hover ul li,
.menu_top li a:hover ul li {
	padding: 0; height:25px; 
	border-style:none; 
	
}

.menu_top li:hover ul li a,
.menu_top li a:hover ul li a {
	display:block;  
	font-style:italic;
	font-weight:normal; 
	background-color:#ffffff; 
	color:#991e04; 
	text-decoration:none; 
	height:25px; 
	width:210px; 
	border:1px solid #216b89;
	text-align:left;
	text-indent:2px;
	line-height:20px; 
	vertical-align:middle; overflow:hidden;
}

/* Irina added  */

.menu_top li:hover ul li a:hover,
.menu_top li a:hover ul li a:hover {
	text-decoration:none;
	color:#216b89;
	background-color:#ffffff; 
}

* html .menu_top li a:hover ul li a {
	width:; 
	w\idth:; /* hack for IE5.5 */
}

.menu_top li:hover ul li ul,
.menu_top li a:hover ul li a ul {
	visibility:visible; 
	position:absolute;
	top:5px;
	left:211px;
	height:0; 
	overflow:hidden;
}
.menu_top li:hover ul li:hover ul,
.menu_top li a:hover ul li a:hover ul {
	visibility:visible; 
	color:#000; 
	1border:1px solid #ddd; 
	height:auto; 
	background:#fff; 
	1width:auto; width:150px; border:1px solid #216b89; 
} 

.menu_top li:hover ul li:hover ul li a,
.menu_top li a:hover ul li a:hover ul li a {
	display:block; 1height:auto; height:23px; border-style:none;
}
.menu_top li:hover ul li:hover ul li:hover a,
.menu_top li a:hover ul li a:hover ul li a:hover {
	text-decoration:none; 
}





