.menuTitleHolder
{
	height:28px;
}
.title_sep
{
	width:20px;
}
.menuTitle, .menuTitleSelected
{
	font-weight:bold;
	text-decoration: none;
	text-align:	right; 
	padding-right:15px;
	padding-left:15px;
}
.menuTitle
{
	background:url(images/menu_button.jpg) center right no-repeat;
}

.menuTitle a:hover 
{
	color:#e9118c;
}



.menuTitleSelected
{
	background:url(images/menu_square.jpg) bottom center no-repeat;
}
.menuTitle a , .menuTitleSelected a
{
	color:#ffffff;
	text-decoration:none;
}

/**************************drop*/
.menuItemsHolder 
{
	background:#e9118c;
	width: 135px;
	text-align:	right;
	margin-top:13px;
}

.menuItem, .menuItemSelected
{
	color: #ffffff;
	text-decoration: none;
	padding-right:	3px;
	display:block;
	border-bottom:1px solid #ffffff;
}

	
/*******************************sub*/
.submenuItem
{
	height:25px;
	background:url(images/sub_menu.jpg) bottom center no-repeat;
	padding-right:20px;
}
.submenuItemSelected
{
	height:25px;
	background:url(images/sub_menu_selected.jpg) bottom center no-repeat;
	padding-right:20px;
}	
.submenuItem a, .submenuItemSelected a
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}




