a.menu_item
{
	text-decoration: none;
	border-bottom: none; 
}

a.menu_item:hover
{
	background-color: #EFE8FE;
}

/*div#menu a
{
	color: #ffffff; text-decoration: none; line-height:120%;
}*/

div.menu_child_a, div.menu_child_c, a.menu_item
{
  display: block;
  width:   139px;
  border:  1px solid #BCBCBC;
  padding: 2px 5px;
  background: #FFFFFF;
  color:   #141316;
}

div#menu_child_a , div#menu_child_c { border-bottom: 1px solid #BCBCBC; }

#menu a{
	display:block; /*This Cover Full TD */
	background:url("../images/nav_v3.png") 0 0 no-repeat; /*This Will Set the Link background */
	height:29px; /*This Will Make Fixes Size Link (Use Image height)*/
	width:150px; /*This Will Make Fixes Size Link (Use Image width)*/
	line-height:29px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	float:left;
	color: #ffffff; text-decoration:
}
#menu a:hover {
	/*background:url("../images/nav_over.png") center top no-repeat;*/
	background-position: -150px 0;
}