/* Navigation frame style rules */
body {
    background-color: #421;
    color: #FFE;
    text-align: center;
}
div {
    margin: 10px auto 10px;
}
#icon-frame,
#icon {
	height: 92px;
	width: 92px;
}
#icon-frame {
	background-image: url(../../images/icons/hi.jpg);
}
/*
#icon-frame {
    margin-top: 32px;
    border: 2px ridge #ffe;
    padding: 3px;
    width: 40px;
}
#bulletin-table {
    display: none;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #FFE;
    background-color: #404040;
    width: 116px;
    height: 150px;
    font-family: "times serif", serif;
    font-style: italic;
}
*/
#email a,
#no-frames a {
    text-decoration:none;
}
#email a:link,
#email a:visited,
#no-frames a:link,
#no-frames a:visited {
    color: #F8F8E0;
    background: #333;
}
#email a:hover,
#no-frames a:hover {
        color: #FF0;
        background-color: #808080;
}

/* Begin Menu styles */
/*
#main-menu-div{
    width: 114px;
    padding: 1px;
    background-color: #000;
}
#main-menu-div .menu-item {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #eee #666 #666 #eee;
    width: 110px;
    height: 1.5em;
    line-height: 1%;
    background: #c7c7c7 url(../../images/backgrounds/red-side-menu.png) repeat-y;
   }
#main-menu-div #side-menu,
#main-menu-div .bullet {
     display: none;
}
#main-menu-div a {
    display: block;   /* allows the text to be left aligned */
  /*  margin: 0 0 0 0;
    height: 100%;
    padding: 0 0 0 15px;
    text-align: left;
    text-decoration: none;
    font: 12px/22px sans-serif;
    color: #000;
    clear: none;
    z-index: 0;
}
#main-menu-div a:link {
    color: #800;
}
#main-menu-div a:visited {
    color: #606;
}
#main-menu-div a:hover {
    color: #000;
    border-right: 1ex solid #ff9;
}
#main-menu-div a:active {
    border-color: #666 #eee #eee #666;
    border-right: 1ex solid #0fc;
    color: #ff0;
    background: #333 url(../../images/backgrounds/red-side-menu-active.png) repeat-y;
}
*/
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#menu li {
	margin: 0px auto;
	padding: 0;
	height: 32px;
}
#menu li a {
	text-decoration: none;
}
#menu li a img {
	border: 1px solid #000;
	width: 106px;
	height: 30px;
}
#menu li a:hover img {
	border-color: #f5ec70;
}
#maintenance {
    margin: 3px;
    border: 3px ridge #ff0;
    font-size: 80%;
    font-family: sans-serif;
    color: #fff;
    background-color: #800;
}
/* End menu styles */


