@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
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/dd_valid_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {font-family: arial, sans-serif; width:430px; height:30px; position:relative; margin:0; font-size:11px; /*margin:30px 0 60px 0;*/ background:#fff; position:relative; z-index:100;}
.menu ul {padding:0; margin:0; list-style-type: none;}

.menu ul li {
	float:left;
	border-left:0px solid #000000;
	border-left:0px solid #000000;
	/*width:106px;*/
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	/*width:101px;*/
	text-decoration:none;
	padding:0 5px 0 5px;
	height:30px;
	line-height:30px;
	color:#000;
	background:#FFFFFF;
	/*background:#c9c9a7 url(drop.gif) top right no-repeat;*/
}

.menu table {border-collapse:collapse; margin:0; padding:0; font-size:1em;}

.menu ul li ul {visibility:hidden; position:absolute; top:-30px; left:0; }


.menu ul li a.sub {background:#FFFFFF url(../images/drop.gif) top right no-repeat;}

.menu ul li:hover a,
.menu ul li a:hover {color:#000000; background:#e9e9ea;}

.menu ul li:hover a.sub,
.menu ul li a:hover {color:#000000; background:#e9e9ea;}

.menu ul li:hover ul,
.menu ul li a:hover ul {visibility:visible; width:430px;background:#e9e9ea; color:#000000;}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {float:right; border:0; border-left:0px solid #000000;}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {float:left; border:0; border-left:0px solid #000000;}

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub {background:#e9e9ea url(../images/drop2.gif) top right no-repeat; color:#000000;}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {visibility:hidden; position:absolute; left:0; top:-30px; }

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {display:block; background:#e9e9ea; color:#000000;}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {background:#d9d9d9; color:#000;}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {visibility:visible; color:#000; background:#d9d9d9;}

.menu ul li:hover ul.right li {float:right;}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {background:#d9d9d9; color:#000;}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {background:#c6c6c6; color:#fff;}