td, p, body {font-size: 12px; font-family: arial, sans-serif; color: #777777;}
a { color: #009900; }
.subMenu { position: absolute; visibility: hidden; padding: 0px; z-index: 1000; display: none;}


.RightDestinationMenu 
{
    width: 107px;
	border-top: 0px solid #a7a7a7;
	border-right: 0px solid #a7a7a7;
	padding: 0 0 0 0;
	margin-bottom: 0px;
	font-size: 0.96em;
	font-weight: bold;
	font-family: arial,sans-serif;
	border-bottom: 0px solid #a7a7a7;
	border-left: 0px solid #a7a7a7;
}
	
.RightDestinationMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	

.RightDestinationMenu li
{
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	display: inline;
	border-collapse: collapse;
}



.RightDestinationMenu li a
{
	display: block;
	border: 0px;
	text-decoration: none;
	width: 100%;
	margin: 0;
	height: 100%; 
	vertical-align: middle;
	padding-left: 2px;
	color: white;
	text-align: center;
	
	
}

.RightDestinationMenu li a span
{
	position: relative;
	top: 5px;
	background-repeat: no-repeat;
}

.RightDestinationMenu li a.ireland
{
	height: 29px;

	background-image: url('../images/menus/right_middle_ireland.gif');
}

.RightDestinationMenu li a.ireland_top
{
	height: 31px;
	background-image: url('../images/menus/right_top_ireland.gif');
}

.RightDestinationMenu li a.ireland_bottom
{
	height: 31px;
	background-image: url('../images/menus/right_bottom_ireland.gif');
}

.RightDestinationMenu li a.gray
{
	height: 29px;
	background-image: url('../images/menus/right_middle_gray.gif');
}

.RightDestinationMenu li a.gray_top
{
	height: 31px;
	background-image: url('../images/menus/right_top_gray.gif');
}

.RightDestinationMenu li a.gray_bottom
{
	height: 31px;
	background-image: url('../images/menus/right_bottom_gray.gif');
}

.RightDestinationMenu li a:hover
{
	text-decoration: underline;
}

.RightDestinationMenu li a.ireland:hover {}
.RightDestinationMenu li a.gray:hover {}



html>body .RightDestinationMenu li a { width: auto; }
