/* ================================================================ 
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/x10_hs_menus/final_drop.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.
=================================================================== */

.x10_hs_menu {height:20px; font-size:11px; border: 0px;font-weight:bold;}

.x10_hs_menu a, .x10_hs_menu a:link, .x10_hs_menu a:visited, .x10_hs_menu a:active
{
font-weight: bold;
padding: 1px;
} 

/* remove all the bullets, borders and padding from the default list styling */
.x10_hs_menu ul {padding: 0px; margin: 0px; list-style-type:none; border: 0px;}
.x10_hs_menu ul ul {}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown x10_hs_menu positon */
.x10_hs_menu li {float:left; position:relative;padding-left: 5px; margin: 0px;}

/* style the links for the top level */
.x10_hs_menu a, .x10_hs_menu a:visited {display:block; text-decoration:none; height:20px; padding: 0px; margin: 0px; color:white;}
.x10_hs_menu a:hover{display:block; text-decoration:none; color:white;}

/* style the second level background */
.x10_hs_menu ul ul a.drop, .x10_hs_menu ul ul a.drop:visited {url('img/drop.gif') bottom right no-repeat;}

/* style the second level links */
.x10_hs_menu ul ul a, .x10_hs_menu ul ul a:link, .x10_hs_menu ul ul a:active, .x10_hs_menu ul ul a:visited {background:#2E63A7; text-align:left;  height:auto; line-height:1em; padding:5px 10px; width:138px; z-index: 1000; border-bottom: 1px solid #FFFFFF;}

/* style the second level hover */
.x10_hs_menu ul ul a.drop:hover{	}
.x10_hs_menu ul ul :hover > a.drop {}

/* style the third level background */
.x10_hs_menu ul ul ul a, .x10_hs_menu ul ul ul a:visited {border-bottom: 1px solid #FFFFFF;}

/* style the third level hover */
.x10_hs_menu ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.x10_hs_menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:100px;}

/* position the third level flyout x10_hs_menu */
.x10_hs_menu ul ul ul{left:130px; top:0px; width:128px; z-index: 100;}

/* position the third level flyout x10_hs_menu for a left flyout */
.x10_hs_menu ul ul ul.left {left:-158px;}

/* style the top level hover */
.x10_hs_menu a:hover, .x10_hs_menu ul ul a:hover {color: #FFFFFF;}
.x10_hs_menu :hover > a, .x10_hs_menu ul ul :hover > a {color: #FFFFFF;}
#active {}

/* make the second level visible when hover on first level list OR link */
.x10_hs_menu ul li:hover ul,
.x10_hs_menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.x10_hs_menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.x10_hs_menu ul :hover ul :hover ul{ visibility:visible;}