/* CUSTOM NAV stylesheet for AFE Symposium, Griffith University web site. (c) 2005 */
/* Version 2.0 */

/* -------------------- all non-scheme-specific settings -------------------- */

body {
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
   text-align : left;
   margin : 0;
}

#mainMenu {
   margin: 0;
   padding: 2px 0 0 0;
   width: 190px;
   height: 168px;
   border: 0;
   font-style: normal;
   font-family: Arial, Helvetica, sans-serif;
   list-style-type: none;
   text-decoration: none;
   background-color: #3d2c70;
}

#mainMenu li.selected a {
   padding: 3px 5px 3px 10px;
   display: block;
   font-size: 10px;
   font-weight: bold;
   width: 100%;
   color: #ffffff;
   background-color: #3d2c70;
   text-decoration: none;
   border: 1px solid #3d2c70;
   text-align: left;
}

#mainMenu li a:hover {
   color: #330066;
   background-color: #ffffff;
   border: 1px solid #a3a3d1;
}

