/* @override http://mac-host.com/slidingdoor/wp-content/themes/sliding-door/imagemenu/imageMenu.css */

/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	display:block;
	float:left;
	height: 200px;
	overflow: hidden;
	padding: 0px;
	border-style: none;
	margin: 0;
	margin-left:5px;
	width: 640px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	padding: 0;
	width:100%;
	}

#imageMenu ul li {
	float: left;
	padding:0px;
	padding-right:5px;
}


#imageMenu ul li a {
	/* change to 	text-indent: -1000px; if you want to use images in the menu instead of text*/
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:88px; /* EL ANCHO DE LOS MENUS CERRADOS width:110px;*/
	height:180px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: white;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	padding-top:10px;
	text-align:left;
	text-indent:0px;
	vertical-align: baseline;
}

#imageMenu ul li a:hover {
	color:#FFFFFF;
	font-size:14px;
}

#imageMenu ul li.bk1 a {
	
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(images/4.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(images/5.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.bk6 a {
	background: url(images/6.jpg) repeat scroll 0%;
	border-right-style: none;
}


#imageMenu ul li.bk7 a {
	background: url(images/7.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}



