@CHARSET "ISO-8859-1";

#menu {
	float:left;
	padding-top:12px;	
}

#menu ul {
margin: 0 !important; 
list-style-position: none !important;
list-style: none !important;
}
 
#menu li {
list-style: none !important;
margin-left: 0;
}

.example_menu a { text-decoration: none; }

.example_menu {
	font-size: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 183px;
}
.example_menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.example_menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}

.example_menu ul ul {
	display: inline;
}

.example_menu ul ul li a {
	padding-left: 20px;
	width: 176px;
}

.example_menu a {
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0;
	padding: 2px 2px 2px 17px;
	width: 179px;
}

.example_menu a.expanded {
	background: #bbb url(/assets/images/desktop/_menu/collapse.gif) no-repeat 3px 50%;
}

.example_menu a.collapsed {
	background: #bbb url(/assets/images/desktop/_menu/expand.gif) no-repeat 3px 50%;
}

.example_menu a:hover {
	text-decoration: none;
}

.example_menu ul a {
	background: #e8e8e8;
	border-top: 2px solid #fff;
	color: #000;
	display: block;
	font-weight: normal;
	padding: 2px 2px 2px 10px;
	width: 186px;
}

.level1 {
	background: #d4d4d4 !important;		
}

.example_menu ul a:hover {
	background : #f5f5f5;
	text-decoration: underline;
}

.example_menu li.active a {
	background: #fff;
}

.example_menu li.active li a {
	background: #e8e8e8;
}

.example_menu .footer {
	background: transparent url(/assets/images/desktop/_menu/footer.jpg) no-repeat 0 0;
	border-top: 2px solid #fff;
	height: 9px;
	margin: 0 0 10px 0;
	width: 200px;
}

.example_menu .footer span {
	display: none;
}
