#menu {
	padding: 13px 0 0 0;
	margin: 2px 0 0 15px;
}

#menu ul {
    list-style: none;
    margin: 0;
	padding: 0;
}
	
#menu li {
	float: left;
    margin: 0 3px 0 0;
	padding: 0;
	list-style: none;
    width: 95px;
	font-size: 10pt;
}
	
#menu li a {
    display: block;
    color: #2E51AC;
    text-decoration: none;
	text-align:center;
    width: 95px;
	height: 26px;
	background: url("/_tpl/img/m1.gif") no-repeat 0 0;
	font-weight: bold;
	padding: 4px 0 0 0;
}

#menu li a:hover {
    color: red;
	background: url("/_tpl/img/ma.gif") no-repeat 0 0;
}

#menu li#select {
    display: block;
    color: red;
	text-align:center;
    width: 95px;
	height: 26px;
	font-weight: bold;
	background: url("/_tpl/img/ma.gif") no-repeat 0 0;
	padding: 4px 0 0 0;
}

#menu li#select a {
    color: red;
	margin: -4px 0 0 0;
	padding: 4px 0 0 0;
	background: url("/_tpl/img/ma.gif") no-repeat 0 0;
}

html>body #home a,
html>body #home_a{
	float:left;
	width: 27px;
	height: 26px;
	margin: 81px 3px 0 15px;
}

html>body #home a {	background:  url(/_tpl/img/h1.png) no-repeat; }

html>body #home a:hover,
html>body #home_a {
	background:  url(/_tpl/img/ha.png) no-repeat;
}

html>body #letter a,
html>body #letter_a,
html>body #map a,
html>body #map_a  {
	float:left;
	width: 28px;
	height: 26px;
	margin: 81px 3px 0 5px;
}

html>body #letter a {	
	background:  url(/_tpl/img/letter_1.png) no-repeat;
}

html>body #letter a:hover,
html>body #letter_a  {
	background:  url(/_tpl/img/letter_a.png) no-repeat;
}

html>body #map a {	background:  url(/_tpl/img/map_1.png) no-repeat; }

html>body #map a:hover,
html>body #map_a {	background:  url(/_tpl/img/map_a.png) no-repeat; }


/*****************************************************************/

#pmenu { 
	padding: 7px 0 0 0; 
	margin: 0; 
}

#pmenu ul { 
	padding: 0; 
	margin: 0; 
	list-style: none;
}

#pmenu li { 
	padding: 0 0 10px 0; 
	margin:0; 
}

#pmenu li a			{ 
}

#pmenu li.select span { 
	color: red; 
}

#pmenu li.selects a { 
}

#pmenu li a:hover { 
}

#pmenu li#m2 	{ font-size: 12pt; padding-left: 0px;}
#pmenu li#m3 	{ font-size: 10pt; padding-left: 10px;}
#pmenu li#m3 a	{  }

#pmenu li#m4 	{ font-size: 8pt; padding-left: 20px;}
#pmenu li#m4 a	{  }

/*****************************************************************/

html>body #rumenu {
	  margin: 81px 3px 0 15px;
      width: 70px;
      padding: 0;
      color: blue;
	  float: left;
	  font-size: 8pt;
}

html>body #rumenu a {
      display: block;
	  float: left;
      padding: 5px 0 0 1px;
      color: blue;
      text-decoration: none;
	  text-align:center;
      width: 27px;
	  height: 26px;
	  background:  url(/_tpl/img/h-r1.png) no-repeat;
}

html>body #rumenu a:hover {
    color: red;
}

html>body #rumenu #select {
      display: block;
	  float: left;
      padding: 5px 0 0 1px;
	  margin: 0 3px 0 0;
      color: red;
      text-decoration: none;
	  text-align:center;
      width: 27px;
	  height: 26px;
	background:  url(/_tpl/img/h-r2.png) no-repeat;
}

