@media screen
{
	/*-------------------------------------------------------------------------*/

	/* DESTINATION PULLDOWN > TRIGGER LINK <a... */

	.trigger-destination-pulldown {
		text-decoration: none;
	}

	a.trigger-destination-pulldown:focus {
		outline: none;
	}

	/* DESTINATION PULLDOWN > SETUP */

	.destination-pulldown {
		position: absolute;
		top: 64px;
		/*left: 9px;*/
    right: 0px;
		z-index: 200;
		width: 248px;
		display: none; /* DEFAULT STATUS */

		/* VISUALS */

		background: #25557c;
		color: #163249;
		opacity: .96;

		border: 1px solid #163249;

		box-shadow: 0 6px 20px #000000;
		-webkit-box-shadow: 0 6px 20px #000000;
		-moz-box-shadow: 0 6px 20px #000000;

		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}

	/* DESTINATION PULLDOWN > MENU */

	.destination-pulldown ul {
		list-style:	none;
		padding: 0;
		margin: 10px 0;
		background: #25557c;
	}

	.destination-pulldown ul li {
		padding: 0;
		margin: 0;
	}

	.destination-pulldown ul li a {
		font-size: 100%;
		text-decoration: none;
		display: block;
		color: #ffffff;
		padding: 8px 16px 8px 16px;
		border-bottom: 1px solid #163249;
	}

	.destination-pulldown ul li:first-child a {
		border-top: 1px solid #163249; /* TOP BORDER */
	}

	.destination-pulldown ul li a:hover,
	.destination-pulldown ul li a:focus,
	.destination-pulldown ul li a:active {
		color: #163249;
		background: #a6d2ef;
	}

	/* DONT CHANGE BUTTON BG IMG */

	#header #header_area .link_button a:focus,
	#header #header_area .link_button a:hover,
	#header #header_area .link_button a:active {
		/*background-position: 0 0;*/
    background-position: top right;
		color: #ffffff;
	}

	/*-------------------------------------------------------------------------*/
}