body{
margin: 0;
padding: 0;
width: 100%; 
height: 100%;
FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Tahoma;
}
td div{
margin: 0;
padding: 0;	
FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Tahoma;
}
.contener{
	width:100%;
	height: 100%;
	background: url('images/back.gif') repeat-x;
	}
.button{
	width:250;
	height:45;
	background: url('images/button_left.png') left top no-repeat;
	}
.button div{
	padding-top: 6;
	height:45;
	background: url('images/button_right.png') right top no-repeat;
	}
	



.button div A:Link { FONT-SIZE: 18pt; COLOR: #FFFFFF; FONT-FAMILY: Tahoma;  text-decoration: underline;}
.button div A:Visited { FONT-SIZE: 18pt; COLOR: #FFFFFF; FONT-FAMILY: Tahoma;  text-decoration: underline;}
.button div A:Active { FONT-SIZE: 18pt;  COLOR: #FFFFFF; FONT-FAMILY: Tahoma; text-decoration: none;}
.button div A:Hover { FONT-SIZE: 18pt; COLOR: #FFFFFF; FONT-FAMILY: Tahoma;  text-decoration: none;}


A:Link { FONT-SIZE: 10pt; COLOR: #0073cb; FONT-FAMILY: Tahoma;  text-decoration: underline;}
A:Visited { FONT-SIZE: 10pt; COLOR: #0073cb; FONT-FAMILY: Tahoma;  text-decoration: underline;}
A:Active { FONT-SIZE: 10pt;  color:#900; FONT-FAMILY: Tahoma; text-decoration: underline;}
A:Hover { FONT-SIZE: 10pt; color:#900; FONT-FAMILY: Tahoma;  text-decoration: underline;}	

.menu:link { FONT-SIZE: 16pt; COLOR: #FFF; FONT-FAMILY: Tahoma;  text-decoration: none; }

.menu:Visited { FONT-SIZE: 16pt; COLOR: #FFF; FONT-FAMILY: Tahoma;  text-decoration:  none; }

.menu:Active { FONT-SIZE: 16pt; COLOR: #FF6600; FONT-FAMILY: Tahoma;  text-decoration:  underline; }

.menu:Hover { FONT-SIZE: 16pt; COLOR: #FF6600; FONT-FAMILY: Tahoma;  text-decoration:  underline; }

.text_big{
	font-size: 16pt
	}
.menu_table{

	float:left;
	}
.menu_pl{
	padding-left:20;
	padding-right:20;
	float:left;
	}
	
	
	
	
#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #232728;
  float: left;

}
#nav li {
  float: left;
  position: relative;
  background: #515151;
  back\ground: none;
  border-bottom: 1px solid #232728;
  
}

#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100px;
  padding: 4px 10px;
  font-size: 12pt
}
#nav a:hover {
  color: #000;
  background: #ccc;
  font-size: 12pt;
  text-decoration:underline;
}
#nav li:hover,
#nav li.jshover {
  background: #333;
}

#nav li ul {
  display: none;
  position: absolute;
  background: #515151;
  padding: 0;
  
}
#nav li li a {
  width: 118px;
  background: none;
}
#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 138px;
  top: -9px;
  left: 118px;
  lef\t: 133px;
}
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}
*html #nav #width {
	width: 118
}
	
*html #nav a {
 
  width: 120px;
 
}
