﻿.MenuItem_Normal
{
 background-image: url('imagens/sep_normal.png');
 height: 35px;
 width:105px;
 background-repeat: no-repeat;
 color: #007394;
 font-family: Trebuchet MS;
 font-size: 10pt;
}

.MenuItem_Normal A
{
background-image: none;
}

.MenuItem_Hover A
{
background-image: none;
}

.MenuItem_Selected A
{
background-image: none;
}

.MenuItem_Hover
{
 background-image: url('imagens/sep_hover.png');
 width:105px;
 height: 35px;
 background-repeat: no-repeat;
 color: #FFFFFF;
 font-family: Trebuchet MS;
 font-size: 10pt;
 font-weight: bold;
 cursor: pointer;
}

.MenuItem_Selected
{
 background-image: url('imagens/sep_selected.png');
 width:105px;
 height: 35px;
 background-repeat: no-repeat;
 color: #FFFFFF;
 font-family: Trebuchet MS;
 font-size: 10pt;
 font-weight: bold;
 cursor: pointer;
}

.MenuStyle
{
	height: 35px;
}

.SubMenuStyle
{
	border:solid 1px #a4a8a9;	
}

.SubMenuItemStyle_Normal
{
	text-align: left;
	padding-left: 6px;
	padding-top: 6px;
	padding-right:6px;
	padding-bottom: 2px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #a4a8a9;
	
}

.SubMenuItemStyle_Hover
{
	text-decoration: underline;
}