div.menu {
	/*width: 180px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 2px;
	/*background: url(../images/mainmenu/bottom.gif) no-repeat  right bottom;*/
	color: #fffeee;
	
}
div.menu div {
	/*background: url(../images/mainmenu/title.gif) repeat-x;
	background: #999999;
	border:#000000 solid 1px;*/
	background: #666666;
	overflow: hidden;
	
}
/*
div.menu div:first-child {
	background: url(../images/mainmenu/toptitle.gif) no-repeat;
}
*/

div.menu div.collapsed {
	height: 23px;
	background: #999999;
}
div.menu div span {
	display: block;
	padding: 5px 18px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/mainmenu/expanded.gif) no-repeat 5px center;
	/*background: #999999;*/
	border:#777777 solid 1px;
	/*border-bottom: 1px solid #ddd;*/
	cursor:pointer;
}
div.menu div.collapsed span {
	background: url(../images/mainmenu/collapsed.gif) no-repeat 5px center;
	background-repeat: no-repeat;
	color: #444444;
}
div.menu div a {
	padding: 5px 10px;
	background: #eeeeee;
	display: block;
	border-bottom: 1px solid #dddddd;
	/*color: #066;*/
	color:#416f91;
	/*font-weight:bold;*/
	text-decoration: none;
}
div.menu div a.current {
	background : #999999;
	text-decoration: none;
}
div.menu div a:hover {
	/*background : #066 url(../images/mainmenu/linkarrow.gif) no-repeat right center*/;
	background:#416f91;
	color: #ffffff;
	text-decoration: none;
}