/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

/* MAIN MENU */

#block-superfish-1 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sf-sub-indicator {
	display: none;
}

#superfish-1 a {
	color: white;
	margin-right: 0.8em;
	font-size: 1.1em;
}

.sf-menu {
    float: right;
}

.sf-menu li {
    float: left;
}

#superfish-1 li.last a {
	margin-right: 0;
}

#superfish-1 a:hover {
	color: #2e4a67;
}

#superfish-1 ul {
	background: #2E4A67;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px !important;
}

#superfish-1 ul a {
	color: white;
	text-transform: none;
	font-size: 1em;
	padding-right: 0;
	padding-bottom: 0.5em;
	margin-right: 0;
	border-right: none;
}

#superfish-1 ul a:hover {
	color: #698DB3;
}

#block-block-2 {
	text-align: right;
}

