#topMenu {height: 25px; background: url('../images/menu_bck.gif') repeat-x top; width: 100%; text-align: justify}
#topMenu a {margin: 4px 15px; float:left;}
.Left {float:left;}
.Right {float: right;}

/* Menu DNN */
.MainMenu_MenuContainer {
	border-top: 1px solid white;
	border-bottom: 1px solid #31b56d;
	margin: 4px 0px 0px 0px; 
	height: 21px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}

.MainMenu_MenuItem 
{
	padding-left:8px; 
	padding-right:8px; 
	padding-top:3px; 
	padding-bottom:3px;
	cursor: pointer; 
	cursor: hand;
	color: white; 
	background: url('../images/tab_off_bck.gif') repeat-x top; 
}

.MainMenu_RootMenuItemSelected
{
	padding-left:8px; 
	padding-right:8px; 
	padding-top:3px; 
	padding-bottom:3px;
	background: url('../images/tab_off_bck.gif') repeat-x top; 
	text-decoration: underline;
	color: white; 
}

.MainMenu_RootMenuItemActive 
{
	padding-left:8px; 
	padding-right:8px; 
	padding-top:3px; 
	padding-bottom:3px;
	background: url('../images/tab_on_bck.gif') repeat-x top; 
}

.MainMenu_SubMenuItemActive
{
	background: url('../images/tab_on_bck.gif') repeat-x top; 
}

.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: white; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
    border-bottom: #31b56d 1px solid; 
    border-left: #31b56d 1px solid; 
    border-top: #31b56d 1px solid; 
    border-right: #31b56d 1px solid;
}

.LeftSeparator
{
	height: 21px;
	background-image: url('../images/tab_off_left.gif');
}

.RightSeparator
{
	height: 21px;
	background-image: url('../images/tab_off_right.gif');
}

.LeftActiveSeparator
{
	height: 21px;
	background-image: url('../images/tab_on_left.gif');
}

.RightActiveSeparator
{
	height: 21px;
	background-image: url('../images/tab_on_right.gif');
}

#subMenu { border-bottom: 1px solid #31b56d; }
.tabOff {background: url('<% = SkinPath %>/App_Themes/Green/images/tab_off_bck.gif') repeat-x top; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px}
.tabOn {background: url('<% = SkinPath %>/App_Themes/Green/images/tab_on_bck.gif') repeat-x top; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px}

#rodape {border-top: 1px solid #31b56d; }

