﻿#menu a 
{
    font-family :Impact ;
    font-size :16px;
    margin-left :20px;
    text-decoration :none;
    line-height :32px; 
}
.menu_active a
{
    color:#ee4036;
}

.menu_inactive a
{
   color:#ffffff;
}

.menu_active
{
    background-image: url(../Images/menubuttonactive.png);
    background-repeat: no-repeat;
    height :38px;
    width :244px;
    z-index :50;
}

.menu_inactive
{
    background-image: url(../Images/menubutton.png);
    background-repeat: no-repeat;
    height :38px;
    width :236px;
    
}

#submenu
{
	margin-top :5px; 
	background-image:url('../Images/border_submenu.png');
	margin-bottom:7px;
	width:223px;
	padding-right:13px;
	height:74px;
	padding-top:11px;
}

#submenu ul
{
     list-style-type :none ;
     padding :0px;
     margin :0px;
       
}

#submenu ul li
{
      
     position: relative;
     height :20px;
     margin :0px;
     top :0px;
       
}
#submenu .leftmenu_item_active
{
        color:#ee4036;
        font-size :13px;
        font-family :Arial ;
        font-weight :bold;
        float: right ; 
        line-height :15px ;
        padding-right :25px;
        background-image: url(../Images/pijlrechts.png);
        background-position :right; 
        background-repeat: no-repeat;
        text-decoration :none;
}

#submenu .leftmenu_item
{
    color: #ee4036;
    font-size: 9pt;
    font-family: Arial;
    float: right;
    line-height: normal;
   
    padding-right :25px;
    background-image: url(../Images/pijlrechts.png);
    background-position :right; 
    background-repeat: no-repeat;
    text-decoration :none;
}

#div_submenu2
{
	background-image:url('../Images/border_submenu.png');
	margin-top:7px;
	margin-bottom:7px;
	width:223px;
	padding-right:13px;
	height:74px;
	padding-top:11px;
}

#div_submenu2 ul
{
     list-style-type :none ;
     padding :0px;
     margin :0px;
       
}

#div_submenu2 ul li
{
      
     position: relative;
     height :20px;
     margin :0px;
     top :0px;
       
}
#div_submenu2 a
{
	color: #ee4036;
    font-size: 9pt;
    font-family: Arial;
    float: right;
    line-height: normal;
    padding-right :25px;
    background-image: url(../Images/pijlrechts.png);
    background-position :right; 
    background-repeat: no-repeat;
    text-decoration :none;
}