/*menu title*/
.menuTitleHolder
{
	width:165px;
	
}

.menuTitle ,.menuTitleSelected
{
	color:#000;
	width: 100px;
	text-decoration: none;
	text-align:	right;
	display:block;
}


.menuTitle:hover, .menuTitleSelected:hover
{
	color:#21637f;
}
	
	
/*menu item*/
.menuItemsHolder 
{
	width:152px;
	/*margin-right:70px;*/
	border:0px solid red;
	background:#fff;
}

a.menuItem  ,a.menuItemSelected
{
	color:#000;
	width: 152px;
	height:22px;
	display:block;
	background:url(images/menu_bkgrnd.jpg) top center no-repeat;
	text-decoration: none;
	text-align:	right;
}
a.menuItem div  ,a.menuItemSelected div
{
	padding-right:20px;
}

.menuItem:hover,.menuItemSelected:hover 
{
	color:#21637f;

}	





