div#menuwrapper {
   padding-left: 0em;
   margin-left: 0em;
   line-height: 0.8em;
   margin-top: 0.6em;
}

div#menuwrapper ul {
   padding-bottom: 0.2em;
   padding-left: 0em;
   margin-left: 0em;
   padding-top: 0em;
   margin-top: 0em;
}

div#menuwrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
	/*border-bottom: 0px solid #333333;*/ /* border entre menus  */
	display: inline;
}


div#menuwrapper a {
   font-size: 70%;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em 0.5em 0.2em 1.5em; /* some air for it */
   color: #cccccc; /* this will be link color for all levels */
   /*background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   min-height:1em; /* Fixes IE7 whitespace bug */ 

}

div#menuwrapper a:hover{
	color: #ffffff;
	background-color: #333333;
	background-image: url(images/v2/arrow.gif); 
	background-position: center right; 
    background-repeat: no-repeat; 
}

div#menuwrapper li.separator {
   height: 1px !important;
   margin-bottom: 0;
   overflow:hidden !important;
   line-height:0.6em; !important;
}
div#menuwrapper li.separator hr {
   display: none; /* this is for accessibility */
}

div#menuwrapper {

}
