/* ================================================================ 
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/skeleton2.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.
=================================================================== */
#nav, 
#nav ul {padding:0; margin:0; list-style:none; position:relative; z-index:100;}
#nav {height:22px; padding:0;margin-left:1px;}

#nav table {border-collapse:collapse;}
#nav li {float:left; margin-left: -1px; width: 135px; border-left: 1px solid #6EA6F3;}
#nav li li {float:none; margin: 0; border: 0; width: auto;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a { display: block; padding: 0 20px 0 10px; height: 22px; text-align: center; line-height: 22px; _line-height: 21px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#FFFFFF; text-decoration:none; text-transform: uppercase;}
#nav li li a { padding: 4px 10px 4px 20px; border-bottom: 1px solid #4382D2; width: 152px; height: auto; line-height: 16px; font-size: 11px; float:none; text-align: left; color: #0746A4;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100;}
#nav li:hover > a {}

#nav :hover  ul {left:0; top: 22px; z-index:300;border-top: 2px solid #6EA6F3;}
#nav a:hover ul {left:0;border-top: 2px solid #6EA6F3;}

#nav .plaza:hover  ul{left:-388px !important;}
#nav .plaza a:hover ul{left:-198px !important;}

#nav .russia:hover  ul{left:-388px !important;}
#nav .russia a:hover ul{left:-198px !important;}

#nav .clients:hover  ul{left:-21px}
#nav .clients a:hover ul{left:-21px}

#nav ul {position:absolute; left:-9999px; top:-9999px; background: #C0DAFD;}
#nav ul ul { border-top: 0;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#A0C1E0;}

#nav li a:hover ul li a:hover {background:#A0C1E0;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

a.have{ background: url(../img/have.gif) right center no-repeat;}
