#info {position:relative;}
p.bold {padding-left:15px; color:#c00;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:200px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}


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

.menu_drop {
	/*width:150px; 
	height:34px;*/ 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
	float: left;
}

/* hack to correct IE5.5 faulty box model */
/** html .menu_drop {width:746px;}

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

}
.menu_drop ul ul {
	width:150px;
	}
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu_drop positon */
.menu_drop li {
	float:left;
	width:150px;
	position:relative;
	}
	
/* style the links for the top level */
.menu_drop a, .menu_drop a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width:150px; 
	height:34px;   
	background-image: url(menu_background.gif); 
	line-height:32px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_drop a, * html .menu_drop a:visited {
	width:150px; w\idth:150px;
	}

/* style the second level background */
.menu_drop ul ul a.drop, .menu_drop ul ul a.drop:visited {
	background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
	}
	
/* style the second level hover */
.menu_drop ul ul a.drop:hover{
	background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}

.menu_drop ul ul :hover > a.drop {
	background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu_drop ul ul ul a, .menu_drop ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu_drop ul ul ul a:hover {background:#ccc;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_drop ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0; width:150px;}
/* another hack for IE5.5 */
* html .menu_drop ul ul {top:34px;}

/* position the third level flyout menu_drop */
.menu_drop ul ul ul{left:150px;  width:150px;}

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

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

/* style the second level links */
.menu_drop ul ul a, .menu_drop ul ul a:visited {
	background:#ccc; 
	color:#fff; 
	height:26px; 
	line-height:24px;
	width:150px;
	background-image: url(menu_background.gif);
	}
/* yet another hack for IE5.5 */
* html .menu_drop ul ul a, * html .menu_drop ul ul a:visited {width:150px;}

/* style the top level hover */
.menu_drop a:hover, .menu_drop ul ul a:hover{
	color:#fff; 
	background:#ccc; 	
	text-decoration:none; 
	background-image: url(menu_background_hover.gif); 
	}
	
.menu_drop :hover > a, .menu_drop ul ul :hover > a {
	color:#fff;
	}

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