.MainMenu_MenuContainer { 
	background-color: transparent;
}

.MainMenu_MenuBar { 
	cursor: pointer;
	cursor: hand; 
	height:16;
	background-color: Transparent; 
}

.MainMenu_MenuItem { 
	border-left: #000000 0px solid;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #CFE0F2 0px solid;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent; }
	
.MainMenu_MenuIcon {
	background-color: #838383;
	border-left: #838383 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	cursor: pointer;
	cursor: hand;  text-align: center;
	width: 15;
	height: 21px;

}
.MainMenu_SubMenu {
	background-color: #838383;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}

.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #838383;
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 21px;
}

.MainMenu_MenuArrow {
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

#menu_webshop {
	border: 1px #FFFFFF solid;
	width: 100%;
	color: #FFFFFF;
}

.MainMenu_RootMenuArrow { font-family: webdings;  font-size: 10pt;  cursor: pointer;  cursor: hand; }// JavaScript Document


a:link { 
	color: #FFFFFF; 
}
a {
	color: #FFFFFF;
}

