#topMenu {
	position: relative;
	float: left;
	list-style: none;
	width: 700px;
	height: 45px;
	margin: 0px;
	padding: 0px;
}

#topMenu li {
	position: relative;
	float: left;
	padding: 0;	
	margin: 0;
	margin-left: 20px;
	height: 45px;
}

#topMenu li.sel {
	background-image: url('/img/sub_menu_sel.jpg');
	background-position: center 37px;
	background-repeat: no-repeat;
}

#topMenu li a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 45px;
}

#topMenu li a:hover, #topMenu li a.sel {
	color: #dc231e;
}

