﻿/* MENU */
* {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
padding : 0;
margin : 0;
border : 0;
}


.menu_wrapper {
float:left;
width:165px;
height:auto;
padding: 40px 0 0 0;
background:none;
}

.subsubmenucontainer {
	float:left;
	width:165px;
	height:auto;
	padding: 0;
	margin:0;
	border:0;
	border-bottom:1px solid #FFFFFF;
}

submenucontainer {
	float:left;
	width:165px;
	height:auto;
	padding: 0;
	margin:0;
	border:0;
}
	
   /* ______________________________________________________________________________________ */



/* MENU */

.Menu
{
	float:left;
    width:165px;
    height:auto;
	cursor:pointer;
		border-bottom:#ccc dotted 1px;

  
}
 
 .MenuOpen
{
	float:left;
    width:165px;
    height:auto;
	cursor:pointer;
		border-bottom:#ccc dotted 1px;

}
 
.MenuOver
{
	float:left;
    width:165px;
    height:auto;
	cursor:pointer;
		border-bottom:#ccc dotted 1px;

}
 
.MenuHide
{
	float:left;
    width:165px;
    height:auto;
    display:none;
	cursor:pointer;
		border-bottom:#ccc dotted 1px;

}
 
 
 /* MENU_IMAGE */
 
.MenuImage
{
    background-image:url(../images/menu_image_down.gif);
	background-repeat:no-repeat;
	background-position:center;    
    width:25px;
    height:30px;
    float:left;
	line-height:30px;
	text-align:left;
	color:#87888A;
   	font-size:14px;
		display:none;

}
 
 
.MenuImageOver
{
    background-image:url(../images/menu_image_hover.gif);
	background-repeat:no-repeat;
	background-position:center;    
    width:25px;
    height:30px;
    float:left;
   	line-height:30px;
	text-align:left;
	color:#CC071E;
   	font-size:14px;
	display:none;
}

.MenuImageOpen
{
    background-image:url(../images/menu_image_hover.gif);
	background-repeat:no-repeat;
	background-position:center;    
    width:25px;
    height:30px;
    float:left;
   	line-height:30px;
	text-align:left;
	color:#CC071E;
   	font-size:14px;
		display:none;

}
 
  /* MENU_TEKST */
 
.MenuTekst
{
	color:#808080;
	font-weight:normal;
	font-size:13px;
	text-align:right;
    width:150px;
    height:auto;
	line-height:20px;
    float:left;
	padding: 5px 0 5px 0;
   
}
 
.MenuTekstOver
{
    color:#E2001A;
    width:150px;
    height:auto;
	line-height:20px;
    float:left;
	color:#CC071E;
	font-weight:normal;
	font-size:13px;
	text-align:right;
	padding: 5px 0 5px 0;
   
}

.MenuTekstOpen
{
    color:#E2001A;
    width:150px;
    height:auto;
	line-height:20px;
    float:left;
	color:#CC071E;
	font-weight:normal;
	font-size:13px;
	text-align:right;
	padding: 5px 0 5px 0;
}


  /* MENU_LINK */


a.linkMenu:link, a.linkMenu:visited {
	color:#808080;
	text-decoration:none;
	font-size:14px;
}

a.linkMenu:hover {
    color:#E2001A;
	font-size:14px;
	text-decoration:none;
}

a.linkMenuActive:link, a.linkMenuActive:visited{
    color:#E2001A;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
}

   /* ______________________________________________________________________________________ */



 
   /* SUBMENU */
 
.SubMenu
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;  
	cursor:pointer;
	border-bottom: 1px solid #FFFFFF; 
	background-image:url(../images/bg_submenu.jpg);
	background-position:right;
	background-repeat:no-repeat; 
}

.SubMenuOver
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;  
	cursor:pointer;
	border-bottom: 1px solid #FFFFFF; 
	background-image:url(../images/bg_submenu.jpg);
	background-position:right;
	background-repeat:repeat-x; 
}

.SubMenuOpen
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;  
	cursor:pointer;
	border-bottom: 1px solid #FFFFFF; 
	background-image:url(../images/bg_submenu.jpg);
	background-position:right;
	background-repeat:repeat-x; 

}

.SubMenuBottom
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;  
	cursor:pointer;
	border-bottom: 1px solid #FFFFFF; 
	background-image:url(../images/bg_submenu.jpg);
	background-position:right;
	background-repeat:repeat-x; 
}

.SubMenuBottomOpen
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;  
	cursor:pointer;
	border-bottom: 1px solid #FFFFFF; 
	background-image:url(../images/bg_submenu.jpg);
	background-position:right;
	background-repeat:repeat-x; }


.SubMenuOverBottom
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;  
	cursor:pointer;
	border-bottom: 1px solid #FFFFFF; 
	background-image:url(../images/bg_submenu.jpg);
	background-position:right;
	background-repeat:repeat-x; 
}
 
    /* SUBMENU_IMAGE */
 
.SubMenuImage
{
    background-image:url(../images/submenu_image_down.gif);
	background-repeat:no-repeat;
	background-position:center;    
    width:25px;
    height:28px;
    float:left;
   	line-height:28px;
	text-align:left;
	color:#87888A;
   	font-size:14px;
	display:none;
}

.SubMenuImageOver
{
    background-image:url(../images/submenu_image_hover.gif);
	background-repeat:no-repeat;
	background-position:center;    
    width:25px;
    height:28px;
    float:left;
   	line-height:28px;
	text-align:left;
	color:#CC071e;
   	font-size:14px;
	display:none;
}

