#menu {
	margin: 0;
}

#menu a {
	text-decoration: none;
	display: block;
	width: 160px;
	float: left;
	height: 16px;
	padding: 7px 0 7px 40px;
	_padding: 6px 0 6px 40px;
	color: black;
	font-weight: bold;
	background: url("../../../home/menu-bg.png") left top no-repeat;
	border-bottom: 1px solid white; 

}

#menu a div {
}

#menu a.selectedMenuItem {
	background: url("../../../home/menu-bg.png") left -30px no-repeat;
	color: white;
	text-decoration: none;
} 

#menu a div.selectedMenuItem {

}

#menu a:hover {
	color: white;
	text-decoration: underline;
	background: url("../../../home/menu-bg.png") left -30px no-repeat;
	cursor: pointer;
}

#menu a:hover div {

}
