﻿/* MENU */
.padding-bottom {
padding-bottom:15px;
}


.menu_wrapper
{
float:left;
width:205px;
height:auto;
min-height:300px;
background:url(../images/bg_menu.jpg) repeat-y;
font-size:11px;
}

.Menu
{
    clear:both;
    width:205px;
    height:30px;
    background:url(../images/menu_main_down.jpg);
	background-position:top;
	padding-left:0px;

  
}
 
 .MenuOpen
{
    clear:both;
    width:205px;
    height:30px;
    background:url(../images/menu_main_rollover.jpg);
	background-position:top;
	padding-left:0px;


  
}
 
.MenuOver
{
  	clear:both;
    width:205px;
    height:30px;
    background:url(../images/menu_main_rollover.jpg);
	background-position:top;
    background-repeat:repeat;
	padding-left:0px;
   
}
 
.MenuHide
{
  	clear:both;
    width:205px;
    height:30px;
    background-image:url(../_images/bg_colMiddle.gif);
    background-repeat:repeat;
    display:none;
   
}



 
 /* MENU_IMAGE */
 
.MenuImage
{
    background-image:none;
	background-repeat:no-repeat;
	background-position:center;
    width:20px;
    height:30px;
    float:left;
 }
 
 
.MenuImageOver
{
    background-image:none;
	background-repeat:no-repeat;
	background-position:center;    
	width:20px;
    height:30px;
    float:left;
}

.MenuImageOpen
{
    background-image:none;
	background-repeat:no-repeat;
	background-position:center;    
	width:20px;
    height:30px;
    float:left;
}




 
  /* MENU_TEKST */
 
.MenuTekst
{    
	float:left;
	width:185px;
    height:30px;
	line-height:30px;
	color:#908371;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	padding: 0 0 0 0;
   
}
 
.MenuTekstOver
{
    float:left;
    width:185px;
    height:30px;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	padding: 0 0 0 0;
	color:#ffffff;
}

.MenuTekstOpen
{
    float:left;
    width:185px;
    height:30px;
	line-height:30px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	padding: 0 0 0 0;
   
}
 
 
   /* SUBMENU */
 
.SubMenu
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_sub_down.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:0px;
}

.SubMenuOver
{
    clear:both;
    width:205px;
    height:30px;
	padding: 0 0 0 0;
	background:url(../images/menu_sub_rollover.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.SubMenuOpen
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_sub_true.jpg);
	background-position:right;
	background-repeat:no-repeat;  
	padding: 0 0 0 0;

}

.SubMenuBottom
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_sub_down_bottom.jpg); 
	background-position:right;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
  
}


.SubMenuBottomOpen
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_sub_true_Bottom.jpg);
	background-position:right;
	background-repeat:no-repeat; 
	padding: 0 0 0 0;
	  
}


.SubMenuOverBottom
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_sub_rollover_bottom.jpg); 
	background-position:right;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
	  
}
 
    /* SUBMENU_IMAGE */
 
.SubMenuImage
{
	background:url(../images/menu_images_subsub.jpg);
	background-repeat:no-repeat;
	background-position:left;    
    width:20px;
    height:30px;
	line-height:30px;
	text-align:center;
    float:left;
   
}

.SubMenuImageOver
{
	background:url(../images/menu_image_subsub_active.jpg);
	background-repeat:no-repeat;
	background-position:left;    
    width:20px;
    height:30px;
	line-height:30px;
	text-align:center;
    float:left;
   
}

.SubMenuImageOpen
{
	background:url(../images/menu_image_subsub_active.jpg);
	background-repeat:no-repeat;
	background-position:left;
    width:20px;
    height:30px;
	line-height:30px;
	text-align:center;
    float:left;
   
}
 
 
    /* SUBMENU_TEKST */
.SubMenuTekst
{
	color:#A59D95;
    width:185px;
    height:30px;
    float:left;
	padding: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;   
}

.SubMenuTekstOver
{
	color:#908371;
    width:185px;
    height:30px;
    float:left;
	padding: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;   
}

.SubMenuTekstOpen
{
	color:#908371;
    width:185px;
    height:30px;
    float:left;
	padding: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	font-weight:bold;   
}


  /* SUBSUBMENU */
 
.SubSubMenu
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_subsub_down.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:0px;
}

.SubSubMenuOver
{
    clear:both;
    width:205px;
    height:30px;
	padding: 0 0 0 0;
	background:url(../images/menu_subsub_down.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.SubSubMenuOpen
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_subsub_down.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0 0 0 0;

}

.SubSubMenuBottom
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_subsub_bottom_down.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
  
}


.SubSubMenuBottomOpen
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_subsub_bottom_active.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
	  
}


.SubSubMenuOverBottom
{
    clear:both;
    width:205px;
    height:30px;
	background:url(../images/menu_subsub_down.jpg);
	background-position:right;
	background-repeat:no-repeat; 
	padding: 0 0 0 0;
	  
}
 
    /* SUBSUBMENU_IMAGE */
 
.SubSubMenuImage
{
	background:none;
	background-repeat:no-repeat;
	background-position:left;    
    width:25px;
    height:30px;
	line-height:30px;
	text-align:right;
    float:left;
	color:#A59D95;
	font-family:Verdana, Arial, Helvetica, sans-serif;
   
}

.SubSubMenuImageOver
{
	background:none;
	background-repeat:no-repeat;
	background-position:left;    
    width:25px;
    height:30px;
	line-height:30px;
	text-align:right;
    float:left;
	color:#E2001A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
   
}

.SubSubMenuImageOpen
{
	background:none;
	background-repeat:no-repeat;
	background-position:left;
    width:25px;
    height:30px;
	line-height:30px;
	text-align:right;
    float:left;
	color:#E2001A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
   
}
 
 
    /* SUBSUBMENU_TEKST */
.SubSubMenuTekst
{
	color:#A59D95;
    width:175px;
    height:30px;
    float:left;
	padding: 0 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;   
}

.SubSubMenuTekstOver
{
	color:#E2001A;
    width:175px;
    height:30px;
    float:left;
	padding: 0 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;   
}

.SubSubMenuTekstOpen
{
	color:#E2001A;
    width:175px;
    height:30px;
    float:left;
	padding: 0 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	font-weight:bold;   
}
