/* Default CSS Stylesheet for a new Web Application project */



.link_menu{FONT-WEIGHT: normal;
 
 width:110px; 
 text-align:center;
 
	FONT-SIZE: 17px; 
	COLOR: black; 
	background-color:#cccccc;
	TEXT-DECORATION: none;
	BORDER-RIGHT: thin outset; 
	BORDER-TOP: thin outset; 
	BORDER-LEFT: thin outset; 
	BORDER-BOTTOM: thin outset}

A:hover.link_menu
{
	color:blue;
 

 }
 
 
 .link_menu_home{FONT-WEIGHT: normal;
 
 width:90px; 
 text-align:center;
 
	FONT-SIZE: 12px; 
	COLOR: black; 
	background-color:#cccccc;
	TEXT-DECORATION: none;
	BORDER-RIGHT: thin outset; 
	BORDER-TOP: thin outset; 
	BORDER-LEFT: thin outset; 
	BORDER-BOTTOM: thin outset}

A:hover.link_menu_home
{
	color:White;
 background-color:#2b6baa;
 BORDER-RIGHT: thin inset; 
 BORDER-TOP: thin inset; 
 BORDER-LEFT: thin inset; 
 BORDER-BOTTOM: thin inset
 }
 
 
 
 .link_menu_home_com{FONT-WEIGHT: normal;
 
 width:90px; 
 text-align:center;
 
	FONT-SIZE: 12px; 
	COLOR: black; 
	background-color:#cccccc;
	TEXT-DECORATION: none;
	BORDER-RIGHT: thin outset; 
	BORDER-TOP: thin outset; 
	BORDER-LEFT: thin outset; 
	BORDER-BOTTOM: thin outset}

A:hover.link_menu_home_com
{
	color:White;
 background-color:#2b6baa;
 BORDER-RIGHT: thin inset; 
 BORDER-TOP: thin inset; 
 BORDER-LEFT: thin inset; 
 BORDER-BOTTOM: thin inset
 }
 
 
 .link_menu_com
 {
	 width:85px; 
 text-align:center;
 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: black; 
	background-color:#cccccc;
	TEXT-DECORATION: none;
	BORDER-RIGHT: thin outset; 
	BORDER-TOP: thin outset; 
	BORDER-LEFT: thin outset; 
	BORDER-BOTTOM: thin outset}

A:hover.link_menu_com
{
	color:blue;


 }
 
 
 
 
 .link_menu_rates{FONT-WEIGHT: normal;
 
 width:260px; 
 text-align:center;
 
	FONT-SIZE: 17px; 
	COLOR: black; 
	background-color:#cccccc;
	TEXT-DECORATION: none;
	BORDER-RIGHT: thin outset; 
	BORDER-TOP: thin outset; 
	BORDER-LEFT: thin outset; 
	BORDER-BOTTOM: thin outset}

A:hover.link_menu_rates
{
	color:blue;

 
 }
 

/*


*/