#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/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.
=================================================================== */

/* BASIC MENU */

.menu {
	width:100%; 
	height:25px; 
	font-size:0.85em; 
	position: relative; 
	z-index:500;
	background: url(../images/menu-fade.jpg) top repeat-x;
	border: 1px solid #FFF;
	border-width: 1px 0 1px 0;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:100%; 
	w\idth:100%;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}


/* MENU LEVEL 1 */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	margin-left: -27px;
	background: url(../images/menu-black.gif) right no-repeat;
	height:25px; 
}

.menu li.on {
	float:left;
	position:relative;
	margin-left: -30px;
	background: url(../images/menu-red.gif) right no-repeat;
	height:25px; 
}

.menu li.grey {
	float:left;
	position:relative;
	margin-left: -30px;
	background: url(../images/menu-grey.gif) right no-repeat;
	height:25px; 
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	text-decoration:none; 
	color:#fff; 
	height:25px; 
	padding-left:40px;
	padding-right:40px; 
	line-height:25px;
	text-align:center;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:100px;
	w\idth:89px;
}

.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
}

.menu ul :hover ul ul{
	visibility:hidden;
}


/*MENU LEVEL 2 */

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #FFF;
	text-align:left; 
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background: #ce141d;
}

.menu ul ul :hover > a.drop {
	background: #ce141d;
}

.menu ul ul li {
	border: 1px solid #FFF;
	border-width: 0 1px 1px 1px;
	background: #FFF;
	float:left;
	position:relative;
	z-index: 200;
	margin-left: 0px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	z-index: 200;
	height:0;
	top:25px;
	width: 100px;
	left:0;
	border-top:1px solid #FFF;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:25px;
	t\op:25px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#FFF;
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px;
	border-width:0 1px 1px 1px;
	text-align: left;
	font-size: 12px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}

.menu ul ul a:hover{
	color:#fff; 
	background:#ce141d;
}

.menu ul ul :hover > a {
	color:#fff;
	background:#ce141d;
}

.menu ul :hover ul :hover ul{
	visibility:visible;
}

.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}


/* MENU LEVEL 3 */

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:none;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background: #ce141d;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

.menu ul :hover ul :hover ul :hover ul{
	visibility:visible;
}

.menu ul :hover ul :hover ul ul ul{
	visibility:hidden;
}


/* MENU LEVEL 4 */

/* style the third level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background:none;
}

/* style the third level hover */
.menu ul ul ul ul a:hover {
	background: #ce141d;
}

/* position the third level flyout menu */
.menu ul ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul ul.left {
	left:-149px;
}

.menu ul :hover ul :hover ul :hover ul :hover ul{
	visibility:visible;
}

.menu ul :hover ul :hover ul :hover ul ul{
	visibility:hidden;
}

/* style the top level hover */
.menu a:hover {color:#fff; background: url(../images/menu-red.gif) right no-repeat;}
.menu ul ul :hover > a {color:#fff;background:#ce141d;}
.menu :hover > a {color:#fff; background: url(../images/menu-red.gif) right no-repeat;}

