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



.menu {
	height:15px;
	position:relative;
	z-index:100;
	text-align:right;
	margin-top:4px;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom:5px;
	float: right;
	top:5px;
	font-weight:normal;
	margin-right: 345px;
}

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

.menu ul ul {
	width:149px;
}

/* 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;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	height:15px;
	padding-right:15px;
	font-size:12px;
}


/* style the second level background */
/*
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:url("/images/menubg.gif") #FFFFFF;
}
*/

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

.menu 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 ul ul ul a, .menu ul ul ul a:visited {
	font-size:12px;
}

/* style the third level hover */
/*
.menu ul ul ul a:hover {
	font-size:12px;
}
*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:16px;
	left:0;
	width:149px;
	margin-left:-18px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:15px;
	t\op:16px;
}


/* 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;
}


/* 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;
	;
}


/* style the second level links */
.menu ul ul li {
	width:146px;
	margin:0;
	background:url("/images/menubg_m.gif");
	padding-left:8px;
}

.menu ul ul li.first {
	background:url("/images/menubg_t.gif") no-repeat;
}

.menu ul ul li.only {
	background:url("/images/menubg.gif") no-repeat;
	padding-bottom:4px;
}

.menu ul ul li.last {
	background:url("/images/menubg_b.png") no-repeat bottom left;
	padding-bottom:8px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul li {
	width:156px;
	w\idth:146px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	padding:5px 10px;
	text-align:left;
	margin:0;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	font-size:0.5em;
	f\ont-size:12px;
}

/*
.menu ul li:hover a , .menu ul ul li:hover a {
	text-decoration:underline;
}
.menu ul li:hover ul a , .menu ul ul li:hover ul a {
	text-decoration:none;
}

.menu ul li:hover ul li:hover a, .menu ul ul li:hover ul li:hover a {
	text-decoration:underline;
}

/* style the top level hover */
/*
.menu a:hover, .menu ul ul a:hover{
	font-weight:normal;
	text-decoration:underline;
}

.menu:hover > a, .menu ul ul:hover > a {
	font-weight:normal;
}

*/

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

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

.menu li {
	border: 1px solid #ffffff;
}
.menu li li {
	border: 0px;
}

