#menu {
  text-align: left;
	width: 750px;
	height: 25px;
	background-color: #000000;
	font-family: "Times New Roman";
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;	
}

.menuc a {
	text-decoration: none;
	color: #ffffff;
	outline: 0;
}

.menuc a:hover {
	color: #c0c0c0;
}

.Selected a {
	color: #c0c0c0;
}

.accheader {
	display: block;
	text-align: left;
	width: 750px;
	height: 25px;
	background-color: #c0c0c0;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	outline: 0;
	margin-bottom:2px;
	background-image:url('images/default_plus.png');
	background-repeat: no-repeat;
	background-position: right top;
}

a.accheader:hover {
	background-color: #e2e2e2;
	color: #000000;
}
