﻿.menuprincipal
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
	background-color: White;
	margin-left: 12px;
}

.menuprincipal a:link 
{
	color: navy;
	background-color: Transparent;
	text-decoration: none;
}

.staticmenuitemstyle
{
 text-align: left;
 color: White;
 padding-top: 2px; 
 padding-bottom: 2px; 
 width: 80px;
}   

.staticmenuitemstyle a:link 
{
	color: navy;
	background-color: Transparent;
	text-decoration: none;
}

.statichoverstyle
{
 	text-align: left;
	background-color: White; 
 color: White; 
 padding-top: 2px; 
 padding-bottom: 2px; 
} 

.statichoverstyle a:link 
{
	color: navy;
	background-color: Transparent;
	text-decoration: none;
}

.dynamicmenuitemstyle
{
	text-align: left;
 background-color: Transparent;
 font-weight: normal;
 color: White;
 padding-left: 5px;
 padding-top: 2px; 
}    

.dynamicmenuitemstyle a:link 
{
	color: navy;
	background-color: Transparent;
	text-decoration: none;
}

.dynamichoverstyle
{
	text-align: left;
 background-color: Transparent;
 color: White; 
}   

.dynamichoverstyle a:link 
{
	color: navy;
	background-color: Transparent;
	text-decoration: none;
}
