body {
font-family: Verdana;
background-color: 333333;
}

/* PARAGRAPH STYLE */

#navigator {
background-color: 333333;
width: 25%;
position: absolute;
top: 10px;
left: 10px;
padding: 1px;
}

p.navlink {
font-weight: bold;
text-align: center;
margin-bottom: 1px;
margin-top: 0px;
}

p.navlink a {
text-decoration: none;
display: block;
color: #ffffff;
background-color: #000000;
padding-top: 4px;
padding-bottom: 4px;
}

p.navlink a:hover {
background-color: ffffff;
color: gray;
font-weight: bold;
}

p.navlink a:link span {
display: none;
}

p.navlink a:visited span {
display: none;
}

p.navlink a:hover span {
display: block;
width: 100%;
position: absolute;
top: 22em;
font-weight: normal;
}

 a.over{
text-decoration: none;

color: #ffffff;
background-color: #000000;
padding-top: 0px;
padding-bottom: 0px;
}

 a.over:hover {

color: #ffffff;
background-color: #000000;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-decoration: overline;
}

 a.over:link span {
display: none;
}

 a.over:visited span {
display: none;
}


 a.over:hover span {
display: block;
width: 100%;
position: absolute;
top: 22em;
font-weight: normal;
}