/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:850px; height:28px; position:relative; font-size:13px; z-index:100; float:left; bottom:0px;}
.menu ul li a, .menu ul li a:visited, .menu ul li a:link {display:block; text-decoration:none; width:94px; height:24px; text-align:center; color:#454a4d;background-image: url(/media/rileymarshall.co.uk/images/tab.gif); line-height:23px; font-size:11px; overflow:hidden; font-weight:bold; padding:4px 0px 4px 0px; background-repeat:no-repeat;   }
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a, .menu ul li:link{color:#333;  background-image: url(/media/rileymarshall.co.uk/images/tab-hover.png); background-repeat:no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:28px; left:0; width:170px; text-align:left;}
.menu ul li:hover ul li a.hide { color:#ffffff;  width:170px;  text-align:left;}
.menu ul li:hover ul li:hover a.hide {background:#e5e5e5; color:#ffffff;  width:170px;  text-align:left;}
.menu ul li:hover ul li ul {display: none; width:170px;  text-align:left;}
.menu ul li:hover ul li a {display:block; background:#e5e5e5; color:#333;  width:170px;  text-align:left; padding-left:15px;}
.menu ul li:hover ul li a:hover {color:#f16024; background:#fff; width:170px;  text-align:left;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0; width:170px; text-align:left;}
.menu ul li:hover ul li:hover ul.left {left:-105px; width:170px; text-align:left;}

.menuSELECTED,.menu ul li.menuSELECTED a:link, .menu ul li.menuSELECTED a,.menu ul li.menuSELECTED a.hide { color:#333;background-image: url(/media/rileymarshall.co.uk/images/tab-hover.png); background-repeat:no-repeat;}
.menu-top-align {
	width: 570px;
	float:left;
}

