﻿
 /* ============== RIGHT MENU ================ */
 .rm_space {
    height:1px;
    background-color: #FFFFFF;
 }
 .rm_white {
    width:20px;
    height:28px;
    background-color: #FFFFFF;
 }

 .rm_darkbox {
    width:7px;
    height:28px;
    background-color: #5B8290;
 }
 .rm_lightbox {
    width:7px;
    height:28px;
    background-color: #BBD3DB;
 }

 .rm_selected {
    width:193px;
    height:28px;
    background-color: #BBD3DB;
 }  
 .rm_unselected {
    width:193px;
    height:28px;
    background-color: #D2E2E7;
 }

 .rm_text {
    font-family: arial; 
    color: #5B8290;
    font-size: 12px;
    text-decoration: none; 	
    padding-left: 7px;
 }





 /* ============== TOP MENU ================ */
 .topmenu_bg {
 	background-image: url(images/top_menu_light_blue.png); 
 	background-repeat: repeat-x; 
 	width: 771px;
 	height: 118px;
 } 

 .top_left_leaf {
    background-image: url('images/top_left1.png'); 
    background-repeat: no-repeat; 
    width: 114px;
    height: 118px;
 }

 .topmenu_bg a:hover {
	text-decoration: none;
	color:#FFF0A5;
 }


  /* big items in the left part */ 
 .topmenu_BIGunselected {
    font-size: 20px;
    font-weight: bold;
         
    text-align: center;
    padding-top: 22px;
	width: 115px;
 }


 .topmenu_BIGselected {
    text-align: center;
    padding-top: 22px;
	width: 115px;
	
    font-family: arial; 
    font-weight: bold;
    color: #5B8290;
    font-size: 20px;
    
    background-image: url('images/topmenu_balloon.png'); 
    background-repeat: no-repeat; 
    background-position: center;
 }

 /* small items in the right part */
 .topmenu_SMALLunselected {
    font-size: 12px;
         
    text-align: center;
    padding-top: 22px;
	width: 64px;
 }
 .topmenu_SMALLselected {
    font-size: 12px;
    font-weight: bold;
             
    text-align: center;
    padding-top: 22px;
	width: 64px;
 }

  /* colors for mouse-over effect */
 .topmenu_white {
    font-family: arial; 
    color: #FFFFFF;
    text-decoration: none; 	    
 }
 .topmenu_yellow {
    font-family: arial; 
    color: #FFF0A5;
    text-decoration: none; 	    
 }
 .topmenu_blue {
    font-family: arial; 
    color: #5B8290;
    text-decoration: none; 	    
 }
