/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:5000; font-family:'Verdana', 'Arial', 'Sans-Serif';}
.menu a {color:#7F8CF6;}
.menu :hover{color:#fff !important;}
.menu li {float:left; margin-right:1px; padding-right:10px; padding-left:10px;}
.menu li a {display:block; float:left; height:16px; line-height:12px; text-decoration:none; font-size:10pt; }
.menu li:hover {position:relative; z-index:200;}
.menu li a:hover {display:block; float:left; height:16px; line-height:12px; text-decoration:none; font-size:10pt; }
.menu :hover ul {left:-30px; top:16px; width:350px; }
/*.menu ul, 
.menu :hover ul ul {position:absolute; width:0; height:0; margin:0; padding:0; list-style:none;}*/
.menuLink{ color:#fff !important; line-height:12px !important;}
.menuOut
{
    position:absolute; width:0; height:0; margin:0; padding:0; list-style:none;
}
