/* ================================================================ 
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 { width:800px; height:30px; position:relative; margin:0; font-size:12px; background:#000000; position:relative; z-index:100;}
.menu ul {padding:0; margin:0; list-style-type: none;}
.menu input {
font-size:10px;
color:#000066;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:200;
}
.menu ul li {float:left; margin-left:10px; padding-left:5px; padding-right:5px; /*width:106px;*/}

.menu ul li a, .menu ul li a:visited {display:block; /*width:101px;*/ padding-left:20px; text-decoration:none; padding:0 0 0 5px; height:30px; line-height:30px; color:#ffffff; background:#000000; }

.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:hover a,
.menu ul li a:hover {color:#cccccc;}

.menu ul li:hover ul,
.menu ul li a:hover ul {visibility:visible; width:800px;background:#DDECF9; color:#000;}

.menu ul li:hover ul.right_side li,
.menu ul li a:hover ul.right_side li {float:right; border:0;}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {float:left; border:0;}

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub {background:#DDECF9 url(../images/arrow.gif) top right no-repeat; color:#fff;}

.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:#DDECF9; color:#000000;}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {background:#F3F9F9; 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:#dfc184;}

.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:#dfc184; 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:#bd8d5e; color:#fff;}
