/* CSS Document */

div.menu_elem {
	background:url(images/menu_bg0.png) no-repeat 0 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#336699;
	width:185px;
	height:24px;
	padding:7px 0 0 24px;
	display:block;
}

div.menu_elem a:link, div.menu_elem a:visited {
	text-decoration:none;
	color:#336699;
	border:none;
}

div.menu_elem a:hover {
	display:block;
	background:url(images/menu_bg1.png) no-repeat 0 0;
	text-decoration:none;
	color:#336699;
	width:190px;
	height:32px;
	margin:-7px 0 0 -24px;
	padding:7px 0 0 24px;
	border:none;
}

.new {
	background:url(images/new.png) no-repeat;
	position:absolute;
	width:36px;
	height:35px;
	margin-top:-10px;
	margin-left:5px;
	z-index:10;
}


