body {
	font-weight: bold;
	font-size: 14px;
	line-height: 45px;
	font-family: Helvetica;
}

ul {
	margin: 0;
	padding: 0;
	border: 2px solid #CCC;
	border-radius: 15px;
	width: 300px;
	background-color: #666;
	behavior: url(ie-css3.htc);
}

li {
	list-style-type: none;
	font-size: 14px;
	color: #FFF;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #ccc;
}

li:last-child {
	border-bottom: none;
}

.menu li:hover {
	cursor: pointer;
}	
	
.menu li:hover a.has-child {
	background: url('../core/images/menu_arrow.png') center right no-repeat;
}
	
.menu li a {
	display: block;
	width: 280px;
}
	
.menu li:hover a {
	color: #fff;
	text-shadow: 0px 1px 0px #000;
}
	
.has-child {
	background: url('../core/images/menu_arrow.png') center right no-repeat;
}

a, a:visited, a:hover {
	text-decoration: none;
	color: #FFF;
}