body {
 background-color:#d3d3d3;
 font-family:verdana, helvetica;
 font-size:11pt;
 margin:0;
}
#outer {
 text-align:center;
 margin:0; 
}
.admin {
 margin:10px auto auto auto; 
 line-height:24pt;
 width:600px;
 text-align:left;   
}
.admin table, .admin form {
 width:100%;
}
.admin table td {
 padding:3px;
}
.admin table, td, th {
 border:1px solid #999;
}
.admin th {
 font-size:9pt;
}
.admin #upArrowCol, .admin #downArrowCol {
 width:40px;
}
.mainMenuItem, .subMenuHeading {
 width:100px;
}
#editSubMenuHeading {
 margin:10px 40px 0 40px;
}
/* MENU */
#menu {
 position:absolute;
 top:45px;
 margin:0 15px 0 15px; 
 width:100px; 
}
#menu a {
 display:block;
 font-family:verdana;
 font-weight:bold;
 font-size:0.8em;
 height:1.8em;
 text-align:left;
 text-decoration:none;
 padding:4px 0 3px 6px;
}
#menu #firstlink {
 margin-top:0;
}
#menu a:link, #menu a:visited {
 color:#006633;
 background-color:#ccc;
 border-top:1px solid #000;
 border-bottom:1px solid #000;
 border-left:1px solid #000;
 border-right:4px solid #555; 
}

#menu a:hover, #menu a:active {
 text-decoration:underline;
 background-color:#efefef;
 border-right:4px solid #f00;
}
/* END MENU */
