.Countrymenu 
{
	
	height:22px; 
	font-size:0.85em; 
	position:relative;
	z-index:100;
	/*border-right:1px solid #000;*/
}
/* hack to correct IE5.5 faulty box model */
* html .Countrymenu 
{
	width:448px; 
	w\idth:auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.Countrymenu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
}
.Countrymenu ul ul 
{
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.Countrymenu li 
{
	float:left;
	position:relative;
	margin:0px 0px 0px 2px;
}
/* style the links for the top level */
div#tabLeft .Countrymenu a, .Countrymenu a:visited 
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	height:17px; 
	/*border:1px solid #000; 
	border-width:1px 0 1px 1px; */
    padding:4px 4px 4px 4px;
	line-height:17px;
	width:120px;
	cursor:pointer;
}
div#tabLeft .Countrymenu a:hover
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	height:17px; 
	/*border:1px solid #000; 
	border-width:1px 0 1px 1px; */
    padding:4px 4px 4px 4px;
	line-height:17px;
	width:120px;
	cursor:pointer;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .Countrymenu a, * html .Countrymenu a:visited 
{
	width:149px; 
	w\idth:138px;
}
/* style the second level background */
.Countrymenu ul ul a.drop, .Countrymenu ul ul a.drop:visited 
{
	background:#FEDA00 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.Countrymenu ul ul a.drop:hover
{
	background:#FEDA00 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
.Countrymenu ul ul :hover > a.drop 
{
	background:#FEDA00 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.Countrymenu ul ul ul a, .Countrymenu ul ul ul a:visited 
{
	background:#FEDA00;
	
}
/* style the third level hover */
.Countrymenu ul ul ul a:hover 
{
	background:#FEDA00;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.Countrymenu ul ul 
{
	visibility:hidden;position:absolute;height:0;top:22px;left:0; width:149px;
}
/* another hack for IE5.5 */
* html .Countrymenu ul ul 
{
	top:22px;t\op:22px;
}
/* position the third level flyout menu */
.Countrymenu ul ul ul
{
	left:149px; 
	top:-1px; 
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.Countrymenu ul ul ul.left 
{
	left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.Countrymenu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}
/* style the second level links */
.Countrymenu ul ul a, .Countrymenu ul ul a:visited 
{
	background:#FFB709; 
	color:#BF1313; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px;border-width:0 1px 1px 1px;
}


/* yet another hack for IE5.5 */
* html .Countrymenu ul ul a, * html .Countrymenu ul ul a:visited 
{
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.Countrymenu a:hover, .Countrymenu ul ul a:hover
{
	color:#fff; 
	background:#FFB709;
}
.Countrymenu :hover > a, .Countrymenu ul ul :hover > a 
{
	color:#fff;
	background:#FFB709;
}
/* make the second level visible when hover on first level list OR link */
.Countrymenu ul li:hover ul, .Countrymenu ul a:hover ul
{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.Countrymenu ul :hover ul ul
{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.Countrymenu ul :hover ul :hover ul
{ 
	visibility:visible;
}