#top_menu {
	background-repeat:repeat-x;
	height: 36px; /*27 */
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;
	 background: url(img/menu_bground.png);
    }	
    
#top_menu_point {
	background-repeat:no-repeat;
	text-align:left;
 }
 
 #top_menu_text{	
 	color:#FFFFFF;
	padding-left:16px;	
	white-space: nowrap; 	
 }   
 
#top_menu_link{
	color:#242235; /*#342425 */
	white-space: nowrap;
	/*padding-bottom: 10px;*/
	padding-left:16px;
	padding-right:10px;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
 }	   
 