@charset "utf-8";
/* CSS Document */

#header {
	position: absolute;
	height: 180px;
	width: 1000px;
	background-image: url(/images/WOIHeader.jpg);
}
#ContentContainer {
	background-color: #36f;
	height: auto;
	width: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 0px;
	top: 0px;
}
#UserContent {
	position: relative;
	height: auto;
	width: 990px;
	top: 180px;
	background-color: #96F;
	margin: 0px;
	padding: 5px;
}
#footer {
	background-color: #009;
	position: relative;
	height: 65px;
	width: 1000px;
	top: 170px;
}


#menubar {
	background-color: #36F;
	height: 35px;
	width: 1000px;
	position: relative;
	top: 180px;
}
#ContentContainer #footer {
	color: #FF0;
}
#menubar ul {
             margin: 0px;
             padding: 0px;
             float: left;
             width: 12em;
             list-style-type: none;
             text-align: center;
             font-family: Verdana, Geneva, sans-serif;
             font-size: x-small;
             font-weight: bold;
}
#menubar a, .navbar h6 {
             font-weight: bold;
             display: block;
             margin: 0px;
             padding-top: 2px;
             padding-right: 3px;
             padding-bottom: 2px;
             padding-left: 3px;
             text-decoration: none;
}
#menubar h6 {
             color: #FF0;
             background-color: #36F;
}

#menubar a {
             color: #FF0;
             background-color: #36F;
}

#menubar a:hover {
             color: #fff;
             background-color: #0b9442;
             height: 21px;
}
#menubar li {
             position: relative;

}
#menubar ul ul {
             position: absolute;
             z-index: 500;
}
#menubar ul ul ul {
             left: 100%;
             top: 0px;
}
div.#menubarr ul ul,
div.#menubar ul li:hover ul ul,
div.#menubar ul ul li:hover ul ul
{display: none;}

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

.content_override {
             text-align: left;
             position: relative;
}
.bulletinColor {
	color: #FF0;
}

