/* styling for jquery menu */
}
.menu_list {	
	width: 150px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #535353 url(../images/left.png) center  right no-repeat;
	background-position:97% 50%;
	color:#fff;
	display:block;
	width:240px;
}


.menu_body {
	display:none;
	width:260px;
}
#welcome-k .menu_body a{
  display:block;
  color:#443E3E;
  background:#c8c8c8  url(../images/border.gif) repeat-x scroll left bottom;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
  padding:5px
}




.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }


  /* styling for jquery menu ends gere  */




