html { overflow-y: scroll; }body{	width: 800px;	margin: 0px auto;	 	padding: 0px 0px;	float: center;	position: relative;	list-style: none;  }/* Main menu ________________________________________________________________________________________________________________*/#menu{	width: 800px;	height: 24px;	margin: 0px;	padding: 0px 0px 0px 0px;	float: left;	position: relative;	list-style: none;  }#menu li{	width: 200px;	height: 24px;	margin: 0px 0px;	float: left;	padding: 0px 0px 0px 0px;	position: relative;	list-style: none; 	line-height: 0;	}#menu a {	width: 200px;	height: 24px;	margin: -0px -0px; 	float: left;	padding: 0px 0px 0px 0px;	position: relative;	list-style: none; 	line-height: 0;		background: #801010;	background: -moz-linear-gradient(#801010, #d03030);     background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d03030),color-stop(1, #801010));		background: -webkit-linear-gradient(#801010, #d03030);		background: -o-linear-gradient(#801010, #d03030);	background: -ms-linear-gradient(#801010, #d03030);	background: linear-gradient(#801010, #d03030);	-moz-border-radius: 2px;	border-radius: 2px;	-moz-box-shadow: 0 2px 2px #aaaaaa;	-webkit-box-shadow: 0 2px 2px #aaaaaa;	box-shadow: 0 2px 2px #aaaaaa;	color: #bbbbbb;	text-transform: uppercase;	font: bold 12px/25px Arial, Helvetica;	text-decoration: none;	text-shadow: 0 2px 4px #111111;	text-align: center;}#menu li:hover > a{	background: #a01010;	background: -moz-linear-gradient(#801010, #f04040);     background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #f04040),color-stop(1, #801010));		background: -webkit-linear-gradient(#801010, #f04040);		background: -o-linear-gradient(#801010, #f04040);	background: -ms-linear-gradient(#801010, #f04040);	background: linear-gradient(#801010, #f04040);	color: #f1d060;	font: bold 12px/25px Arial, Helvetica;}#menu li:hover > ul{	display: block;}/* Sub-menu _______________________________________________________________________________________________________________*/#menu ul{ 	display: none;	top: 35px;   	left: 0;   	width: 200px;	height: 24px;	margin: 0px 0px;	float: left;	padding: 0px 0px 0px 0px;	position: relative;	list-style: none; 	line-height: 0;	font: 12px/25px Arial, Helvetica;}#menu ul li { }#menu ul a{       width: 200px;	height: 24px;	margin: -3px -3px;	top:-32px;	left: 10px; 	float: left;	padding: 0px 0px 0px 10px;	position: relative;	list-style: none; 	line-height: 0;		background: #901010;	background: -moz-linear-gradient(#801010, #d03030);     background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d03030),color-stop(1, #801010));		background: -webkit-linear-gradient(#801010, #d03030);		background: -o-linear-gradient(#801010, #d03030);	background: -ms-linear-gradient(#801010, #d03030);	background: linear-gradient(#801010, #d03030);	-moz-border-radius: 0px;	border-radius: 5px;	-moz-box-shadow: 1 1px 1px #aaaaaa;	-webkit-box-shadow: 1 1px 1px #aaaaaa;	box-shadow: 0 2px 2px #aaaaaa;	color: #cccccc;	text-transform: none;	font: 12px/25px Arial, Helvetica;	text-decoration: none;	text-shadow: 0 2px 2px #000000;	text-align: left;}#menu ul a:hover{    color: #ffffff;    font: 12px/25px Arial, Helvetica;}#menu ul li:first-child > a:after{    content: '';    position: absolute;    left: 10px;    top: -8px;    width: 0;        height: 0;    border-left: 8px solid transparent;    border-right: 8px solid transparent;    border-bottom: 8px solid #901010;  }#menu ul li:first-child a:hover:after{    border-bottom: 8px solid #901010;}#menu ul ul{	width: 100px;	left: 141px;  	position: absolute;  	top: 10px;  	z-index: 99999;}#menu ul ul li:first-child a:after{    left: -8px;    top: 4px;    width: 0;    height: 0;    border-left: 0;	    border-bottom: 6px solid transparent;    border-top: 6px solid transparent;    border-right: 8px solid #b02020; }#menu ul ul li:first-child a:hover:after{    border-left: 0;	    border-bottom: 6px solid transparent;    border-top: 6px solid transparent;    border-right: 8px solid #c02020;}#menu ul li ul li{    color:#00ff00}#menu ul li:last-child {}#menu ul li:first-child > a {}#menu ul li:last-child > a {}/* Clear floated elements */#menu:after {	visibility: hidden;	display: block;	font-size: 0;	content: " ";	clear: both;	height: 0;}*html #menu ul a /* IE6 */ {height: 10px;}*:first-child+html #menu ul a /* IE7 */ {height: 10px;}*html #menu li a:hover /* IE6 */ {	color: #fafafa;}*html #menu              { zoom: 1; } /* IE6 */*:first-child+html #menu { zoom: 1; } /* IE7 */