/* The style sheet for the 2007-8 NSBE Region 6 website */

/* LINKS */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
    color:#0000ff;
}
a:hover {
	text-decoration: underline;
    color:#0000ff;
}
a:active {
	text-decoration: none;
}

/* MENU */
.menutitle{
    cursor:pointer;
    background-color:#1C5ED7;
    color:#ffffff;
    width:150px;
    padding:2px;
    text-align:center;
    /*/*/border:0px solid #000000;/* */
    font-family: Arial, Helvetica, sans-serif;
}

.submenu{
    background-color:#9EBE59;
    color:#FFFFFF;
    width:150px;
    padding:2px;
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
}
