/* ================================================================ 
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_variations.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.
=================================================================== */
.wrolc_menu {
	font-family: tahoma, geneva, sans-serif;
	width:910px;
	height:332px;
	background:#fff url(/media/menu/random.php) 0 30px no-repeat;
	position:relative;
	margin:0;
	text-align:left;
}
.wrolc_menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.wrolc_menu ul li {
	float:left;
	position:relative;
}
.wrolc_menu ul li a, .wrolc_menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#999;
	width:142px;
	height:20px;
	font-weight:bold;
	border-bottom:8px solid #999;
	background:#fff;
	padding-left:8px;
	line-height:20px;
	margin-right:2px;
	font-size:13px;
}
* html .wrolc_menu ul li a, .wrolc_menu ul li a:visited {
	width:152px;
	w\idth:142px;
}
.wrolc_menu ul li ul {
	display:none;
}
.wrolc_menu table {
	margin:-1px;
	border-collapse:collapse;
	font-size:13px;
}
.wrolc_menu ul li:hover a, .wrolc_menu ul li a:hover {
	color:#000;
	border-bottom:8px solid #69f;
}
.wrolc_menu ul li:hover ul, .wrolc_menu ul li a:hover ul {
	display:block;
	position:absolute;
	top:18px;
	margin-top:10px;
	left:0;
	width:148px;
	border:1px solid #999;
	border-top:0;
	background:transparent;
}
.wrolc_menu ul li:hover ul li a, .wrolc_menu ul li a:hover ul li a {
	display:block;
	background:transparent url(/media/menu/opaque.png);
	color:#000;
	border:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
	height:auto;
	line-height:12px;
	padding:4px 5px 4px 5px;
	width:138px
}
.wrolc_menu ul li:hover ul li a:hover, .wrolc_menu ul li a:hover ul li a:hover {
	background:#69f;
	color:#fff;
}
.wrolc_menu ul li a:hover ul {
	background:transparent;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	margin-top:10px;
}
.wrolc_menu ul li a:hover ul li a {
	background:#fff;
	width:148px;
	w\idth:138px;
}
.wrolc_menu ul li a.last_item, .wrolc_menu ul li a.last_item:visited {
	margin-right:0;
}

