
/**************************/
/* THIS IS THE MAIN STUFF */
/**************************/

/*  Used for navigation   */
.navigation {
font-size: 11px;
color: #b20175;
}
/* remove all the bullets, borders and padding from the default list styling */
.navigation ul {list-style-type:none;}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.navigation ul li {float:left;padding:0 5px 0 5px;}
/* style the table so that it takes no part in the layout - required for IE to work */

.navigation a:link {text-decoration: none; color: #b20175;}
.navigation a:visited {text-decoration: none; color: #b20175;}
.navigation a:active {text-decoration: none; color: #b20175;}
.navigation a:hover {text-decoration: underline; color: #b20175;}


/****************************/
/* THIS IS STUFF FOR LEVEL 1 */
/****************************/


