/********************************************************************
Project:		5 Ways Artists Group web site
Page:			css/menu.php
Decsription:	Drop down menu style sheet
Change Log:		2007-12	PAN	Original version, modfied from 
							Stu Nicholls' orgiinal
********************************************************************/

/* ================================================================ 
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/example_flyout.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.
=================================================================== */
.menu {
float: left; font-family: verdana,geneva,arial,helvetica,sans-serif; width:125px; height:125px; position:relative; font-size:11px; margin: 0; z-index:10;
}
.menu ul {
padding:0; margin:0; list-style-type: none; background:#fa4b04; width:125px; height:125px; border: 0;
}

.menu ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:125px;
}
.menu ul li {
float:left;
color:#fff;
}
.menu ul li a, .menu ul li a:visited {
display:block; float:left; text-decoration:none; width:105px; height:25px; line-height:24px; font-size:11px; background:transparent; padding-left:20px; font-weight: bold; color: #fff;
}
* html .menu ul li a, * html .menu ul li a:visited {width:105px; w\idth:105px;}

.menu table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu ul li:hover a,
.menu ul li a:hover{
background:#d94103; color:#fff;
}

.menu ul li:hover {position:relative; z-index:9;}
* html .menu2 ul li a:hover {position:relative; z-index:10;}

.menu ul li:hover ul,
.menu ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:0; background:#ff6b2f; overflow:visible; font-size:10px; width: 125px;
}
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a{
display:block; background:transparent; color:#fff; line-height:25px; padding:0px; height:auto; text-decoration:none; font-size:10px; width: 120px; padding-left:5px;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {
background:#d94103; color:#fff;
}

.menurule {
	margin:0 0 0 5px;
	padding:0;
	border:0;
	height: 0;
	width: 115px;
	line-height: 0px;
	border-top: 1px solid #c53f09;
	border-bottom: 1px solid #f8baa0;
	z-index:20;
}
.menurule1, .menurule2, .menurule3, .menurule4 {
	margin:0;
	padding:0;
	border:0;
	position:absolute;
	left:5px;
	height: 0px;
	width: 115px;
	line-height: 0px;
	border-top: 1px solid #c53f09;
	border-bottom: 1px solid #f8baa0;
	z-index:20;
}
#artistpages .menurule {
	border-top: 1px solid #666;
	border-bottom: 1px solid #fff;
}
.menurule1 {
	top:23px;
}
.menurule2 {
	top:48px;
}
.menurule3 {
	top:73px;
}
.menurule4 {
	top:98px;
}

