﻿.DarkBrown {
	border: thin solid #8F776D;
	background-color: #3B2529;
}
.Brown {
	border: thin solid #8F776D;
	background-color: #4B2F34;
}
.pageBG {
	background-color: #563C41;
}
.CopyrightTextColor {
    border-width: 0px;
    color: #d2bfa8;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}
.LangSelectorTextColor {
    border-width: 0px;
    font-family: "Times New Roman", Times, serif;
    color: #B0803A;
    font-weight: bold;
    cursor: pointer;
    background-color: #563C41;
    width: 80px;
}
.LangSelectorTextColor:hover {
    border-width: 0;
    font-family: "Times New Roman", Times, serif;
    color: #f9cf75;
    font-weight: bold;
    cursor: pointer;
    background-color: #563C41;
}
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	height: 43px;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	left: 0px;
	top: 0px;
	width: 316px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #F9CF75;
	background: url('images/menur_hover_left.png') no-repeat left 50%; /*left tab image path*/
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #f9cf75;
	background: url('images/menur_hover_right.png') no-repeat right top; /*right tab image path*/
}
.sideglossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 126px;
}
.sideglossymenu li {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 126px;
	background-image: url('images/glossyback.jpg');
}

.sideglossymenu li.current a{
	background-image: url('images/glossyback.jpg');
	color: #382526;
}

.sideglossymenu li a:hover{
	background-image: url('images/glossyback.jpg');
	color: #382526;
}
* html .sideglossymenu li a{
	/*IE only. Actual menu width minus left padding of A element (10px) */
width: 126px;
}
body {
	background-color: #694a50;
	text-decoration: none;
}
a {
	color: #4B2F34;
}
a:visited {
	color: #382526;
}
a:active {
	color: #C2932D;
}
a:hover {
	color: #BD8834;
}


