
* {margin:0; padding:0;}
body, img, table, tr, th, td, form, h1, h2, h3, h4, h5 {border:0;}
body {
	padding:0px 0; 
	background: #0A1F5C url("img/bg.gif") 0 0 repeat-x; 
	font:0.8em/1.5 "arial", serif; text-align:center;
}

	
#menu {
	float:left;
	width: 185px;
	margin: 0px;
	height:40px;
	}
#menu ul {
	list-style: none;
	line-height: normal;
	height:40px;
	margin: 0;
	padding: 0;
	}
	
#menu li a {
  	height: 40px;
	font-weight:bold;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(menubg.gif) 0 0px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #FFFFFF;
	background: url(menubg.gif) 0 -38px;
	padding: 8px 0 0 10px;
	}