body {
}

div {
	text-align:left
} 


/* MENU */

.menuBar {
	padding:3px;
	text-align:right;
}

.menuLevel0 {
	margin-top:10px;
	background:#DFDFDF;
	height:20px;
	width:110px;
}

a.menuLevelLink0 {
	color:#666;
  font-weight:normal;
	text-transform:uppercase;
  text-decoration:none;
}

a:hover.menuLevel0 {
	color:#EE0000;
  text-decoration:none;
}

.menuLevel1 {
	width:110px;
}

a.menuLevelLink1 {
	color:#666;
  font-weight:normal;
  text-decoration:none;
}

a:hover.menuLevel1 {
	color:#EE0000;
  text-decoration:none;
}

.button {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background-color: #EE0000;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: verdana;
	font-size:100%;
}