﻿/* MENU */
.padding-bottom {
padding-bottom:15px;
}


.menu_wrapper
{
	float: left;
	width:240px;
	height:auto;
	padding: 0 0 0 0;
	border-top: 1px solid #CCCCCC;
}

.Menu
{
    clear:both;
    width:240px;
    height:35px;
    background-color:#FFFFFF;
	border-bottom: 1px solid #CCCCCC;  
	cursor:pointer; 

  
}
 
 .MenuOpen
{
    clear:both;
    width:240px;
    height:35px;
    background-color:#dee5eb;
	border-bottom: 1px solid #CCCCCC;  
	cursor:pointer; 

  
}
 
.MenuOver
{
  	clear:both;
    width:240px;
    height:35px;
	background-color:#f2f2f3;
    background-repeat:repeat;
	border-bottom: 1px solid #CCCCCC;   
	cursor:pointer; 

   
}
 
.MenuHide
{
  	clear:both;
    width:240px;
    height:35px;
    background-image:url(../_images/bg_colMiddle.gif);
    background-repeat:repeat;
    display:none;
   
}



 
 /* MENU_IMAGE */
 
.MenuImage
{
    background-image:url(../images/menu_img_main_close.gif);
	background-repeat:no-repeat;
	background-position:center;
    width:35px;
    height:35px;
    float:left;
   
}
 
 
.MenuImageOver
{
	background-image:url(../images/menu_img_main_close.gif);
	background-repeat:no-repeat;
	background-position:center;    
	width:35px;
    height:35px;
    float:left;
   
}

.MenuImageOpen
{
	background-image:url(../images/menu_img_main_open.gif);
	background-repeat:no-repeat;
	background-position:center;    
	width:35px;
    height:35px;
    float:left;
   
}


.MenuImage
{
    display:none;
   
}

.MenuImageOver
{
    display:none;
}

.MenuImageOpen
{
   display:none;
   
}

 
  /* MENU_TEKST */
 
.MenuTekst
{
	color:#91acbc;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:left;
    width:205px;
    height:35px;
	line-height:35px;
    float:left;
	padding: 0 0 0 35px;
   
}
 
.MenuTekstOver
{
	color:#572F08;
    width:205px;
    height:35px;
	line-height:35px;
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	padding: 0 0 0 35px;
   
}

.MenuTekstOpen
{
	color:#572F08;
    width:205px;
    height:35px;
	line-height:35px;
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding: 0 0 0 35px;
   
}
 
 
   /* SUBMENU */
 
.SubMenu
{
    clear:both;
    width:205px;
    height:35px;
	border-bottom: 1px dotted #CCCCCC;
	background-color:#eef2f5;
	padding-left:35px;  
	cursor:pointer; 

}

.SubMenuOver
{
    clear:both;
    width:205px;
    height:35px;
	border-bottom: 1px dotted #CCCCCC;
	background-color:#e7e0da;
	padding-left:35px;  
	cursor:pointer; 
	
}

.SubMenuOpen
{
    clear:both;
    width:205px;
    height:35px;
	background-color:#c3d2dc;  
	border-bottom: 1px dotted #CCCCCC;
	padding-left:35px;  
	cursor:pointer; 

}

.SubMenuBottom
{
    clear:both;
    width:205px;
    height:35px;
	border-bottom: 1px solid #CCCCCC;
	background-color:#eef2f5;
	padding-left:35px;  
	cursor:pointer; 
  
}

.SubMenuBottomOpen
{
    clear:both;
    width:205px;
    height:35px;
	border-bottom: 1px solid #CCCCCC;   
	background-color:#c3d2dc;
	padding-left:35px;  
	cursor:pointer; 
	  
}


.SubMenuOverBottom
{
    clear:both;
    width:205px;
    height:35px;
	border-bottom: 1px solid #CCCCCC;   
	background-color:#e7e0da;
	padding-left:35px;  
	cursor:pointer; 
	  
}
 
    /* SUBMENU_IMAGE */
 
.SubMenuImage
{
    background-image:none;
	background-repeat:no-repeat;
	background-position:center;    
    width:35px;
    height:35px;
	line-height:35px;
	text-align:center;
    float:left;
    color:#8A8483;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
   
}

.SubMenuImageOver
{
    background-image:none;
	background-repeat:no-repeat;
	background-position:center;    
    width:35px;
    height:35px;
	line-height:35px;
	text-align:center;
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#572F08;
   
}

.SubMenuImageOpen
{
    background-image:none;
	background-repeat:no-repeat;
	background-position:center;
    width:35px;
    height:35px;
	line-height:35px;
	text-align:center;
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#572F08;
   
}
 
 
    /* SUBMENU_TEKST */
.SubMenuTekst
{
    color:#8A8483;
    width:165px;
    height:35px;
    float:left;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:35px;   
}

.SubMenuTekstOver
{
	color:#572F08;
    width:165px;
    height:35px;
    float:left;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:35px;   
}

.SubMenuTekstOpen
{
	color:#572F08;
    width:165px;
    height:35px;
    float:left;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:35px;
	font-weight:bold;   
}


