BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: darkred;
    TEXT-ALIGN: center;
	width: 760px;
	height: 18px;
}
.Bar
{
	border-right: #fff 1px solid;
    FLOAT: left;
    WIDTH: 125px;
    CURSOR: pointer;
	margin: 0px;
    POSITION: relative;
    TEXT-ALIGN: center;
	height: 18px;
}
.barOver
{
    BORDER-RIGHT: #fff 1px solid;
    FLOAT: left;
	margin: 0px;
    WIDTH: 125px;
	height: 18px;
    CURSOR: pointer;
    BORDER-BOTTOM: white 1px ridge;
    POSITION: relative;
    TEXT-ALIGN: center;
	background-color: red;
}
.menu
{
    VISIBILITY: hidden;
    WIDTH: 125px;
    LINE-HEIGHT: 100%;
    POSITION: absolute;
    BACKGROUND-COLOR: darkred
}
.menuItem
{
    LINE-HEIGHT: 18px;
	BORDER-RIGHT: #fff 1px solid;
    FLOAT: left;
    WIDTH: 125px;
    CURSOR: pointer;
    BORDER-BOTTOM: white 1px ridge;
    POSITION: relative;
    TEXT-ALIGN: left;
	text-indent: 5px;
}
.ItemMouseOver
{
    LINE-HEIGHT: 18px;
	BORDER-RIGHT: #fff 1px solid;
    FLOAT: left;
    WIDTH: 125px;
    CURSOR: pointer;
    BORDER-BOTTOM: white 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: red;
    TEXT-ALIGN: left;
	text-indent: 5px;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    TEXT-ALIGN: left
}

.footer {
	text-align: center; 
	font-family: 'Times New Roman', Georgia, Times, serif; 
	font-size: 12px; 
	font-weight: bold;
}
.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}
.footer_links a {
	color: #000;
}
.footer_mes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	width: 760px;
	font-weight: bold;
}
.footer_mes a {
	color: darkred;
}
.l_pic {
	background-color: #000;
	text-align: center;
	padding: 3px;
}
.red_text {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 9px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 4px;
	line-height: 18px;
}
.text_case {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
.header {
	font-weight: bold;
}
.big_red {
	color: #990000;
}
.big_header {
	font-size: 16px;
	font-weight: bold;
}