

body {
  background: url("/images/wallpaper_bg.gif");
  font: normal 75% Verdana;
  margin-top: 3px;
  margin-left: 3px;
  padding: 0;
  margin-right: 5px;
}

p {
  font-family: georgia, serif; 
  font-size: small;
}

hr {
  color: #000000; 
  height: 1px 
}

a:link {color:#2b4484; text-decoration: none}      /* unvisited link */
a:visited {color:#2b4484; text-decoration: none}  /* visited link */
a:hover {color:#3b5eb6; text-decoration: none}  /* mouse over link */
a:active {color:#2b4484; text-decoration: none}  /* selected link */
a:visited:hover {color:#3b5eb6; text-decoration: none}  /* mouse over link */

ul {
font-family: georgia, serif;
font-size: small;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-indent: 5px;
list-style-position: outside;
list-style-type: square;
padding: 6px;
margin: 2px;
}

.applemenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #000000;
}

.applemenu div.silverheader a{
background: black url(/images/silvergradient.gif) repeat-x center left;
font: bold 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(/images/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 100px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