.SubMenuImageOpen
{
    background-image:url(../images/submenu_image_hover.gif);
	background-repeat:no-repeat;
	background-position:center;    
    width:25px;
    height:28px;
    float:left;
   	line-height:28px;
	text-align:left;
	color:#CC071e;
   	font-size:14px;
	display:none;
}
 
 
    /* SUBMENU_TEKST */
.SubMenuTekst
{
    color:#808080;
    width:150px;
    height:auto;
    float:left;
	padding: 4px 15px 4px 0;
	font-size:12px;
	line-height:20px;
		text-align:right;
   
}

.SubMenuTekstOver
{
    color:#E2001A;
    width:150px;
    height:auto;
    float:left;
	padding: 4px 15px 4px 0;
	font-size:12px;
	line-height:20px;
		text-align:right;
   
}

.SubMenuTekstOpen
{
    color:#E2001A;
    width:150px;
    height:auto;
    float:left;
	padding: 4px 15px 4px 0;
	font-size:12px;
	line-height:20px; 
	text-align:right;
  
}

    /* SUBMENU_LINK */

a.linkSubMenu:link, a.linkSubMenu:visited {
	color:#808080;
	text-decoration:none;
	font-size:12px;
}

a.linkSubMenu:hover {
    color:#cd003c;
	font-size:12px;
	text-decoration:none;
}

a.linkSubMenuActive:link, a.linkSubMenuActive:visited{
    color:#cd003c;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}



   /* ______________________________________________________________________________________ */


   /* SUBSUBMENU */
 
.SubSubMenu
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #CCCCCC; 
	background-image:url(../images/bg_subsubmenu.jpg);
	background-position:right;
	background-repeat:no-repeat; 
}

.SubSubMenuOver
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #CCCCCC; 
	background-image:url(../images/bg_subsubmenu.jpg);
	background-position:right;
	background-repeat:repeat-x; 
	}

.SubSubMenuOpen
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #CCCCCC; 
	background-image:url(../images/bg_subsubmenu_open.jpg);
	background-position:right;
	background-repeat:repeat-x; 
	}

.SubSubMenuBottom
{
	float:left;
    width:165px;
    height:auto;
	padding: 0 0 0 0;
	border-bottom:none; 
	background-image:url(../images/bg_subsubmenu.jpg);
	background-position:right;
	background-repeat:repeat-x; 
	 
}
 
    /* SUBMENU_IMAGE */
 
.SubSubMenuImage
{
    display:none;
   
}

.SubSubMenuImageOver
{
    display:none;
}

.SubSubMenuImageOpen
{
   display:none;
   
}
 
 
    /* SUBMENU_TEKST */
.SubSubMenuTekst
{
	float:left;
    color:#000;
    width:150px;
    height:auto;
    float:left;
	padding: 3px 0 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;   
	padding-left:0px;
	text-align:right;
}

.SubSubMenuTekstOver
{
	float:left;
    color:#e2001a;
    width:150px;
    height:auto;
    float:left;
	padding: 3px 0 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;    
	padding-left:0px;
	text-align:right;
 
}

.SubSubMenuTekstOpen
{
	float:left;
    color:#e2001a;
    width:150px;
    height:auto;
    float:left;
	padding: 3px 0 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;    
	padding-left:0px; 
	text-align:right;

}

    /* SUBMENU_LINK */


a.linkSubSubMenu:link, a.linkSubSubMenu:visited {
	color:#666;
	text-decoration:none;
	font-size:11px;
}

a.linkSubSubMenu:hover {
    color:#e2001a;
	font-size:11px;
	text-decoration:none;
}

a.linkSubSubMenuActive:link, a.linkSubSubMenuActive:visited{
	color:#e2001a;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

   /* ______________________________________________________________________________________ */



/* MENU_FILTER*/


.MenuFilter
{
    float:left;
	width:220px;
    height:20px;
	background:#FFF;
	padding: 5px 0 0 0; 
}
 
 .MenuFilterOpen
{
    float:left;
	width:220px;
    height:20px;
	background:#FFF;
	padding: 5px 0 0 0; 
}
 
.MenuFilterOver
{
    float:left;
	width:220px;
    height:20px;
	background:#FFF;
	padding: 5px 0 0 0; 
}
 
.MenuFilterHide
{
    float:left;
	width:220px;
    height:20px;
	background:#FFF;
	display:none;
		padding: 5px 0 0 0; 

}



 
 /* MENU_Filter_IMAGE*/
 
.MenuFilterImage
{
    background-image:url(../images/img_filter.jpg);
	background-repeat:no-repeat;
	background-position:center;
    width:20px;
    height:20px;
    float:left;
	display:block;
}
 
 
.MenuFilterImageOver
{
    background-image:url(../images/img_filter_active.jpg);
	background-repeat:no-repeat;
	background-position:center;    
    width:20px;
    height:20px;
    float:left;
	display:block;
}

.MenuFilterImageOpen
{
    background-image:url(../images/img_filter_active.jpg);
	background-repeat:no-repeat;
	background-position:center;
    width:20px;
    height:20px;
    float:left;
	display:block;
}



.display_none  {
display:none;
}
 
  /* MENU_Filter_TEKST*/
 
.MenuFilterTekst
{
	color:#87888A;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	width:185px;
    height:20px;
	line-height:20px;
    float:left;
	padding: 0 0 0 15px;
}
 
.MenuFilterTekstOver
{
	color:#0081c7;
	width:185px;
    height:20px;
	line-height:20px;
    float:left;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	padding: 0 0 0 15px;
}

.MenuFilterTekstOpen
{
	color:#0081c7;
	width:185px;
    height:20px;
	line-height:20px;
    float:left;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	padding: 0 0 0 15px;
}









   /* ______________________________________________________________________________________ */


   
