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

.TopMenu {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 2px none #000;
	position: relative;
	width: 600px;
	height: 30px;
	text-transform: uppercase;
	list-style-type: none;
}
.TopMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	position: relative;
	border-radius: 6px;
	border-top: 0px;
}
.TopMenu ul li {
	float: left;
	position: relative;
	background-color: #900;
	color: #FFF;
	font-size: 12px;
	display: block;
	height: 30px;
	width: 148px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #999;
	border-radius: 6px;
	border-top: 0px;
}
.TopMenu ul li a {
	display: block;
	height: 30px;
	width: 148px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #999;
	background-color: #900;
	border-radius: 6px;
}
.TopMenu ul li a:hover {
	background-color: #FFF;
	color: #000;
	font-size: 12px;
}
.TopMenu ul li ul {
	position: absolute;
	top: 31px;
	visibility: hidden;
}
.TopMenu ul li:hover ul {
	visibility: visible;
	background-color: #FFF;
	color: #000;
}
.TopMenu ul li:hover{
	background-color: #FFF;
	color: #000;
}

.TopMenu ul li a {
	color: #FFF;
	font-size: 12px;
}
.SideMenu {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 2px none #000;
	width: 150px;
	height: 30px;
	text-transform: uppercase;
	position: absolute;
}
.SideMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	font-size: medium;
	position: absolute;
	height: 30px;
	width: 150px;
	float: left;
}
/* The list elements which contain the links */
.SideMenu > ul li {
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 150px;
	text-decoration: none;
}
/* General link styling */
.SideMenu > ul li a {
	/* Layout */
	display: block;
	position: relative;
	border-top: 1px dotted #3a3a3a;
	border-bottom: 1px dotted #1b1b1b;
	padding: 11px 20px;
	width: 150px;
	/* Typography */
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000;
	font-size: 12px;
	font-weight: bold;
	background-color: #006633;
}
/* Rounded corners for the first link of the menu/submenus */
.SideMenu > ul li:first-child>a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
.SideMenu > ul li:last-child>a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0;
}
/* The hover state of the menu/submenu links */
.SideMenu > ul li>a:hover, #SideMenu > ul li:hover>a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	background: #d4b800;
	background: -webkit-linear-gradient(bottom, #d4b800, #f6d600);
	background: -ms-linear-gradient(bottom, #d4b800, #f6d600);
	background: -moz-linear-gradient(bottom, #d4b800, #f6d600);
	background: -o-linear-gradient(bottom, #d4b800, #f6d600);
	border-color: transparent;
}
/* The arrow indicating a submenu */
.SideMenu > ul .has-sub>a::after {
	content: '';
	position: absolute;
	top: 16px;
	right: 10px;
	width: 0px;
	height: 0px;
	/* Creating the arrow using borders */
	border: 4px solid transparent;
	border-left: 4px solid #d8d8d8;
}
/* The same arrow, but with a darker color, to create the shadow effect */
.SideMenu > ul .has-sub>a::before {
	content: '';
	position: absolute;
	top: 17px;
	right: 10px;
	width: 0px;
	height: 0px;
	/* Creating the arrow using borders */
	border: 4px solid transparent;
	border-left: 4px solid #000;
}
/* Changing the color of the arrow on hover */
.SideMenu > ul li>a:hover::after, .SideMenu > ul li:hover>a::after {
	border-left: 4px solid #fff;
}
.SideMenu > ul li>a:hover::before, .SideMenu > ul li:hover>a::before {
	border-left: 4px solid rgba(0, 0, 0, .3);
}
/* THE SUBMENUS */
.SideMenu > ul ul {
	position: absolute;
	left: 185px;
	top: -9999px;
	padding-left: 5px;
	opacity: 0;
	/* The fade effect, created using an opacity transition */
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
}
/* Showing the submenu when the user is hovering the parent link */
.SideMenu > ul li:hover>ul {
	top: 0px;
	opacity: 1;
}.bground {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../_images/background3.jpg);
	background-position: center;
}
