* {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 0px;
	color: #01111d;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	background: #01111d;
}
#text {
	font-family: arial, veranda, sans-serif;
	color: Black;
	text-align: center;
	font-size: 12pt;
}
#container {
	margin: auto;
	width: 900px;
	background: url(images/background.jpg) repeat-y;
	z-index: 2;
	color: #ffffff;
}
#contain2 {
	margin:0px auto;
	width: 850px;
}

#Right{
	color:  Black;
	text-align: Right;
	font: 14px veranda, arial, sans-serif;
}

#tabs {
	float:right;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	color: white;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	color: white;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	color: white;
}
#tabs a {
	float:right;
	background: url(images/dark.jpg);
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
	color: white;
}
#tabs a span {
	float:right;
	display:block;
	background: url(images/dark.jpg) no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
}
#tabs a span {float:none;}
#tabs a:hover span {
	background: url(images/light.jpg);
	color: red;
}
#tabs a:hover {
	background-position:0%;
	color: red;
}
#tabs a:hover span {
	background-position:100%;
	color: red;
}
#indent{
	text-indent: 50px;
}

#toolbar {
    bottom:0;
    height:50px;
    padding:30px;
    position:fixed;
    width:900px;
    z-index:1000;
    margin-bottom:0px;
  }
ul.NoBullet {
  list-style-type: none
  }
  #dez{
	text-align:center;
	color: black;
	right: 50%;
	left: 50%;
	overflow: visible;
}
.websix_img {
	width: 200px;
	height: 150px;
	background-image: url(web/six.jpg);
	background-position: top;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:10px solid #ccc;
	font:13px normal Arial, Helvetica, sans-serif;
	line-height:18px;
	float:left;
	margin:0 10px 10px 0;
	}
.websix_img a {
	color: #e8ea03;
	width: 200px;
	height: 150px;
	display: block;
	text-decoration: none;
	}
.websix_img a:hover {
	background:#000;
	opacity:.60;
	filter:alpha(opacity=60);
	}
.websix_img a span {
	display: none;
	width: 200px;
	padding:5px;
	}
.websix_img a:hover span {
display: block;
}
.webseven_img {
	width: 200px;
	height: 150px;
	background-image: url(web/seven.jpg);
	background-position: top;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:10px solid #ccc;
	font:13px normal Arial, Helvetica, sans-serif;
	line-height:18px;
	float:left;
	margin:0 10px 10px 0;
	}
.webseven_img a {
	color: #e8ea03;
	width: 200px;
	height: 150px;
	display: block;
	text-decoration: none;
	}
.webseven_img a:hover {
	background:#000;
	opacity:.60;
	filter:alpha(opacity=60);
	}
.webseven_img a span {
	display: none;
	width: 200px;
	padding:5px;
	}
.webseven_img a:hover span {
display: block;
}
.webeight_img {
	width: 200px;
	height: 150px;
	background-image: url(we/eight.jpg);
	background-position: top;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:10px solid #ccc;
	font:13px normal Arial, Helvetica, sans-serif;
	line-height:18px;
	float:left;
	margin:0 10px 10px 0;
	}
.webeight_img a {
	color: #e8ea03;
	width: 200px;
	height: 150px;
	display: block;
	text-decoration: none;
	}
.webeight_img a:hover {
	background:#000;
	opacity:.60;
	filter:alpha(opacity=60);
	}
.webeight_img a span {
	display: none;
	width: 200px;
	padding:5px;
	}
.webeight_img a:hover span {
display: block;
}
.webnine_img {
	width: 200px;
	height: 150px;
	background-image: url(web/nine.jpg);
	background-position: top;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:10px solid #ccc;
	font:13px normal Arial, Helvetica, sans-serif;
	line-height:18px;
	float:left;
	margin:0 10px 10px 0;
	}
.webnine_img a {
	color: #e8ea03;
	width: 200px;
	height: 150px;
	display: block;
	text-decoration: none;
	}
.webnine_img a:hover {
	background:#000;
	opacity:.60;
	filter:alpha(opacity=60);
	}
.webnine_img a span {
	display: none;
	width: 200px;
	padding:5px;
	}
.webnine_img a:hover span {
display: block;
}
#backmenu{
	background: url(images/dark.jpg);
	height: 35px;
	z-index: 2;
}
.dropdown{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: bold 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;
	float: none;
}
.dropdown ul{
	background:url(images/dark.jpg);
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
}
	.dropdown li{
		float:left;
		padding:0px;
	}
	.dropdown li a{
		background:url(images/dark.jpg);
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
	}
		.dropdown li a:hover, .dropdown ul li:hover a{
			background: url(images/light.jpg);
			color:#FFFFFF;
			text-decoration:none;
		}
	.dropdown li ul{
		background:url(images/dark.jpg);
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
	}
	.dropdown li:hover ul{
		display:block;
		color: Red;
	}
	.dropdown li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
	}
	.dropdown li:hover li a{
		background:none;
	}
	.dropdown li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
	}
		.dropdown li ul a:hover, .dropdown li ul li:hover a{
			background:url(images/light.jpg);
			border:0px;
			color:Red;
			text-decoration:none;
		}
	.dropdown p{
		clear:left;
	}