﻿

/*p {
  line-height: 1.5em;
}*/
.right_cont #menu{
	width:224px;
}
ul#menu, ul#menu ul {
  list-style-type:none;
  width:224px;
  margin: 0;
  padding: 0;
  width:222px;
}

ul#menu a {
  display: block;
  text-decoration: none;
  width:222px;
  height:28px;	
}

ul#menu li {
  margin-top: 1px;
}
/* view_buttons*/
ul#menu li a {
  
  background-image: url(../images/menu_btn.jpg);
  color:  white ;	
  width:212px;
  font-size:15px;
  height:28px;
  direction:ltr;
  line-height:23px;
  text-indent:30px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:27px;
  font-weight:normal;
 /* font-family:light;*/
}

ul#menu li a:hover {
  color: #5084f5;
  background-repeat:repeat-x;
  background-position:bottom;
}

/*sub_buttons*/
ul#menu li ul li a {
  color: #000006;
  width:212px;
  height:28px;
  background-image: url(../images/menu_btn_over.jpg);

  font-family:Arial Narrow;
  font-weight:lighter;
  text-align:right;
  text-align:left;
  direction:ltr;
}

ul#menu li ul li a:hover {
color:#333;
}

