﻿/* MENU */
.padding-bottom {
padding-bottom:15px;
}


.menu_wrapper
{
	float: left;
	width:185px;
	height:auto;
	padding: 0 0 0 0;
}

.SubMenu
{
    clear:both;
    width:185px;
    height:30px;
    background:#E6E6E6;
	background-position:top;
	border-bottom: 1px dashed #FFFFFF;

  
}
 
 .SubMenuOpen
{
    clear:both;
    width:185px;
    height:30px;
    background:url(../images/submenu_active.jpg);
	background-position:top;


  
}
 
.SubMenuOver
{
  	clear:both;
    width:185px;
    height:30px;
    background:url(../images/submenu_active.jpg);
	background-position:top;
    background-repeat:repeat;
	border-bottom: 1px solid #CCCCCC;

}
 
.SubMenuHide
{
  	clear:both;
    width:2185px;
    height:30px;
    background-image:url(../_images/bg_colMiddle.gif);
    background-repeat:repeat;
    display:none;
   
}



 
 /* MENU_IMAGE */
 
.SubMenuImage
{
    background-image:none;
	background-repeat:no-repeat;
	background-position:center;
    width:20px;
    height:30px;
    float:left;
   
}
 
 
.SubMenuImageOver
{
    background-image:none;
	background-repeat:no-repeat;
	background-position:center;    
	width:20px;
    height:30px;
    float:left;
   
}

.SubMenuImageOpen
{
    background-image:none;
	background-repeat:no-repeat;
	background-position:center;    
	width:20px;
    height:30px;
    float:left;
   
}




 
  /* MENU_TEKST */
 
.SubMenuTekst
{
	color:#57554D;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:left;
    width:165px;
    height:30px;
	line-height:30px;
    float:left;
	padding: 0 0 0 0;
   
}
 
.SubMenuTekstOver
{
	color:#FFFFFF;
    width:165px;
    height:30px;
	line-height:30px;
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	padding: 0 0 0 0;
   
}

.SubMenuTekstOpen
{
	color:#FFFFFF;
    width:165px;
    height:30px;
	line-height:30px;
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding: 0 0 0 0;
   
}
 
 
   /* SUBMENU */
 
.SubSubMenu
{
    clear:both;
    width:185px;
    height:30px;
	background:#BFBFBF;
	padding-left:0;
	border-bottom: 1px dashed #FFFFFF;

}

.SubSubMenuOver
{
    clear:both;
    width:185px;
    height:30px;
	padding-left:0;
	background:url(../images/subsubmenu_hover.jpg);
	border-bottom: 1px dashed #FFFFFF;
}

.SubSubMenuOpen
{
    clear:both;
    width:185px;
    height:30px;
	background:url(../images/subsubmenu_active.jpg);  
	padding-left:0;
	border-bottom: 1px dashed #FFFFFF;


}

.SubSubMenuBottom
{
    clear:both;
    width:185px;
    height:30px;
	background:none;  
	padding-left:0;
  
}

.SubSubMenuBottomOpen
{
    clear:both;
    width:185px;
    height:30px;
	background:none;  
	padding-left:0;
	  
}


.SubSubMenuOverBottom
{
    clear:both;
    width:185px;
    height:30px;
	background-color:#e7e0da;
	padding-left:0;
	  
}
 
    /* SUBMENU_IMAGE */
 
.SubSubMenuImage
{
	background:none;
	background-repeat:no-repeat;
	background-position:center;    
    width:20px;
    height:30px;
	line-height:30px;
	text-align:center;
    float:left;
    color:#8A8483;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
   
}

.SubSubMenuImageOver
{
	background:none;
	background-repeat:no-repeat;
	background-position:center;    
    width:20px;
    height:30px;
	line-height:30px;
	text-align:center;
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#572F08;
   
}

.SubSubMenuImageOpen
{
	background:none;
	background-repeat:no-repeat;
	background-position:center;
    width:20px;
    height:30px;
	line-height:30px;
	text-align:center;
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#572F08;
   
}
 
 
    /* SUBMENU_TEKST */
.SubSubMenuTekst
{
    color:#57554D;
    width:165px;
    height:30px;
    float:left;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px;   
}

.SubSubMenuTekstOver
{
	color:#57554D;
    width:165px;
    height:30px;
    float:left;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px;   
}

.SubSubMenuTekstOpen
{
	color:#57554D;
    width:165px;
    height:30px;
    float:left;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px;
	font-weight:bold;   
}



