﻿
#main_menu_left
{
  width :190px; 
  float :left;  
}

#div_menu_right
{
    width :760px; 
    float:left;
}

#div_menu_right_temp1
{
    
    float:right;
}


.div_menu
{
	
	width :190px; 
	font-family:Arial;
	font-size:13px;
}

.div_menu a
{

 padding :0px 0px 0px 15px;
 text-decoration :none;
 height :23px;
 background-image :none;
}

.div_rightmenu_temp2
{
	 width :190px;
	 float :left ;
     margin-top :15px;
}

.div_rightmenu_temp4
{
	 width :190px;
	 float :left ;
     margin-top :15px;
}



.div_menu a:hover
{
 padding :0px 0px 0px 15px;
 color:#7b2042;
}

.td_menu_top
{
	background-image:url('../Images/menu_top.png');
	height:9px;
	width:187px;		
}

.td_menu_bottom
{
	background-image:url('../Images/menu_bottom.png');
	height:9px;
	width:187px;
}

.td_menu_item
{
	text-indent:15px;
	background-image:url('../Images/menu_fill.png');
	background-repeat:repeat-y;
	vertical-align:middle;
	width:187px;
	height:23px;
	cursor:pointer;
	font-weight:bold;
	color :#597991 ;
}

.td_menu_item:hover
{
	color:#7b2042;
	cursor:pointer;
}

.td_menu_item_active
{
	color:#7b2042;
	text-indent:15px;
	background-image:url('../Images/menu_fill.png');
	background-repeat:repeat-y;
	vertical-align:middle;
	width:187px;
	height:23px;
	cursor:pointer;
	font-weight:bold;
}

.td_menu_item_active:hover
{
	color:#c6cfde;
	cursor:pointer;
}

.td_menu_separator
{
	background-image:url('../Images/menu_separator.png');
	height:1px;
	width:187px;	
}

.div_toprightmenu
{
	
	color:#83839b;
	
}



.button_toprightmenu
{
	text-decoration:none;
	color:#83839b;
	font-size:11px;
}

.div_bottommenu
{
	
	font-family:Arial;
	font-size:9px;
	color:#83839b;
	
	float :left
}

.button_bottommenu
{
	text-decoration:none;
	color:#83839b;
	font-size:9px;
}

/*=============SUBMENU=======================*/

#submenu
{
  margin :15px 0px 0px 0px;
  
}

#submenu a
{
    
    text-decoration :none;
}

.submenu_active
{
   color :#7B2042 ;
   padding-left :15px; 
   font-size :16px;
}

.submenu_nonactive
{
    color :#63839a ;
}

#submenu a:hover
{
   color :#7B2042 ;
    
     
}

.td_submenu_top
{
    background-image: url( '../Images/submenu_top.png' );
    height: 30px;
    width: 172px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    padding-left :15px;
}


.td_submenu_item
{
	text-indent:15px;
	background-image:url('../Images/submenu_fill.png');
	background-repeat:repeat-y;
	vertical-align:middle;
	width:187px;
	height:15px;
	cursor:pointer;
	font-weight:bold;
	color :#597991 ;
}

.td_submenu_bottom
{
    background-image: url( '../Images/submenu_bottom.png' );
    height: 9px;
    width: 187px;
    
}

/*=============EINDE SUBMENU=======================*/
