
div#menu01 {
	color:white;
	background:transparent url(../img/menu1-bg.jpg) no-repeat;
	width:795px;
	height:65px;
	padding:0 5px 0 0;
	}

div#menu01 ul{
	/*height:65px;*/
	list-style-type:none;
	padding:0px; 
	margin:0 0 0 10px;
}
div#menu01 ul li  {
	text-align:center;
	padding:0px;
	margin:0px;
	display:inline;
	}
	
div#menu01 ul li a {
	/*height:10px;*/
	background:transparent;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font:bold 8pt/11px arial;
	display:block;
	text-align:center;
	float:left;
	padding:0px 10px 0px 10px;
	margin:35px 0 0 0px;
}

div#resm {
	color:red;
	background:pink ;
	/*width:795px;*/
	padding:0 5px 0 0;
	}

div#resm ul{
	height:40px;
	list-style-type:none;
	padding:0px; 
	margin:0px;
	float:right;
}
div#resm ul li  {
	text-align:center;
	padding:0px;
	margin:0px;
	display:inline;
	}
	
div#resm ul li a {
	height:10px;
	background:transparent;
	text-decoration:none;
	text-align:center;
	color:black;
	font:bold 8pt/10px arial;
	display:block;
	text-align:center;
	float:left;
	padding:0px 10px 0px 10px;
	margin:15px 0 0 0px;
}
.border{
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#2e3753;
}
.border2{
	height:15px;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#cc0000;
}
.no-border {
	border:none;}	
div#menu01 a:hover{
	color:#fff;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#fff;
}

div#menu01 ul li a.activ {
	color:white;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#cc0000;

	}

div#menu02 {	
	background:transparent;
	width:125px;
	height:179px;
	/*float:left;*/
	
	padding:40px 0 0 25px;
	margin:0;}

div#menu02 ul{
	margin-bottom:0px;
	}
	
div#menu02 ul li  {
	/*list-style-position:inside;*/
list-style-type:none;
	/*width:130px;*/
	/*padding:0px;
	margin:0 ;*/
	}

	
div#menu02 a {
	background:transparent /*url(img/kp_menu-bg-off.gif) repeat-x*/;
	text-decoration:none;
	letter-spacing:1px;
	color:white;
	font:bold 9pt/20px Helvetica;
	/*display:block;*/
	/*width:120px;*/
	/*height:20px;*/
	/*padding:0px;*/
	margin:0;
}

div#menu02 a:hover{
	background:transparent;
	color:white;
	font-weight:bold;
	border-left-style:solid;
	border-left-width:5px;
	border-left-color:white;
	padding-left:2px;
}
