body {
    /*
    background-image: url(background2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    */
    font-family: sans-serif;
    /*margin-left: 15%;*/
    margin-right: 15%;
    margin-top: 10%;
}

.exclamation{
    font-variant: small-caps;
    font-size: 105%;
}

.announcement{
    text-align: center;
}

.title{
    font-size: 150%;
    color: #729fcf;
}

ul.address{
    list-style-type: none;
}

#menu {
width: 7em;/**/ /* set width of menu */
/*background: #eee;*/
float: left;
height: 100%;
/*margin-right: 1em;*/
}

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
display: block;
/*border-width: 1px;*/
/*bborder-style: solid;*/
/*bborder-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
/*bbackground: #efefef;*/
text-decoration: none;
}

#menu a:hover {
color: #a00;
//bbackground: #fff;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
