@import url("css/xmenu.css");
body {
	background-color: #e4e4e4;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
}


#idList {
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-align:center;
}
 
#idList li {
	border:1px solid #ffffff;
	margin: 0;
	padding: 0px;
	background: #ccc;
	color: #e4e4e4;
	width:100%;
}

ul a:link {
	height:26px;
	line-height:26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
	text-decoration: none;
	display: block;
}

ul a:visited {
	height:26px;
	line-height:26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

ul a:hover {
	height:26px;
	line-height:26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e4e4e4;
	text-decoration: none;
	display: block;
}
