/* -------------- NEW MENU ----------------------- */
#menu {
	border-top: 1px solid white;
	border-left: 1px solid white;
	background: #c59d7a;
	padding: 1px;
	margin-bottom: 10px;
	width: 179px; /* set width of menu */
}
#menu .main {
	background: #ecc994 url("../gfx/s_menubg.gif") repeat;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a.main_link {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/bullet.png', sizingMethod='crop');
	display: block;
	color: #535353;
	padding: 6px 5px 6px 25px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top: 1px solid #f0d5ab;
	border-bottom: 1px solid #ecc994;
}

/* IE ignores styles with [attributes], so it will skip the following. */
#menu a.main_link[class] {
  background: url("../gfx/bullet.png") no-repeat 0px center;
  width: 149;
}
#menu a.second_link {
	display: block;
	width: 170px;
	padding: 6px 5px 6px 10px;
	color: #535353;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#menu h3 {
	color : White;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
}

/* -------------- NEW MENU ----------------------- */
