body {
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #ffffff;
}

img {
	border:0}

h1 {
	font-size:10px;
	font-weight:normal;
	padding:-0.5px;
	margin:0
  }

#mainMenu {
  margin: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
/*  background-color: rgb(249,249,249);*/
/*  border: 1px solid rgb(240,240,240); */
  -moz-border-radius: 15px;
}

#menuList {
  margin: 0px;
  padding: 15px;
}

.menu, .submenu {
  margin-left: 20px;
  padding: 0px;
}

li, ul {
	list-style: none outside;
}

a {
  padding-left: 15px;
  text-decoration: none;
  color: #000;
}

a.file {font-size:11px; color:#70523E; text-decoration:none}

a.name{
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.menu li .file {
  font-size: 12px;
  background: url(../images/blank_page.png) no-repeat 0em 0.3em;
  padding-top: 3px;
}

.menu li .folder {
	font-weight: bold;
	background: url(../images/simple_folder.png) no-repeat 0em 0.3em;
	padding-top: 3px;
}

b.error {
	color: rgb(220,0,0);
}

#footer {
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #00A;
}
.menu-bottom {
  padding-left: 0px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px
  }
	
.menu-bottom a {
  padding-left: 0px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
  color:#996
  }


