/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */
/** customize colors here */

/**********************************************/
/*             .menuMainLevel                 */
/**********************************************/

a.mainlevel_top, a.mainlevel_top:link, a.mainlevel_top:visited{
 color: #fff;
 font-weight: bold;
 text-align: center;
}

a.mainlevel_top:hover {
 background-color: #626262;
 font-weight: bold;
 text-align: center;
}

a.mainlevel_top, a.mainlevel_active_top, a.mainlevel_current_top,
a.mainlevel_top:link, a.mainlevel_active_top:link, a.mainlevel_current_top:link,
a.mainlevel_top:visited, a.mainlevel_active_top:visited, a.mainlevel_current_top:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

a.mainlevel_top:hover, a.mainlevel_active_top:hover, a.mainlevel_current_top:hover {
	background-color: #626262;
	font-weight: bold;
	text-align: center;
}

a.mainlevel_top, a.mainlevel_active_top, a.mainlevel_current_top, span.mainlevel_top {
	width: auto;
	text-align: center;
	margin:2px 0px 0px 0px;
	padding: 10px 0px 13px 0px;
}

/**********************************************/
/*             .menuSubLevel                 */
/**********************************************/

a.sublevel_top, a.sublevel_active_top, a.sublevel_current_top,
a.sublevel_top:link, a.sublevel_active_top:link, a.sublevel_current_top:link,
a.sublevel_top:visited, a.sublevel_active_top:visited, a.sublevel_current_top:visited {
	background-color: #fff;
	color: #555;
	border: 0px;
}

a.sublevel_top:hover, a.sublevel_active_top:hover, a.sublevel_current_top:hover {
	background-color: #dfdfdf;
}

a.sublevel_top, a.sublevel_active_top, a.sublevel_current_top, span.sublevel_top {
	font-size: 10px;
	text-align: left;
	padding: 5px;
	width: 100%;
}


/**********************************************/
/*             .                              */
/**********************************************/


ul.mainlevel_top ul ul a.sublevel_top, ul.mainlevel_top ul ul a.sublevel_active_top, ul.mainlevel_top ul ul a.sublevel_current_top,
ul.mainlevel_top ul ul a.sublevel_top:link, ul.mainlevel_top ul ul a.sublevel_active_top:link, ul.mainlevel_top ul ul a.sublevel_current_top:link,
ul.mainlevel_top ul ul a.sublevel_top:visited, ul.mainlevel_top ul ul a.sublevel_active_top:visited, ul.mainlevel_top ul ul a.sublevel_current_top:visited {
	background-color: #fff;
}

ul.mainlevel_top ul ul a.sublevel_top:hover, ul.mainlevel_top ul ul a.sublevel_active_top:hover, ul.mainlevel_top ul ul a.sublevel_current_top:hover {
	background-color: #dfdfdf;
}

/** customize style / layout here */
a.mainlevel_top, a.mainlevel_active_top, a.mainlevel_current_top, span.mainlevel_top,
a.mainlevel_top:link, a.mainlevel_active_top:link, a.mainlevel_current_top:link,
a.mainlevel_top:visited, a.mainlevel_active_top:visited, a.mainlevel_current_top:visited,
a.mainlevel_top:hover, a.mainlevel_active_top:hover, a.mainlevel_current_top:hover,
a.sublevel_top, a.sublevel_active_top, a.sublevel_current_top, span.sublevel_top,
a.sublevel_top:link, a.sublevel_active_top:link, a.sublevel_current_top:link,
a.sublevel_top:visited, a.sublevel_active_top:visited, a.sublevel_current_top:visited,
a.sublevel_top:hover, a.sublevel_active_top:hover, a.sublevel_current_top:hover {
	font-size: 11px;
	text-decoration: none;
	display: block;
}





#active_menu_top,
a.mainlevel_active_top, a.mainlevel_current_top,
a.mainlevel_active_top:link, a.mainlevel_current_top:link,
a.mainlevel_active_top:visited, a.mainlevel_current_top:visited,
a.mainlevel_active_top:hover, a.mainlevel_current_top:hover,
a.sublevel_active_top, a.sublevel_current_top,
a.sublevel_active_top:link, a.sublevel_current_top:link,
a.sublevel_active_top:visited, a.sublevel_current_top:visited,
a.sublevel_active_top:hover, a.sublevel_current_top:hover {
}

ul.mainlevel_top, ul.mainlevel_top ul{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border:0px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

ul.mainlevel_top, .mainlevel_top ul {
	list-style: none;
}

ul.mainlevel_top {
	float:left;
	width:auto;
	z-index: 300;
	height: 40px;
}

ul.mainlevel_top ul {
	z-index: 300;
}

ul.mainlevel_top ul ul {
	z-index: 300;
	border: 1px solid #c0c0c0
}


ul.mainlevel_top li {
	list-style: none;
	float: left;
	position: relative;
}

ul.mainlevel_top li li {
	position: relative;
	width: 100%;
	margin: 0px;
}

ul.mainlevel_top li li ul {
	left: 100%;
	top: -1px;
}

ul.mainlevel_top ul {
	display: none;
	position: absolute;
	top: 39px;
	left: 0px;
	border: 1px solid #c0c0c0
}

ul.mainlevel_top li > ul {
	top: 39px;
}

/* Controle Displaying */
div.menu_top{
 position: relative;
 float:none;
 background:#fff;
 height: 40px;
 z-index: 300;
 white-space: nowrap;
}

ul.mainlevel_top li:hover ul,
ul.mainlevel_top li.hover ul {
	display: block;
}


ul.mainlevel_top li:hover ul ul,
ul.mainlevel_top li.hover ul ul {
	display: none;
}

ul.mainlevel_top li:hover ul li:hover ul,
ul.mainlevel_top li.hover ul li.hover ul {
	display: block;
}


ul.mainlevel_top, ul.mainlevel_top li li {
	clear: left;
	width: 100%;
}

/** separator */
span.mainlevel_top, span.sublevel_top {
	border-width: 0px;
	padding: 0px;
}



/************************************************/
/*            colors                            */
/************************************************/

.red { 
 border-right: #fff 2px solid; background: #db0024; width: 127px; margin-left: 1px;
}

.orange1 {
 border-right: #fff 2px solid; background: #ff2400; width: 127px;
}

.orange2 {
 border-right: #fff 2px solid; background: #ff4800; width: 127px;
}

.orange3 {
 border-right: #fff 2px solid; background: #ff6c00; width: 127px;
}

.orange4 {
 border-right: #fff 2px solid; background: #ff9000; width: 127px;
}

.orange5 {
 border-right: #fff 2px solid; background: #ffb400; width: 127px;
}

.green1 {
 border-right: #fff 2px solid; background: #dbd800; width: 127px;
}

.gray1 {
background: #e5e7d0;
}
