/* CSS Document */

#banner {
	width:1000px;
	height:244px;
	background: url(../images/banner.jpg) no-repeat;  
	}
#menuarea {
	width:1000px;
	height:46px;
	margin:0 auto;
	background:url(../images/menubg.jpg) repeat-x;
	}
#menulist a
	{
		width:auto;
		height:33px;
		font-family:verdana;
		font-size:12px;
		color: #FFFFFF;
		text-decoration:none;
		float:left;
		padding-right:15px;		
		font-weight:bold;
		padding-left:15px;
		padding-top:13px;
		
	}
#menulist a:hover
	{
		
		color: #000000;
			}	
#menudivision {
	width:2px;
	height:46px;
	background:url(../images/menudivision.jpg) no-repeat;
	float:left;
	}		
