ul.shortcutList {
	border:none;
	list-style:none;
	margin:20px 0;
	overflow:auto;
	padding:0;
	width:554px;
}

ul.shortcutList li.section {
	background:url(/backgrounds/ram134x600.png) left bottom no-repeat;
	border:none;
	float:left;
	height:400px;
	list-style:none;
	margin:0 0 0 6px;
	padding:0;
	width:134px;
}

ul.shortcutList li.active {
	background-position:bottom right;
}

ul.shortcutList li.first {
	margin-left:0;
}

ul.shortcutList li.section h2 {
	background:url(/backgrounds/ram134x600.png) left top no-repeat;
	border:none;
	color:#CF0566;
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:10px 10px 0;
	text-align:center;
}

ul.shortcutList li.active h2 {
	background-position:top right;
}

ul.shortcutList li.section p.image-wrapper {
	border:none;
	height:100px;
	margin:10px 0;
	padding:0;
	text-align:center;
}

ul.shortcutList li.section ul.shortcuts {
	background:url(/backgrounds/dotline-horizontal.png) left top repeat-x;
	border:none;
	list-style:none;
	margin:10px 5px;
	padding:0;
}

ul.shortcutList li.section ul.shortcuts li {
	background:url(/backgrounds/dotline-horizontal.png) left bottom repeat-x;
	border:none;
	list-style:none;
	margin:0;
	padding:0;
}

ul.shortcutList li.section ul.shortcuts li a {
	font-size:11px;
	line-height:2em;
	text-decoration:none;
}

ul.shortcutList li.section ul.shortcuts li a:hover {
	text-decoration:underline;
}

