/* ######### Marker List Vertical Menu ######### */
.markermenu {
	width: 175px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}
.markermenu ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.markermenu ul li a {
	background: #F2F2F2 url(http://www.odery.com.br/img/2008/bulletlist.gif) no-repeat 3px center; /*light gray background*/
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
}
* html .markermenu ul li a { /*IE6 hack*/ width: 155px; }
.markermenu ul li a:visited,
.markermenu ul li a:active {color: #fff;}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a 		{background:#fff; }
.blackwhite li a:hover {background:#1b355e; color:#fff;}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu {
	width: 500px;
	height:40px;
	margin:14px 0 0 0;
	padding: 0;
}
.mattblackmenu, x:-moz-any-link{margin:5px 0 0 0;}
.mattblackmenu{*margin:17px 0 0 0;}
.mattblackmenu ul {
	margin: 4px 0 0 76px;
	_margin: 4px 0 0 50px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	float:left;
}
.mattblackmenu li {
	display:inline;
	margin: 0;
	padding: 5px 0; /*padding inside each tab*/
	float:left;
}
.mattblackmenu li a {
	height:24px; 
	display: block;
	margin: 0;
	padding:0;
}

.mattblackmenu li.institucional			{width:95px; background:url(http://www.odery.com.br/img/2008/bg_menu_all.jpg) 0 0;}
.mattblackmenu li.institucional:hover 	{background-position:0 -34px;}

.mattblackmenu li.produtos				{width:75px; background:url(http://www.odery.com.br/img/2008/bg_menu_all.jpg) -94px 0}
.mattblackmenu li.produtos:hover 		{background-position:-94px -34px;}

.mattblackmenu li.garantia				{width:71px; background:url(http://www.odery.com.br/img/2008/bg_menu_all.jpg) -168px 0;}
.mattblackmenu li.garantia:hover 		{background-position:-168px -34px;}

.mattblackmenu li.world					{width:100px; background:url(http://www.odery.com.br/img/2008/bg_menu_all.jpg) -240px 0 ;}
.mattblackmenu li.world:hover 			{background-position:-240px -34px;}

.mattblackmenu li.contato				{width:110px; background:url(http://www.odery.com.br/img/2008/bg_menu_all.jpg) -340px 0 ;}
.mattblackmenu li.contato:hover 		{background-position: -340px -34px;}

/*######### HOVER DO MENU, SOB A IMAGEM #########*/
 li:hover			{background-position:0 -34px;}

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle,
.ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	background:#fff;
	visibility: hidden;
	z-index: 100;
	text-align:left;
	font-size:12px;
}
.ddsubmenustyle li a {
	display: block;
	width: 150px;
	color:#fff;
	background: #2e4d7e;
	text-decoration: none;
	padding: 4px 5px;
}
* html .ddsubmenustyle li a 	{/*IE6 CSS hack*/ display: inline-block;}
.ddsubmenustyle li a:hover 		{background:#1b355e; color:#fff; text-decoration:none;}
.ddsubmenustyle li a:visited 	{color:#fff; text-decoration:none;}

/* ######### Neutral CSS  ######### */
.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}
.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 7px;
	right: 10px;
	border: 0;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

.li-empty {display: none; list-style: none}
