#leftMenu .menuItem{
	cursor: pointer;
	}

#leftMenu .menuItem:hover{
	color: #F90;
	}

/* submenu*/
#leftMenu a:link, #leftMenu a:visited {
	color: #999;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	padding-left:15px;
	padding-top:7px;
	letter-spacing:0em;
	}

#leftMenu a:hover {
	color: #F90;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	}	





#slider {
	/* MUST specify the width and height */
	width:820px;
	height:450px;
	position:relative;	
	overflow:hidden;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	}

#mask-gallery {
	overflow:hidden;	
	}

#gallery {
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
	}

#gallery li {
	/* float none, so that the items are arrangged horizontally */
	/* float left, so that the items are arrangged horizontally */
	float: none;
	}


#mask-excerpt {
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
}

#excerpt li {
		padding:5px;
		color:#fff;	
	}


.menuItem {
	font-size: 8pt;
	margin-left: 15px;
	padding-bottom:8px;
	line-height: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	letter-spacing:0.1em;
	}
	
.clear {
	clear:both;	
	}

.menuspace_t {
	height:px;
}
.menuspace_b {
	height:30px;
}
