﻿#top
{
	width: 100%;
	height: 136px;
	padding:0;
	margin:0
}
#top #topBanner
{
	width: 100%;
	height:107px;
	background-image:url('/img/topBanner.gif');
}
#top #topMenu
{
	width: 100%;
	height:29px;
	background-image:url('/img/topMenuBg.gif');
	background-repeat:repeat-x;
	
}
#top #topMenu ul
{
	width: 840px;
	height:29px;
	margin:0 auto;
}
#top #topMenu ul li
{
	list-style-type:none;
	line-height:26px;
	float:left;
	width:80px;
	padding:0 2px;
}
#top #topMenu ul li a
{
	text-decoration:none;
	text-align:center;
	color:White;
	font-size:12px;
}
#top #topMenu ul li a:hover
{
	color:#fbdbdb;
	text-decoration: underline;
}
#top #topMenu ul li a:visited
{
	color:#fbdbdb;
}
