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

#imageMenu {
	height: 50px;
	overflow: hidden;
	background:url(images/header_02.jpg);
	padding: 1px 2px 6px 4px;
	border-style: none;
	 margin: 0px;
  width: 846px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 80px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	border-color:#ffffff;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-bottom: 4px;
	padding-top: 0px;
	border-top-style: none;
	border-top-width: 1px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-right: 3px solid #000000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:165px;
	height: 50px;
		margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


#imageMenu ul li.bk1 a {
   background: url(images/about.jpg) repeat scroll 0%;
	border-color:#000000;
}

#imageMenu ul li.bk2 a {
	background: url(images/profile.jpg) repeat scroll 0%;
	border-color:#000000;
}


#imageMenu ul li.bk3 a {
	background: url(images/shop2.jpg) repeat scroll 0%;
	border-color:#000000;
}

#imageMenu ul li.bk4 a {
	background: url(images/blog.jpg) repeat scroll 0%;
	border-color:#000000;
}


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

.clear {
	clear: both;
}


