/* !HOMEPAGE SHORTCUTS */

#shortcuts {
	position: absolute;
	top: 350px;
	left: 87px;
	height: 56px;
	font-family: Arial, Helvetica, sans-serif;
}

#shortcuts ul, #shortcuts li {
	list-style-type: none;
	margin: 0;
}

.shortcut {
	display: block;
	width: 137px;
	padding: 12px;
}

.expandedshortcut {
	display: none;
	width: 137px;
	padding: 12px;
	background: #FFF;
}

#shortcut1, #shortcut2, #shortcut3 {
	position: absolute;
	width: 137px;
	height: 32px;
	display: block;
	text-indent: -9999px;
}

#shortcut1 {
	background: #fff url(../../../../../../wcm/fragments/ttp-css_frag/shortcuts/shortcut-1.png) no-repeat center;
	z-index: 1;
	left: 0;
	
}
#shortcut2 {
	background: #fff url(../../../../../../wcm/fragments/ttp-css_frag/shortcuts/shortcut-2.png) no-repeat center;
	z-index: 2;
	left: 175px;
}
#shortcut3 {
	background: #fff url(../../../../../../wcm/fragments/ttp-css_frag/shortcuts/shortcut-3.png) no-repeat center;
	z-index: 3;
	left: 350px;
}

.expandedshortcut p {
	margin-bottom: 0;
	color: #999;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	cursor: default;
}

.expandedshortcut ul {
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1.3em;
	padding-top: .5em;
}

.expandedshortcut li {
	padding: .3em 0;
}

.expandedshortcut li a {
	display: block;
	margin-left: -7px;
	padding-left: 7px;
	height: 1%; /* want ALL versions of IE to see this, not just 6 and below */
	vertical-align: bottom; /* ditto */
}

.expandedshortcut li a:hover {
	background: url(../../../../../../wcm/fragments/ttp-css_frag/navigation/carot.png) no-repeat 0 -5px;
}



#shortcut1expanded {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
}

#shortcut2expanded {
	position: absolute;
	left: 175px;
	bottom: 0;
	z-index: 5;
}

#shortcut3expanded {
	position: absolute;
	left: 350px;
	bottom: 0;
	z-index: 6;
}


#shortcut1title, #shortcut2title, #shortcut3title {
	width: 137px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #005195;
}
#shortcut1title {
	background: #fff url(../../../../../../wcm/fragments/ttp-css_frag/shortcuts/shortcut-1-expanded.png) no-repeat top center;
}
#shortcut2title {
	background: #fff url(../../../../../../wcm/fragments/ttp-css_frag/shortcuts/shortcut-2-expanded.png) no-repeat top center;
}
#shortcut3title {
	background: #fff url(../../../../../../wcm/fragments/ttp-css_frag/shortcuts/shortcut-3-expanded.png) no-repeat top center;
}