@charset "UTF-8";
body {
	background-color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topmenubar {
	background-color: rgb(101,101,101);
	height: 45px;
	width: 100%;
	cursor:default;
}
#topmenubar2 {
	background-color: rgb(111,111,111);
	height: 30px;
	width: 100%;
	cursor:default;
}
.topmenudivtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: #fff;
	height: 45px;
	width: 8%;			/* Number of items in Top Bar */
	top: 0px;
	text-align: center;
	vertical-align: middle;
	left: 300px;
	line-height: 45px;
	float: left;
	-webkit-transition: all 0.5s 0s;
	-moz-transition: all 0.5s 0s;
	-ms-transition: all 0.5s 0s;
	-o-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
}
.topmenudivtext:hover {
	color: #999;
}
.topmenudivtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: #FFF;
	height: 30px;
	width: 16%;
	top: 0px;
	text-align: center;
	vertical-align: middle;
	left: 300px;
	line-height: 30px;
	float: left;
	-webkit-transition: all 0.5s 0s;
	-moz-transition: all 0.5s 0s;
	-ms-transition: all 0.5s 0s;
	-o-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
}
.topmenudivtext2:hover {
	color: #999;
}
.topmenudivsymbol {
	display: inline-block;
    vertical-align: middle;
	opacity: 1.0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.topmenudivsymbol:hover {
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#subbar1 {
	background-color: rgb(111,111,111);
	height: 30px;
	width: 100%;
	cursor:default;
	text-align: center;
	white-space: nowrap;
	font-size: 1em;
	letter-spacing: 2.5em;
	line-height: .6em;
	overflow: hidden;
	margin: 0 0 0 0;
}

.subbar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	color: #FFF;
	height: 30px;
	width: 100px;
	line-height: 30px;
	display: inline-block;
	letter-spacing: normal;
	white-space: normal;
	text-align: normal;
	vertical-align: middle;
	color: white;
	-webkit-transition: all 0.5s 0s;
	-moz-transition: all 0.5s 0s;
	-ms-transition: all 0.5s 0s;
	-o-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
}

.subbar2 {
	*display: inline;
	*margin: 0 20px;
}

.subbar2:hover {
	color: #999;
}

#topmargin {
	height: 20px;
}

