/***************** Come To Germany Icon *******/

#comeToGermany
{
position: absolute;
width: 120px;
height: 138px;
bottom: -35px;
right: -67px;
}

#comeToGermany .link
{
display: block;
width: 120px;
height: 138px;
text-decoration: none;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/suitcase_map2_alt.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#comeToGermany .link[class]
{
  background-image:url('/images/suitcase_map2_alt.png');
}
 
	 /* tooltips */

.tipHide
{
display: none;
}

.tipShow
{
display: block;
}
		/* menu item specific styles (i.e. - position) */
.short #iconTip
{
bottom: 75px;
right: 105px;
}

.tall #iconTip
{
bottom: 124px;
right: 104px;
}

#homeTip
{
bottom: 30px;
left: -182px;
}

#interactiveTip
{
bottom: 30px;
left: -85px;
}

#madeinTip
{
bottom: 30px;
left: 50px;
}

#heritageTip
{
bottom: 30px;
left: 160px;
}

#communityTip
{
bottom: 30px;
left: 250px;
}

#travelTip
{
bottom: 30px;
left: 334px;
}

#infoTip
{
bottom: 30px;
left: 421px;
}

* html #home,
* html #interactive,
* html #madein,
* html #heritage,
* html #comm,
* html #travel,
* html #info
{
position: absolute;
top: 0px;
left: 0px;
height: 0px;
}
		/* generic styles for all menu tips */
.tip
{
position: absolute;
z-index: 20000;
width: 216px;
}
.tip .top
{
position: absolute;
top: -8px;
left: 0px;
width: 216px;
height: 8px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/iconTip_top.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.tip .top[class] {
  background-image:url('images/iconTip_top.png');
}

.tip .mid
{
width: 184px;
padding: 0px 16px;
color: #231f20;
font-family: Arial;
font-size: 12px;
text-decoration: none;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/iconTip_bg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.tip .mid[class] {
  background-image:url('images/iconTip_bg.png');
}

.tip .bot
{
position: absolute;
bottom: -40px;
left: 0px;
width: 216px;
height: 40px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/iconTip_bot.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.tip .bot[class] {
  background-image:url('/images/iconTip_bot.png');
}

/***************** End Icon *******************/