@charset "utf-8";
/* CSS Document */


body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
}

#container{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 486px;
	background-color: #3b3c40;
	overflow:hidden;
	z-index:0;
}

#logo{
	position: absolute;
	top: 601px;
	left:25px;
	z-index:0;
	cursor: pointer;
	clear:both;
	z-index:5;
}

#footer{
	position: absolute;
	top: 611px;
	z-index: 5;
	color: #CCC;
	font-size:10px;
	right:20px;
}

#main_menu{
	position: absolute;
	top: 486px;
	/*left: 19px;*/
	z-index:0;
	background-image:url(../img/menuBkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width:5000px;
	clear:both;
	padding-left:19px;
	z-index: 10;
	height:22px;
}
.topLevel{
	float:left;
	width: 127px;
	height:19px;
	/height:22px;
	font-size: 10px;
	cursor: pointer;
	line-height:22px;
	padding-left:5px;
	margin-top:-4px;
	color: #97a7a6;
	margin-bottom:3px;
	text-transform: lowercase;
	display: block;
	z-index:10;
}

.topLevel a { 
	color: #97a7a6 ;
	text-decoration: none;
	outline: none;
	width:127px;
	height:19px;
	display:block;
	z-index:10;
	margin-bottom:3px;
	margin-left:-5px;
	padding-left:5px;
}

.topLevel a:hover{
	background-color: #3b3c40;
	
}

.subLevel a { 
	color: #97a7a6 ;
	text-decoration: none;
	outline: none;
	width:127px;
	height:15px;
	display:block;
}

.subLevel a:hover{
	width:130px;
	height:15px;
	display:block;
	background-color: #eaeaea;
	margin-left:-3px;
	padding-left:3px;

}


.subLevel{
	display:none;
	font-size: 10px;
	background-color: #fff;
	line-height:15px;
	padding:0px;
	cursor: pointer;
	padding-bottom:5px;
	background-image:url(img/menuBottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-left:-5px;
	
	/*margin-top:-3px;*/
}

.subLevel div {
	height:15px;
	padding: 0px 0px 0px 3px;
	color: #a3a7a8;
	cursor: pointer;
	margin-top:3px;
}

.subLevel li{
	list-style-type: none;
	height:15px;
	padding: 0px 0px 0px 3px;
	color: #a3a7a8;
	text-transform: lowercase;
}

/*.subLevel:hover{
	background-color:red;	
}*/

#trace{
	position: absolute;
	bottom: -190px;
	right: 0px;
	height:200px;
	width: 800px;
	overflow: scroll;
	background-color:#CCC;
	cursor:pointer;
	display:none;
}


