/* ================================================================ 
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/drop_examples.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.
=================================================================== */
/* commom style for all browsers */

.container4 {
	text-align:center; 
	background:#eee url(../Images/Icons/menu4.gif); 
	border:1px solid #99004d; 
	border-width:5px 1px 1px 1px; 
	height:30px;
	margin:0 0 20px 0;
}

.menu4 {
	text-align:left; 
	font-family: verdana, sans-serif; 
	position:relative; 
	font-size:0.85em; 
	background:transparent; 
	width:600px; 
	height:30px; 
	margin:0 auto;
}
.menu4 ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
}
.menu4 ul li {
	float:left; 
	position:relative;
}
.menu4 ul li.home {background:transparent url(../Images/Icons/menu4home.gif);}
.menu4 ul li.info {background:transparent url(../Images/Icons/menu4info.gif);}
.menu4 ul li.venues {background:transparent url(../Images/Icons/menu4venues.gif);}
.menu4 ul li.prizes {background:transparent url(../Images/Icons/menu4prizes.gif);}
.menu4 ul li.results {background:transparent url(../Images/Icons/menu4results.gif);}
.menu4 ul li.contact {background:transparent url(../Images/Icons/menu4contact.gif);}
.menu4 ul li.gallery {background:transparent url(../Images/Icons/menu4gallery.gif);}
.menu4 ul li.news {background:transparent url(../Images/Icons/menu4news.gif);}
.menu4 ul li.sub1way {background:transparent url(../Images/Icons/menu4sub1way.gif) no-repeat;}
.menu4 ul li.subaccess {background:transparent url(../Images/Icons/menu4subaccess.gif) no-repeat;}
.menu4 ul li.subvenues {background:transparent url(../Images/Icons/menu4subbrass.gif) no-repeat;}
.menu4 ul li.subhome {background:transparent url(../Images/Icons/menu4subhome.gif) no-repeat;}
.menu4 ul li.subtravel {background:transparent url(../Images/Icons/menu4subtravel.gif) no-repeat;}
.menu4 ul li.subwalk {background:transparent url(../Images/Icons/menu4subwalk.gif) no-repeat;}
.menu4 ul li.subroadw {background:transparent url(../Images/Icons/menu4subroadw.gif) no-repeat;}
.menu4 ul li.subprize {background:transparent url(../Images/Icons/menu4subtrophy.gif) no-repeat;}
.menu4 ul li.subbeer {background:transparent url(../Images/Icons/menu4subbeer.gif) no-repeat;}
.menu4 ul li.subbed {background:transparent url(../Images/Icons/menu4subbed.gif) no-repeat;}
.menu4 ul li.subphotoarchive {background:transparent url(../Images/Icons/menu4subphotoarchive.gif) no-repeat;}
.menu4 ul li.subnews {background:transparent url(../Images/Icons/menu4subnews.gif) no-repeat;}
.menu4 ul li.subnews2 {background:transparent url(../Images/Icons/menu4subnews2.gif) no-repeat;}
.menu4 ul li.subnews3 {background:transparent url(../Images/Icons/menu4subnews3.gif) no-repeat;}
.menu4 ul li.subvideo {background:transparent url(../Images/Icons/menu4subvideo.gif) no-repeat;}
.menu4 ul li.subrosette {background:transparent url(../Images/Icons/menu4subrosette.gif) no-repeat;}
.menu4 ul li.subcamera {background:transparent url(../Images/Icons/menu4subcamera.gif) no-repeat;}
.menu4 ul li.subnorth {background:transparent url(../Images/Icons/menu4submap.gif) no-repeat;}
.menu4 ul li.subsign {background:transparent url(../Images/Icons/menu4subsign.gif) no-repeat;}
.menu4 ul li.subhelp {background:transparent url(../Images/Icons/menu4subhelp.gif) no-repeat;}
.menu4 ul li.subemail {background:transparent url(../Images/Icons/menu4subemail.gif) no-repeat;}
.menu4 ul li.sublist {background:transparent url(../Images/Icons/menu4sublist.gif) no-repeat;}
.menu4 ul li.subfolder {background:transparent url(../Images/Icons/menu4subfolder.gif) no-repeat;}
.menu4 ul li.subhistory {background:transparent url(../Images/Icons/menu4subhistory.gif) no-repeat;}
.menu4 ul li.sublink {background:transparent url(../Images/Icons/menu4sublink.gif) no-repeat;}
.menu4 ul li.subsound {background:transparent url(../Images/Icons/menu4subsound.gif) no-repeat;}
.menu4 ul li.subguestb {background:transparent url(../Images/Icons/menu4subguestb2.gif) no-repeat;}
.menu4 ul li.subsubl {background:#eee url(../Images/Icons/next.gif) no-repeat top left;}
.menu4 ul li.subsubr {background:#eee url(../Images/Icons/previous.gif) no-repeat 145px 0;}

.menu4 ul li a, .menu4 ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:70px; 
	height:30px; 
	color:#000; 
	padding-left:30px; 
	line-height:29px;
}
* html .menu4 ul li a, .menu4 ul li a:visited {
	width:100px; 
	w\idth:70px;
}

.menu4 ul li ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:0; 
	height:0; 
	overflow:hidden;
}
.menu4 table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu4 ul li:hover a,
.menu4 ul li a:hover {
	color:#99004D; 
	text-decoration:underline; 
	border:0;
}
.menu4 ul li:hover ul,
.menu4 ul li a:hover ul {
	visibility:visible; 
	width:170px; 
	height:auto; 
	position:absolute; 
	top:30px; left:-1px; 
	background:#fff; 
	border:1px solid #99004d; 
	overflow:visible;
}
.menu4 ul li:hover ul li a,
.menu4 ul li a:hover ul li a {
	display:block; 
	background:transparent; 
	text-decoration:none; 
	color:#99004D; 
	height:auto; 
	line-height:1.5em; 
	padding:5px 10px 5px 35px; 
	width:170px; 
	w\idth:125px;
}
.menu4 ul li:hover ul li a.drop,
.menu4 ul li a:hover ul li a.drop {
	display:block; 
	color:#000; 
	height:auto; 
	line-height:1.5em; 
	padding:5px 10px 5px 35px; 
	width:170px; 
	w\idth:125px;
}
.menu4 ul li:hover ul li ul,
.menu4 ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:0; 
	height:0; 
	overflow:hidden;
}
.menu4 ul li:hover ul li a:hover,
.menu4 ul li a:hover ul li a:hover {
	color:#00f; 
	text-decoration:underline;
}
.menu4 ul li:hover ul li:hover ul,
.menu4 ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	top:0; 
	color:#000; 
	left:166px; 
	height:auto; 
	border:1px solid #99004d;
}
.menu4 ul li:hover ul li:hover ul.left,
.menu4 ul li a:hover ul li a:hover ul.left {
	left:-166px;
}
.menu4 ul li:hover ul li:hover ul li a,
.menu4 ul li a:hover ul li a:hover ul li a {
	display:block; 
	color:#00f; 
	height:auto; 
	line-height:1.5em; 
	padding:5px 10px 4px 35px; 
	width:170px; 
	w\idth:140px;
}
* html .menu4 ul li a:hover ul li a:hover ul li a {
	padding:4px 10px 4px 35px;
}

.menu4 ul li:hover ul li:hover ul li:hover a,
.menu4 ul li a:hover ul li a:hover ul li a:hover {
	color:#000; 
	text-decoration:underline;
}
