.MenuSelecionado 
{
	background-image: url("bg_MenuSelecionado.gif");
	background-position:top center;
	background-repeat: repeat-x;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	line-height:48px;
	vertical-align:text-top;
}

.MenuAberto 
{
	background-image: url("bg_Menu.gif");
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	line-height:48px;
	vertical-align:text-top;
}

.Separator {
	color: #FAFAFA;
	font-family: Arial;
	font-size: 10px;
	padding: 0px 15px;
}

.MenuCMarqx {
	background: none;
}

.SubMenuCMarqx {
	background-image: url("bg_SubMenu.gif");
	background-position: Top;
	background-repeat: repeat-x;
	background-color: Transparent;        
	height: 44px;
	padding-left: 25px;
}

.lnkMenuLevel0,.lnkMenuLevel0:visited,.lnkMenuLevel0:link {
	color: #000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.lnkMenuLevel0:hover {
	color: #d92644;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.lnkMenuSelLevel0,.lnkMenuSelLevel0:visited,.lnkMenuSelLevel0:link {
	color: #cb1432;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold; 
	text-decoration:none;
	text-transform: uppercase;
}

.lnkMenuSelLevel0:hover {
	color: #cb1432;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none;
	text-transform: uppercase;
}

.lnkMenuLevel1, a.lnkMenuLevel1, a.lnkMenuLevel1:visited, a.lnkMenuLevel1:link {
	color: #6D6E71;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}

a.lnkMenuLevel1:hover {
	color: #6D6E71;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
}

.lnkMenuLevel1Selected, a.lnkMenuLevel1Selected, a.lnkMenuLevel1Selected:visited, a.lnkMenuLevel1Selected:link {
	color: #FFBB02;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}

a.lnkMenuLevel1Selected:hover {
	color: #FFBB02;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #3299CC
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3299CC;
color:#FFFFFF;
}

 
