/******************** MENU *********************/
#menu_vert {
	margin: 0;
	padding: 0;
        text-transform:uppercase;
	font-size: 11px;
}

#menu_vert ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu_vert ul ul {
	margin: 0;
	padding: 0px;
     /*background: transparent url(http://pblm.com.br/uploads/ngrey/liup.gif) no-repeat right -4px;*/
        text-transform:none;
}

#menu_vert li {
	list-style: none;
	margin: 0px 0px -1px;
	padding: 1px 0px 1px 0px;
	/*background: transparent url(http://pblm.com.br/uploads/ngrey/liup.gif) no-repeat right bottom;*/

}
#menu_vert li.currentpage {
	padding: 1px 0px 1px 0px;
}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0px;
/* replaced by image in ul ul */
	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: 0.5em 0.3em 0.5em 2.0em;
	color: #000000;
	min-height: 1em;
	text-decoration: none;
        font-weight:bold;
        background: transparent url(http://pblm.com.br/uploads/images/layout/pblm-consultoria-empresarial-menuv.gif) no-repeat bottom;

}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 11px;
	padding: 0.2em 0.3em 0.2em 2.8em;
	background: none;

}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding: 0.5em 0.3em 0.3em 3em;
}

/* hover state for all links */
div#menu_vert a:hover {
        background: transparent url(http://pblm.com.br/uploads/images/layout/pblm-consultoria-empresarial-menuv.gif) no-repeat top;
	color: #000000;
	text-decoration: none;
}

div#menu_vert a.activeparent:hover {
	color: #595959;
}

/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
	/*background: transparent url(http://pblm.com.br/uploads/ngrey/liup.gif) no-repeat right -65px;*/
	color: #fff;
}
div#menu_vert li.activeparent a.activeparent {
	/*background: transparent url(http://pblm.com.br/uploads/ngrey/libk.gif) no-repeat right top;*/
	color: #000;
}
div#menu_vert li a.parent {
/* takes left padding out so span image has room on left */
	padding-left: 0em;
	/*background: transparent url(http://pblm.com.br/uploads/images/layout/acenbi-reddot.png) no-repeat 2px center;*/
}
div#menu_vert ul ul li a.parent {
/* increased padding on left offsets it from one above */
	padding-left: 0.9em;
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
	padding-left: 2.0em;
	/*background: transparent url(http://pblm.com.br/uploads/images/layout/acenbi-reddot.png) no-repeat 2px center;*/
}

div#menu_vert li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
	background-color: #999999;
}

div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 2.0em;
	/*background: transparent url(http://pblm.com.br/uploads/images/layout/acenbi-reddot.png) no-repeat 2px center;*/

}

div#menu_vert li a.menuactive.menuparent {
	padding-left: 0.5em;
}

div#menu_vert ul ul li a.menuactive.menuparent {
	padding-left: 0.99em;

}

div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
	font-weight: bold;
	padding-left: 1.5em;
	/*background: transparent url(http://pblm.com.br/uploads/ngrey/parent.png) no-repeat 2px center;*/

}

div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #ffffff;
}
div#menu_vert ul ul li a.activeparent {
	color: #fff;
}

/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu_vert ul h3 {
	display: block;
	padding: 0.5em 0.5em 0.5em 2.0em;
	color: #990000;
	font-size: 1em;
	margin: 0;
        background: transparent url(http://pblm.com.br/uploads/images/layout/pblm-consultoria-empresarial-menuv.gif) no-repeat top;
}

/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	font-size: 11px;
	padding: 0.2em 0.5em 0.2em 2.8em;
	/*background: transparent url(http://pblm.com.br/uploads/ngrey/libk.gif) no-repeat right top;*/
	color: #ffffff;
        background: none;
        background-color:#999999;
        display:block;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	padding: 0.6em 0.5em 0.2em 3em;
}

/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0.5em 0.5em 0.5em 1.5em;
	/* background: transparent url(http://pblm.com.br/uploads/ngrey/libk.gif) no-repeat right top;*/
	line-height: 1em;
	margin: 0px 0px 0px 0px;
        color: #18507C;
        cursor:text;
}

/* separator */
div#menu_vert .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	-padding: 2px 0px 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 */
}


/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0px 0px 0px 0px;
   /*border-bottom: 1px dashed #cccccc;*/
   display: block;

}

#menu_vert ul ul li {
   border: none;

}

/* this works with up to 5 menu levels */
/* to increase it up to more levels just copy the last line and add "li.menuactive ul" */
/* (this might be similar to the default stylesheets of the default CSS dropdown menu) */
#menu_vert ul li.currentpage ul,
#menu_vert ul li.menuactive ul,
#menu_vert ul li.menuactive ul li.menuactive ul,
#menu_vert ul li.menuactive ul li.menuactive ul li.menuactive ul,
#menu_vert ul li.menuactive ul li.menuactive ul li.menuactive ul li.menuactive ul
{
	display:block;
}

/* hide all other submenus */
#menu_vert ul li ul,
#menu_vert ul li.menuactive ul li ul
{
	display:none;
}

/* Stylesheet: pblm-menuv Modified On 2011-01-07 17:36:23 */
