/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; /*float: left;*/ position: relative; width:186px;}
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0;  }
    
/* Essentials - configure this */

#nav ul { background:#3D79C2 url(../_images/mnu_k1.jpg) repeat-x 0 0 ; }
#nav ul ul { left: 187px; }

/* Everything else is theming */
 
#nav { 
	background:#3D79C2 url(../_images/mnu_k1.jpg) repeat-x 0 0 ;
	width:186px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding:26px 0;
	}
#nav, #nav a, #nav a:link, #nav a:visited{
	color:#B2D3FB;
	text-decoration:none;
	}	
#nav a {
	 color: white; 
	 font-size: 12px; 
	 padding:6px 23px 6px 31px;
	 line-height: 1.5; 
 }
  #nav ul { top: 0px; left:187px; }
    #nav ul li a {  }
   #nav ul a {  border-right: none;  }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
/*
#nav a,#nav a:link, #nav a:active,#nav a:visited{
	display:block;
	_height:1%;
	background:url(../_images/mnu_point.gif) no-repeat;
	background-position:147px 13px;
	padding-right:50px;

	}
*/

#nav li.sub a,#nav li.sub a:link, #nav li.sub a:active,#nav li.sub a:visited{
	display:block;
	_height:1%;
	padding-right:50px;

	}
#nav li.sub{
		background:url(../_images/mnu_point.gif) no-repeat;
	background-position:147px 13px;

}	
#nav li.kij{
	heght:1%;
	}
#nav li.kij img, .line{	
	height:1px;
	width:131px;
	margin:auto;
	display:block;
	
	}
	
#nav li.sub a.activ, #nav li.sub a.activ:link, #nav li.sub a.activ:visited,
#nav .activ, #nav .activ:link, #nav .activ:visited{
/*	background:url(../_images/mnu_point_act.gif) no-repeat;
	background-position:147px 13px;*/
	color:#fff;
}	
#nav a:hover{ 
	text-decoration:underline;
	}
/*
#nav li a.activ, #nav li a.activ:link, #nav li a.activ:visited{
	background:url(../_images/mnu_point_act.gif) no-repeat;
	background-position:147px 13px;
}	
*/


