#container{
text-align:center;
}
 #main{
     width: 1000px;
     margin: auto;
     background-color:#FFFFFF; 
	text-align:left;
   }

#menu2{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width: 100%;
	}
#menu2 ul {
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
#menu2 ul li {
width: 20%;
		float:left;
		padding:0px;
	}
	
#menu2 li ul {
	background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
	}

#menu2 li li {
background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
/* Styles for Menu Items */
#menu2 ul li a {
		background:#333333 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
	}
	
#menu2 li ul a {
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		
#menu2 ul li a:hover{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 3%; }
* html ul li a { height: 1%; }
/* End */

#menu2 li:hover ul, #menu2 li.over ul { display: block; } /* The magic */	










#top5 table.into {
width: 100%;
text-align: center;
font-size: 0.85em;
border: 1px solid;
border-color: #BD2414; 
font-family: "Arial";
color: #282828;
}

#top5 table.into thead {
background-color: #BD2414;
font-weight: bold;
width: 100%;
color: #fff;
}

#top5 table.into td {
border-bottom: 1px solid;
}

#top5 table.into tr:hover {
background-color: #ccc;
}


