/* @override http://zee.com.br/extranet/panvel/panvel-template/css/menu.css */

/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want!
All you have to do is ensure the script has the correct CSS property name
(like 'visibility' or 'display') that changes to show/hide menus.

If you want to extend this layout, one good resource for UL/LI formatting is:
    http://www.alistapart.com/articles/taminglists/
Alternatively, you can use any other CSS dropdown layout instead. More here:
    http://www.alvit.de/css-showcase/
Consult your favourite CSS reference for customising fonts/borders/etc.

Otherwise, you can just change the #RGB border/background colours where
suitable to customise for your site -- easy :).

*/



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 9px; /* I'm using ems and px to allow people to zoom their font */
 left: 0px;
 width: 150px;
 z-index:2;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 z-index:3;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
}
.menulist a.highlighted {
 color: #FFF;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */


.menulist li a {
	border:0;
	padding:4px 4px 4px 21px;
	background:url(../imagens/icon_arrow1.png) 9px 7px no-repeat;
}
.menulist li a:hover, .menulist li a.highlighted:hover, .menulist li a:focus, .menulist li a.highlighted {
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-top:1px solid #c6c6c6;
	border-bottom:0;
	padding:3px 3px 3px 20px;
	background:#fff url(../imagens/icon_arrow2.png) 8px 8px no-repeat;
	color:#32517f;
}
.menulist li ul a:hover, .menulist li ul a.highlighted:hover, .menulist li ul a:focus, .menulist li ul a.highlighted {
	border:1px solid #fff;
	background:#fff;
	color:#32517f;
}
.menulist li ul {
	border:1px solid #c6c6c6;
	background:#fff;
}






#listMenuRoot ul {
 top: 1.0em; margin-top: 18px; /* I'm using ems and px to allow people to zoom their font */
 z-index:-1;
}
#listMenuRoot a {
	color:#fff;
}
#listMenuRoot li {
	z-index:1;
}
#listMenuRoot li.menu_active {
	background: url(../imagens/bg_menu_left.png) left 4px no-repeat;
	padding-top: 3px;
}
#listMenuRoot li.menu_active a.menu_active:link,
#listMenuRoot li.menu_active a.menu_active:active,
#listMenuRoot li.menu_active a.menu_active:visited{
	background: #FFFFFF url(../imagens/bg_menu_right.jpg) right center no-repeat;
	color: #0D3267; /*fonte*/
	height: 24px;
	display:block;
	float: left;
	line-height: 24px;
	padding: 0;
	padding-right: 10px;
	margin-left: 10px;
}
#listMenuRoot li.menu_active a.menu_active:hover {
	
}
#listMenuRoot li ul li{
	padding-right:0;
}
#listMenuRoot li.last {
	padding-right:0;
}
#listMenuRoot li a {
	border:0;
	padding:8px 10px;
	background:none;
	margin:1px 1px 0;
	font-weight:bold;
}

#listMenuRoot li a:hover, 
#listMenuRoot li a.highlighted:hover,
#listMenuRoot li a:focus, 
#listMenuRoot li a.highlighted{
	background:#fff;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-top:1px solid #c6c6c6;
	border-bottom:0;
	background:#fff;
	margin:0;
	text-decoration:none;
	color:#0D3268;
	font-weight:bold;
}
#listMenuRoot li.menu_active a.highlighted{
	border-left:1px solid #c6c6c6 !important;
	border-right:1px solid #c6c6c6  !important;
	border-top:1px solid #c6c6c6 !important;
	border-bottom:0  !important;
	background:#fff !important; 
	margin:0  !important;
	text-decoration:none !important;
	color:#0D3268 !important;
	font-weight:bold !important;
	height: 27px !important;
	padding-left: 9px !important;
}

#listMenuRoot li.menu_active a.menu_active:hover{
	background:#fff !important;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-top:1px solid #c6c6c6;
	border-bottom:0;
	background:#fff;
	margin:0;
	padding-left: 9px;
	text-decoration:none;
	color:#0D3268;
	font-weight:bold;
	height: 27px;
}
#listMenuRoot li ul {
	width:149px;
	overflow:hidden;
	padding:3px;
}
#listMenuRoot li ul a {
	border:0;
	padding:3px 5px 3px 8px;
	margin:0;
	color:#333;
	font-weight:normal;
	font-size: 10px;
}
#listMenuRoot li ul a:hover {
	background: #0d3268;
	color: #FFF;
}
#listMenuRoot li.menu_active ul a.highlighted:hover,
#listMenuRoot li ul a.highlighted:hover, #listMenuRoot li ul a:focus, #listMenuRoot li ul a.highlighted {
	border:0;
	background:#0d3268 url(../imagens/icon_arrow3.png) 9px 9px no-repeat;
	color:#fff;
	padding:3px 5px 3px 20px;
	font-weight:normal;
	
}
#content p.logo_caca {
	background: url(../imagens/logo_caca.png) left top no-repeat;
	padding-left: 110px;
	margin-bottom: 20px;
	
}
.div_loading {
	position: absolute;
	top: 0;
	color: #FFF;
	left: 450px;
	width: 100px;
	height: 26px;
	background: #d9722b;
	z-index: 90000000;
	text-align: center;
	line-height: 26px;
}