@charset "ISO-8859-1";
/* CSS Document */

/* ----- MENU LEFT ----- */

.aclass{
	color:#FFFFFF;
}

.aclass:hover{
	color:#0066CC;
}

li.group{
	list-style:none;
	cursor:pointer;
	
}

ul.menuList{
	
	background:url(/site/images/iconMenu_bg.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	padding:10px;
	display:none;
	position:absolute;
	list-style:none;
	margin-top:10px;
			
} 

li.menuItem{
	padding:8px;
	background:#E7E7E7;
}
  
li.menuItem img{
	width:20px;
	height:20px;
	margin-right:5px;
	margin-top:-2px;
	float:left;
}

li.menuItem:hover{
	background:#FFF;
}

li.menuName{
	padding-bottom:5px;
	color:#FFF;
	text-align:left;
	text-indent:10px;
	width:150px;
}

.arrow{
	top:-20px;
	left:5px;
	float:left;
	position:absolute;
}


/* ----- MENU RIGHT ----- */

li.groupR{
	list-style:none;
	cursor:pointer;
	
}

ul.menuListR{
	
	background:url(/site/images/iconMenu_bg.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	padding:10px;
	display:none;
	position:absolute;
	list-style:none;
	margin-top:20px;
	margin-left:-70px;
	width:200px;
	z-index:99999;
			
}

li.menuItemR{
	padding:8px;
	width:90%;
	padding:8px;
	background:#99c554;
	color:#FFF;
	text-align:left;
}

li.menuItemR a{
	color:#FFF;
}

li.menuItemR a:hover{
	color:#06C;
}

li.menuItemR img{
	width:20px;
	height:20px;
	margin-right:5px;
	margin-top:-2px;
	float:left;
}

li.menuItemR a{
	color:#FFF;
}

li.menuItemR a:hover{
	color:#F90;
}

li.menuItemR:hover{
	background:#FFF;
	color:#F90;
}

li.menuNameR{
	color:#FFF;
	text-align:left;
	text-indent:10px;
	width:180px;
}

.arrowR{
	top:-20px;
	left:0px;
	float:right;
	position:absolute;
}

/*  -- menu center -- */


li.groupC{
	list-style:none;
	cursor:pointer;
	
}

ul.menuListC{
	
	background:url(/site/images/iconMenu_bg.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	padding:10px;
	display:none;
	position:absolute;
	list-style:none;
	margin-top:20px;
	width:200px;
	z-index:99999;
			
}

li.menuItemC{
	padding:8px;
	width:90%;
	padding:8px;
	background:#99c554;
	color:#FFF;
	text-align:left;
}

li.menuItemC a{
	color:#FFF;
}

li.menuItemC a:hover{
	color:#06C;
}

li.menuItemC img{
	width:20px;
	height:20px;
	margin-right:5px;
	margin-top:-2px;
}

li.menuItemC a{
	color:#FFF;
}

li.menuItemC a:hover{
	color:#F90;
}

li.menuItemC:hover{
	background:#FFF;
	color:#F90;
}

li.menuNameC{
	color:#FFF;
	text-align:left;
	text-indent:10px;
	width:180px;
}

.arrowC{
	top:-20px;
	left:0px;
	position:absolute;
}

.galleryHover:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
}