.menu {
font-family:arial,sans-serif;
height:75px;
position:relative;
width:900px;
z-index:100;
}
* html .menu {
width:900px;
}
.menu ul {
list-style-type:none;
margin:0;
padding:0;
}
.menu ul ul {
width:25px;
}
.menu li {
float:left;
position:relative;
width:100px;
}
.menu a, .menu a:visited {
background:transparent none repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-size:12px;
font-weight:bold;
height:30px;
line-height:29px;
padding-left:10px;
text-decoration:none;
width:87px;
}
* html .menu a, * html .menu a:visited {
width:100px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:transparent url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat scroll 130px center;
}
.menu ul ul a.drop:hover {

background:transparent url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat scroll 130px center;
}
.menu ul ul :hover > a.drop {

background:transparent url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat scroll 130px center;
}
.menu ul ul ul a, .menu ul ul ul a:visited {

background:lightYellow none repeat scroll 0 0;
}
.menu ul ul ul a:hover {

background:White none repeat scroll 0 0;
}
.menu ul ul {
height:0;
left:0;
position:absolute;
top:31px;
visibility:hidden;
width:100px;
}
* html .menu ul ul {
top:31px;
}
.menu ul ul ul {
left:142px;
top:-1px;
width:100px;
}
.menu ul ul ul.left {
left:-149px;
}
.menu table {
border-collapse:collapse;
left:0;
position:absolute;
top:0;
}
.menu ul ul a, .menu ul ul a:visited {

background:lightGrey none repeat scroll 0 0;
color:#000000;
height:auto;
line-height:1em;
padding:5px 10px;
width:128px;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
width:128px;
}
.menu a:hover, .menu ul ul a:hover {

background:#FFFFFF none repeat scroll 0 0;
color:#000000;
}
.menu :hover > a, .menu ul ul :hover > a {

background:white none repeat scroll 0 0;
color:#000000;
}
.menu ul li:hover ul, .menu ul a:hover ul {
visibility:visible;
}
.menu ul :hover ul ul {
visibility:hidden;
}
.menu ul :hover ul :hover ul {
visibility:visible;
}
