/* CSS Document */
.link_menu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.A.link_menu:hover {
	COLOR: #eb5f12; 
	TEXT-DECORATION: underline;
}
.link_smenu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #0000FF;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.A.link_smenu:hover {
	COLOR: #FF0000; 
	TEXT-DECORATION: underline;
}
.text_menu {
	FONT-WEIGHT: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.div_border { 
  border-top-width: 5px;
  border-top-color: #000000;
  border-top-style: none;

  border-bottom-width: 1px;
  border-bottom-color: #000000;
  border-bottom-style: solid;

  border-right-width: 1px;
  border-right-color: #000080;
  border-right-style: solid;

  border-left-width: 1px;
  border-left-color: #000000;
  border-left-style: solid;
}
