.menu{
	margin: 0 0 0 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	list-style: none;
	padding: 0;
	list-style: none;
	text-align:center;
	
}

.menu li{
	
	color:#fff;
	display: inline;
	line-height:26px;
}
.menu li a{

	display: block;
	float:left;
	color:#fff;
	text-decoration: none;
	font-family:arial;
	font-size: 11px;
	padding:0 10px 0 7px; /*Padding to accomodate left tab image. Do not change*/
	text-align: center;
	cursor: pointer;
	border-right:#fff 1px solid;	
}

.menu li a b{

	display: inline;
	padding: 0 5px 0 5px; /*Padding of menu items*/
}

 .menu li a:hover{
	color: #fff;
	background: url(images/header_bg.gif) repeat-x center top;
	text-decoration: underline;
}

 .menu li a:hover b{
	color: #fff;
	text-decoration:none;
	background: url(images/menu_hover_r.gif) no-repeat right; /*right tab image path*/
}
.menu2{
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	list-style: none;
	padding: 0;
	list-style: none;
	text-align:center;
	
}

.menu2 li{
	
	color:#fff;
	display: inline;
	line-height:26px;
}
.menu2 li.no_link{margin:0; padding:0 10px 0 7px; float:left;border-right:#fff 1px solid;}
.menu2 li a{

	display: block;
	float:left;
	color:#fff;
	text-decoration: none;
	font-family:arial;
	font-size: 11px;
	padding:0 10px 0 7px; /*Padding to accomodate left tab image. Do not change*/
	text-align: center;
	cursor: pointer;
	border-right:#fff 1px solid;	
}

.menu2 li a b{

	display: inline;
	padding: 0 5px 0 5px; /*Padding of menu items*/
}

 .menu2 li a:hover{
	color: #fff;
	background: url(images/header_bg.gif) repeat-x center top;
	text-decoration: underline;
}

 .menu2 li a:hover b{
	color: #fff;
	text-decoration:none;
	background: url(images/menu_hover_r.gif) no-repeat right; /*right tab image path*/
}