.mainMenuFrame {
	height: 30px;
	color: white;
	margin: 0 auto;
	background-color: black;
	position: relative;
font-size: 11px;
font-family: Arial;
}

.mainMenuFrame a{ 
		font-size: 11px;
	}

.mainLLink {
	position: relative;
	height: 100%;
	float: left;
	font-size: 11px;

	font-size: 100%;
}





.menuText {
				padding-right: 6px;
				padding-left: 6px;
				position: relative;
				top: 8px;
				font-size: 11px;
				font-family: Arial;
			}
			
.menuTextHover {
					color: #444;
				padding-right: 5px;
				padding-left: 5px;
				position: relative;
				top: 3px;
				cursor: pointer;			
}	

.mainRLink {
		position: relative;
	height: 30px;
	float: right;


	font-size: 100%;
}
			

.menuHiddenL {
				position: absolute;
				top: 30px;
				left: 0px;
				background-color: #eee;
				color: #444;
				display: none;
				font-size: 9pt;
}
			
.menuHiddenPadding {
				padding: 20px;
				border-bottom: 1px solid yellow;
				border-left: 1px solid yellow;
				border-right: 1px solid yellow;
			}
			
			.menuL {
				float: left;
				height: 30px;
			
			}
			
			.menuL span{
				
				color: #B5B6BD;
			}
			
			.menuL a {
			
				text-decoration: none;
			}

			.menuL a:visited {
			
				text-decoration: none;
			}
			
			.menuL a:hover {
				
				text-decoration: none;
			}
			
			.menuLHover {
				display: none;
				float: left;
				position: relative;
				height: 26px;
				top: 4px;
				background-color: #eee;
				border-top: 1px solid green;
				border-left: 1px solid green;
				border-right: 1px solid green;
			}
			
		
			
			.menuHiddenR {
				position: absolute;
				top: 30px;
				right: 0px;
				background-color: #eee;
				color: #444;
				display: none;
				font-size: 8pt;
}


.menuImg {
	padding: 0px;
	
}

.mainMenuFrameDiv {
	width: 100%;
	height: 30px;

	position: relative;
	text-align: left;
	}
	
.mainMenuRightRest {
	height: 30px;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: repeat-x;
	}

.mainMenuLeftRest {
	height: 30px;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
background-repeat: repeat-x;
	}
	
.mainMenuLeftPart {
	height: 30px;
	float: left;
	background-repeat: repeat-x;
	position: relative;
	z-index: 200;
	padding-right: 20px;
	}
	

	
.mainMenuRightPart {
	height: 30px;
	position: absolute;
	right: 0;

	background-repeat: repeat-x;
	float:right;
	z-index: 100;
	}
	
.mainMenuCenter {
		
		height: 30px;
	float: left;
	background-repeat: repeat-x;
	position: relative;
	z-index: 200;
	}
