/*============================================
THIS IS WHERE YOU SET IMAGES ON YOUR IMAGE MENU
================================================
*/


#imageMenu ul li.page_item a {
	background: url(http://www.shiraloa.com/wp-content/uploads/2009/02/nav_sample.jpg) repeat scroll 0%;
}


#imageMenu ul li.page-item-21 a {
	background: url(http://www.shiraloa.com/wp-content/uploads/2009/03/img_5881-copy-300x200.jpg) repeat scroll 0%;
}
 
#imageMenu ul li.page-item-10 a {
	background: url(http://www.shiraloa.com/wp-content/uploads/2009/03/img_5881-copy-300x200.jpg) repeat scroll 0%;
}
 


/**************************************************************

	Image Menu
	v 2.2

       This file only contains modifications to the original file, inluded from wp-includes

*************************************************************
*/



#imageMenu {
	margin-left:5px;
	width: 700px;
	height: 41px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: inline;
	height: 43px;
	width: 80px;
	width: 1000px;
}

#imageMenu ul li {

}

#imageMenu ul li a {
	border-right: 2px solid #303940;
	width:75px;
	height: 50px;
	text-indent:10px;
	background-color: #000;
	padding-top: 5px;
	color:#6598B8;
        white-space: nowrap;
}

#imageMenu ul li a:hover {
	text-decoration:none;
}


.clear {
	clear: both;
}

/*************************************************************/

