/******************** MENU *********************/
#menu_vert {
	width:195px;
	margin: 0;
	padding: 0 0 30px 0;
	background: #4ba416 url(images/kreatyw/menu_foot.jpg) no-repeat bottom center;
}
#menuwrapper {
	width:195px;
	margin: 0;
	padding: 30px 0 0 0;
	background: #4ba416 url(images/kreatyw/menu_up.jpg) no-repeat top center;
}
#menu_vert ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_vert ul ul {
	margin: 0;
	padding: 0px 5px 0px 0px;
}
#menu_vert li {
	list-style: none;
	margin: 0px 0px -1px;
	padding: 0px 0px 4px 0px;
}
#menu_vert li.currentpage {
	padding: 0px 0px 3px 0px;
}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0px;
	background: none;
}
#menu_vert li.menuactive ul {
	margin: 0;
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/
/* first level links */
div#menu_vert a {
	display: block;
	padding: 8px 5px 8px 50px;
	color: #a0e707;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	min-height: 1em;
	text-decoration: none;
	background: transparent url(images/kreatyw/bullet_a.jpg) no-repeat 20px center;
}
div#menu_vert a:hover,div#menu_vert a.menuactive {
	color: #caff76;
	background: transparent url(images/kreatyw/bullet_b.jpg) no-repeat 20px center;
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	display: block;
	padding: 4px 5px 4px 50px;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	min-height: 1em;
	text-decoration: none;
	background: none;
	text-align:left;
	background: transparent url(images/kreatyw/bulleta_01.jpg) no-repeat 25px center;
}
div#menu_vert ul ul a:hover,div#menu_vert ul ul a.menuactive {
	color: #caff76;
	background: transparent url(images/kreatyw/bulleta_02.jpg) no-repeat 25px center;
}



/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0;
	background-color: #fff;
	line-height: 1em;
	margin: 0;
	text-align: center;
}
/* separator */
div#menu_vert li.separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 2px 0 2px 0;
	background-color: #000;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
}
div#menu_vert li.separator hr {
	display: none;
/* this is for accessibility */
}