
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop12.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#block {
	position:relative;
	width:770px;
	height:35px;
	background:url(/Images/Menu/topbar/back.gif);
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	z-index: 1;
}
#block, #block ul {padding:0; margin:0; list-style:none;}
#block table {border-collapse:collapse; width:0; height:0; border:0; font-size:1em; position:absolute; left:0; top:0;}
#block div {position:absolute; left:-9999px;}
#block div ul {background:url(/Images/Menu/topbar/buttonon.png);}
#block li.top {float:left; text-align:center; }
/*#block li.first {margin-left:25px; display:inline;}*/
#block li.top a {
	display:inline;
	color:#FFFFFF;
	height:35px;
	line-height:33px;
	text-decoration:none;
	background:transparent;
}
#block li.top a:hover  {
	border:0;
	color:#333333;
}
#block li.top:hover > a  {
	color:#333333;
}

#block :hover div {
	left:0;
	top:33px;
	width:700px;
	height:auto;
}
#block :hover div ul {width:770px; height:200px;}
#block :hover ul li {width:100%; height:100%; background:url(trans.gif);}
#block :hover ul li dl {
	padding:0;
	width:400px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
}
#block :hover ul li dl dt {
	padding:0;
	margin:0;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	font-size: 18px;
}
#block :hover ul li dl dd {
	padding:0;
	margin:0;
	color:#FFFFFF;
	text-align:left;
	width:100%;
}
#block :hover ul li dl dd a {
	text-decoration:none;
	color:#FFFFFF;
	width:100%;
	font-weight:normal;
	text-align:left;
	height:25px;
	line-height:25px;
	position:relative;
	font-size: 14px;
}
#block :hover ul li dl dd a:hover {
	color:#333333
	text-decoration: underline;
	font-size: 14px;
}

[if lte IE 6]>
#block li a:hover div ul {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/test/topbar/buttonon.png', sizingMethod='crop');}
<![endif]
