body{
	height: 100%
	}
body, p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	}
a {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu {
	margin: 0px;
	position: relative;
	float: left;
	font-weight: bold;
	}
#menubg {
  	height: 32px;
	margin: 0px;
	background: url(../images/menux.gif);	
	}
#menu.side {
	border-right-width: 1px;
	border-right-color: 21528f;
	border-right-style: solid;
	}
#menu a {
  	height: 32px;
  	voice-family: Verdana, Arial, Helvetica, sans-serif; 
  	voice-family: inherit;
	text-decoration: none;
	}
#menu a:link, #menu a:visited {
	color: #000033;
	display: block;
	background: url(../images/menu.gif);
	padding: 8px 8px 0 8px;
	text-align: right;
	}
#menu a:hover {
	color: #fff;
	background: url(../images/menu.gif) 0 -32px;
	padding: 8px 8px 0 8px;
	text-align: right;
	}
#menu a:active {
	color: #fff;
	background: url(../images/menu.gif) 0 -64px;
	padding: 8px 8px 0 8px;
	text-align: right;
	}

