@CHARSET "ISO-8859-1";
.main_categories{
	color:#666666;	
	background-repeat:no-repeat;
	/*border-bottom: 1px solid;*/
	cursor: pointer;	
	width: 165px;	
}

.main_categories_li{
	background-color: #ffffff;
	list-style: none;
	/*border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: black;*/	
	cursor: pointer; 	
	background: none;
	padding:2px 5px 10px 0px;	
	white-space:nowrap;	
	z-index:1400;
}

.main_categories_li a{
	/*#height: 15px;/* override for Microsoft Internet Explorer browsers*/
	/* override for IE browsers 6.0 and older */
	display:block;
	_height: 0px ! important;
}
	
.mainCategoryOff{

}
.mainCategoryOn{	
	color: #626060 !important;
	z-index:1200;
	background-image: none ! important;		
}
.mainCategoryOn a{
	color: #626060 !important;
}
.sub_menu_basic{
	position: absolute;	
	cursor: pointer;
	color:inherit;
	/*#height: 15px;/* override for Microsoft Internet Explorer browsers*/
	/* override for IE browsers 6.0 and older */
	_margin-left: -8px ! important;
	_margin-top: -2px ! important;
	
	height: auto ! important;
	_display:block;
	background-color: #ffffff;	
}
.sub_menu_basic a{
	/*#height: 15px;/* override for Microsoft Internet Explorer browsers*/
	/* override for IE browsers 6.0 and older */
	_display:block;
	_height: 3px;;
	
	
}

div.hiddenSubMenu{
	display: none; 
	visibility: hidden; 	
	/*display: block; 
	visibility: visible;*/ 
		
}
div.showSubMenu{	
	display: block; 
	color: black;
	visibility: visible;	
}

div.innerSubMenu{	
	background-color: #ffffff ! important;
	text-align:left;
	width: 150px;
	height:auto !important;	
	cursor: pointer;
	border:1px solid #0C7AA6;			
	z-index:1200;	
	overflow: hidden ! important;
	margin-left: 2px;
	padding: 2px;			
	/*font-weight: bold; */
}
.innerSubMenu a{
	padding-left: 5px;
}

.innerSubMenu dt, dd{	
	padding-top:2px;
	padding-bottom:5px;		
}
.innerSubMenu dd{
	padding-left: 8px;
	font-style: italic;		
}
div.innerSubMenu dd a:HOVER{
	color: #626060;	
}
div.innerSubMenu dt a:HOVER{
	color: #626060;	
}
