@charset "utf-8";
/* ================================================================ 
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/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.
=================================================================== */

#countries img { border: none }
#countries {width:149px; height:26px; font-size:70%; font-family: Verdana; position:relative; z-index:100;border-right:1px solid #ccc;}
/* hack to correct IE5.5 faulty box model */
* html #countries {width:150px; w\idth:149px;}
/* remove all the bullets, borders and padding from the default list styling */
#countries ul {padding:0;margin:0;list-style-type:none;}
#countries ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#countries li {float:left;width:149px;position:relative;}
/* style the links for the top level */
#countries a, #countries a:visited {display:block;text-decoration:none; color:#333; width:138px; height:24px; border:1px solid #ccc; border-width:1px 0 1px 1px; background:#fff; padding-left:10px; line-height:27px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #countries a, * html #countries a:visited {width:149px; w\idth:138px;}

/* style the second level background */
#countries ul ul a.drop, #countries ul ul a.drop:visited {background-color:#fff;}
/* style the second level hover */
#countries ul ul a.drop:hover{background-color:#eee;}
#countries ul ul :hover > a.drop {background-color:#eee;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#countries ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;border-top:1px solid #ccc;}
/* another hack for IE5.5 */
* html #countries ul ul {top:26px;t\op:27px;}
* html #countries li img {margin-top:5px;}
* html #countries li li img {margin-top:0px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#countries table {position:absolute; top:-2px; left:0; border-collapse:collapse;}

/* style the second level links */
#countries ul ul a, #countries ul ul a:visited {background:#fff; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #countries ul ul a, * html #countries ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#countries a:hover, #countries ul ul a:hover{color:#333; background-color:#eee;}
#countries :hover > a, #countries ul ul :hover > a {color:#333;background-color:#eee;}

/* make the second level visible when hover on first level list OR link */
#countries ul li:hover ul,
#countries ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#countries ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#countries ul :hover ul :hover ul{ visibility:visible;}
