@media screen {
	
	a.deco {
		background: url("../../images/icon/chevron-green.png") no-repeat 0 50%;
		padding-left: 10px;
	}
	a.back {
		background: transparent url("../../images/icon/chevron-grey-left.png") no-repeat 0 50%;
		padding-left: 10px;
		text-decoration: none;
	}
	a.back:hover {
		text-decoration: none;
	}
	/* Suppress border on images inside links */
/*	a img {
		border: none;
	}

	em {
		font-style: italic;
	}
	strong {
		font-weight: bold;
	}
	abbr {
		border-bottom: none;
	}

	form, fieldset {
		border: none;
		margin: 0;
		padding: 0;  */
	}
/*	input, button, select, textarea {
		border: 1px solid #A4B97F;
		font-family: Arial, Helvetica, serif;
		font-size: 1em;
		vertical-align: middle;
	}*/

	.clear {
		clear: both;
		display: block;
	}	
	
	.shortcut_links {
		top: 0; right: 0;
	}

/*	.footer ul {
		list-style-type: none;
		margin: 0px;
		padding: 0;
	}*/

	ul.shortcut_links {
		margin:0px;
		padding:0px;
		list-style:none;
	}

	.shortcut_links li {
		display: block;
		float: left;
		margin-right: 0px;
	}

	.shortcut_links img {
		margin-top: 0px;
	}

	.shortcut_links .shortcut_sites {
		margin-right: 0px;
		padding-top: 2px;
		position: relative;
		/*width: 170px;*/
	}

	.shortcut_sites .shortcut_trigger {
		background: #FFF url("../images/arrow-down.png") no-repeat right top;
		border: 1px solid #999999;
		color: #545454;
		display: block;
		padding: 2px 0px 1px 5px;
		width: 173px !important;
		width:182px;
	
	}

	/*.shortcut_sites .shortcut_trigger:focus,*/
	.shortcut_sites .shortcut_trigger:hover {
		background: #FFF url("../images/arrow-down.png") no-repeat right -18px;
		text-decoration:none;
		color: #545454;
	}

	.shortcut_sites ul {
		border: 1px solid #999999;
		border-top:none;
		margin: 0;
		position: absolute;
		width:178px !important;
		padding:0px;
		width:182px;

	}

	.shortcut_sites ul li {
		float: none;
		margin: 0;
	}

	.shortcut_sites a {
		background: #FFF;
		color: #545454;
		display: block;
		padding: 0 5px;
		text-decoration: none;
		width: 168px! important;
		width: 180px;
	}

	.shortcut_sites li a:focus,
	.shortcut_sites li a:hover {
		background: #316AC5;
		display:block;
		color: #FFFFFF;
		text-decoration: none;
	}

	/*a:focus,
	a:hover {
		background: #DDD;
		color: #000;
	}*/

/*	.description, .description-home {
		clear: both;
		text-align: justify;
	}
	
	.description-home {
		clear: none;
	}*/
	
	
	/* /Footer */

	/* --- Page-specific styles --- */

	/* Home */
/*	.push h2 {
		margin: 0 0 .5em;
	}

	.push {
		background-repeat: no-repeat;
		margin-top: 17px;
		padding-left: 154px;
		width: 406px;
	}

	.slider ul {
		height: 95px;
		list-style-type: none;
		margin: 0 0 1em 0;
		padding: 0;
		width: 200px;
	}

	.slider,
	.slider li {
		height: 95px;
		overflow: hidden;
		width: 200px;
	}


}*/