/* MENU */
* {
font-family: 'Open Sans', sans-serif;
padding : 0;
margin : 0;
border : 0;
}



.submenu_wrapper
{
	float:left;
	width:100%;
	height:auto;
	padding: 0 0 25px 0;
	background-color:#FFFFFF;
	cursor:pointer;
	margin-bottom:40px;
}

.subsubmenu_container {
	float:left;
	width:100%;
	height:auto;
	padding: 0 0 0 0;
	cursor:pointer;
	margin: 0 0 20px 0;
	}


.Menu
{
    float:left;
	width:100%;
    height:auto;
    background:none;
	padding: 10px 0 10px 0;
	border-bottom:#cccccc dotted 1px;
}
 
 .MenuOpen
{
    float:left;
	width:100%;
    height:auto;
    background:none;
	padding: 10px 0 10px 0;
	border-bottom:#cccccc dotted 1px;

}
 
.MenuOver
{
  	float:left;
	width:100%;
    height:auto;
    background:none;
	padding: 10px 0 10px 0;
	border-bottom:#cccccc dotted 1px;
}
 
.MenuHide
{
  	float:left;
	width:100%;
    height:auto;
    background:none;
    display:none;
	padding: 10px 0 10px 0;
	border-bottom:#cccccc dotted 1px;
}
 
 
 /* MENU_IMAGE */
 
.MenuImage
{
	float:left;
    background:#1d1d1b url(../images/btn_right.png) no-repeat;
	width:20px;
    height:20px;
 	padding: 0 0 0 0;
 }
 
 
.MenuImageOver
{
    float:left;
    background:#1d1d1b url(../images/btn_down.png) no-repeat;
	width:20px;
    height:20px;
 	padding: 0 0 0 0;
}

.MenuImageOpen
{
    float:left;
    background:#1d1d1b url(../images/btn_down.png) no-repeat;
	width:20px;
    height:20px;
 	padding: 0 0 0 0;
}



  /* MENU_TEKST */
 
.MenuTekst
{
    float:left;
    color:#1d1d1b;
	font-weight:normal;
	font-size:13px;
	text-align:left;
    width:150px;
    height:auto;
	line-height:20px;
	padding: 0 0 0 10px;
   
}
 
.MenuTekstOver
{
    float:left;
    color:#605e60;
	font-weight:normal;
	font-size:13px;
	text-align:left;
    width:150px;
    height:auto;
	line-height:20px;
	padding: 0 0 0 10px;
   
}

.MenuTekstOpen
{
    float:left;
    color:#1d1d1b;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	text-align:left;
    width:150px;
    height:auto;
	line-height:20px;
	padding: 0 0 0 10px;
}
 
 
   /* SUBMENU */
 
.SubMenu
{
    float:left;
    width:100%;
    height:auto;
	padding: 0 0 0 0;
}

.SubMenuOver
{
    float:left;
    width:100%;
    height:auto;
	padding: 0 0 0 0;
}

.SubMenuOpen
{
    float:left;
    width:100%;
    height:auto;
	padding: 0 0 0 0;
}

.SubMenuBottom
{
    float:left;
    width:100%;
    height:auto;
	padding: 0 0 0 0;
}

.SubMenuBottomOpen
{
    float:left;
    width:100%;
    height:auto;
	padding: 0 0 0 0;
}


.SubMenuOverBottom
{
    float:left;
    width:100%;
    height:auto;
	padding: 0 0 0 0;

}
 
    /* SUBMENU_IMAGE */
 
.SubMenuImage
{
    float:left;
    background:none;
	width:20px;
    height:20px;
	padding: 0 0 0 0;  
}

.SubMenuImageOver
{
    float:left;
    background:none;
	width:20px;
    height:20px;
	padding: 0 0 0 0;  
}

.SubMenuImageOpen
{
    float:left;
    background:none;
	width:20px;
    height:20px;
	padding: 0 0 0 0;  
}
 
 
    /* SUBMENU_TEKST */
.SubMenuTekst
{
    float:left;
    color:#1d1d1b;
    width:170px;
    height:auto;
	padding: 0 0 0 10px;
	font-size:12px;
	line-height:25px;
	border-bottom: 1px dotted #CCCCCC;   
  
}

.SubMenuTekstOver
{
        float:left;
    color:#605e60;
    width:170px;
    height:auto;
	padding: 0 0 0 10px;
	font-size:12px;
	line-height:25px;
	border-bottom: 1px dotted #CCCCCC;   
  
}

.SubMenuTekstOpen
{
        float:left;
    color:#1d1d1b;
    width:170px;
    height:auto;
	padding: 0 0 0 10px;
	font-size:12px;
	line-height:25px;
	border-bottom: 1px dotted #CCCCCC;   
   
}


   /* ______________________________________________________________________________________ */


 