/*Hide all the sub-menu items by default*/
#navigation ul li ul li{
	display: none;
}

/*Formatting the size and look of each main nav item */
#navigation ul.nav-items li{
	float: left;
	padding-top:5px;
	border-color: #f79138;
	border-style: solid;
}

/*Format the text appearance of the menu items */
#navigation ul.nav-items  li a{
	display: block;
	text-align:center;
	width: 117px;
	height: 43px;
	font-size: 100%;
	text-decoration: none;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

/*Move social media icons to the right */
/*Float right starts by placing the first item on the very right and moves left */
#navigation ul.social-media  li{
	float:right;
}

#navigation ul.sub-navigation {
	height: 38px;
}

#navigation  ul.sub-navigation li {
	float: left;
	padding: 10px 25px;
	text-align: center;
}

#navigation  ul.sub-navigation li:hover{
	background-color: #636976;
	cursor: pointer;
}

#navigation ul.sub-navigation li a{
	text-decoration: none;
	color:white;
	font-family: 'Open Sans', sans-serif;
}


/*Settings for the login & sign-up buttons */
.welcome_message {
	height:15px;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	margin-bottom:10px;
	margin-right: 8px;
	font-size: 14px;
}

.login{
	margin-top: 15px;
}

.login ul li a {
	text-decoration: none;
	color: white;
	margin-left:10px;
	text-align:center;
	float: right;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #325a8d;
	color:white;	
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	border-radius:10px;
}

.login  ul li a:hover{
	background-color: #f79138;
}