#imenu {	
	margin: 0px;
	padding: 0px;
	z-index: 30
}

#imenu li {	
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	font-size: 13px;
}

#text li {
	float: right;
	padding: 5px 0px;
	padding-top: 5px;
}
	

	#imenu li a {
		display: block;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		color: #fff;
		font-size: 13px;
		text-align: center;
		text-decoration: none;
	}
	
	#imenu li a:hover { 
	
	}

#imenu div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	margin-top: 7px;
	margin-left: -22px;
	width: 150px;
	padding: 8px;
	background: #1a1a1a;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-radius-bottomleft: 6px;
}

	#imenu div a {
		position: relative;
		display: block;
		margin: 0;
		padding: 5px;
		padding-left: 10px;
		line-height: 15px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #1a1a1a;
		color: #fff;
		font-weight: normal;
		font-size: 13px;
	}

	#imenu div a:hover {
		padding: 5px; 
		padding-left: 10px;
		background: #fff;
		color: #1a1a1a; 
		font-weight: normal;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
	}


