/* ================================================================ 
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: verdana, sans-serif; 
	position:relative; 
	margin:0;
	padding:0; 
	list-style-type:none;
	margin-left: 10px;
	background-color: #dd0000; 
	border: 1px solid white;
	font-size:11px;
	height:27px;
}
*/
div.menu_top { 
	margin-left:380px;  
	padding-top:2px; 
}

body#secondary div.menu_top { 
	margin-left:290px;  
	padding-top:2px; 
}

.menu_top ul {
	padding:0; 
	margin:0;
	list-style-type:none; /* for Firefox */
}
.menu_top li {
	float:left; 
	position:relative; 
	text-align:center;  
	margin-right:15px; 
}

.menu_top li a span {
	display: block;
	margin: 5px;
}


.menu_top li a, .menu_top li a:active, .menu_top li a:link, .menu_top li a:hover, .menu_top li a:visited {
	text-decoration:none; 
	float:left; 
	font-family: Sans-serif , Arial; 
	font-size:14px; 
	color:#ffffff; 
	display:block; 
	height:20px; 
	width:auto;
	padding-top:21px; 
	padding-bottom:5px;
	text-align:center; 
}

* html .menu_top li a, .menu_top li a:visited {
	1width:;
	1w\idth:; /* hack for IE5.5 */
}
.menu_top li ul {
	visibility:hidden; 
	position:absolute; 
	overflow:hidden;
}
.menu_top table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:14px; /* font size for IE5.5 */     
	/* Irina added */
	position:absolute; top:0; left:0;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */

/*
div#main_home div.menu_top ul li a:hover,
div#main div.menu_top ul li a:hover,
*/
.menu_top li a:active,
.menu_top li:hover a:active,
.menu_top li:hover a,
.menu_top li a:hover {
	text-decoration:none; 
	color:#ffbe00; background:url(../images/rollover.gif) 40% 3px no-repeat;
	font-weight: normal;
}
.menu_top li:hover ul,
.menu_top li a:hover ul {
	visibility:visible;  
	left:5px; 
	top:46px; 
	overflow:visible;
	padding: 0; 
}

.menu_top li:hover ul li,
.menu_top li a:hover ul li {
	padding: 0; 
	margin-right:0px; 
}

.menu_top li:hover ul li a,
.menu_top li a:hover ul li a,
.menu_top li:hover ul li a:active,
.menu_top li a:hover ul li a:active 
{
	display:block; 
	font-weight:normal; 
	background:#041c2c; 
	text-decoration:none; 
	height:20px; line-height:10px;
	padding:0px; 
	background-image:none;
	width:110px;
	border:1px solid white;
	text-align:left;
	1text-indent:5px;
	color:#fff;
}

/* Irina added  */

.menu_top li:hover ul li a:hover,
.menu_top li a:hover ul li a:hover {
	text-decoration:none;  
	color:#ffbe00;
}

* 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 {
	1visibility:hidden;
	visibility:visible;  
	position:absolute; z-index:2000;
	top:5px;
	left:110px;
	1overflow:hidden;
	overflow:visible; 
}

.menu_top li:hover ul li:hover ul,
.menu_top li a:hover ul li a:hover ul {
	visibility:visible; 
	height:auto;  
} 

1.menu_top li:hover ul li:hover ul.left,
1.menu_top li a:hover ul li a:hover ul.left {
	left:-9.3em; 
}
.menu_top li:hover ul li:hover ul li a,
.menu_top li a:hover ul li a:hover ul li a {
	display:block; height:20px; font-family: Sans-serif , Arial; font-size:14px; color:#fff;
}
.menu_top li:hover ul li:hover ul li:hover a,
.menu_top li a:hover ul li a:hover ul li a:hover {
	color:#ffbe00;
}

.menu_top li a div.top {
	display: block;
	1height: 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;
}

