/* Main Navigation
====================================*/
.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 8px;
	height: 37px;
	float: left;
	font-size: 14px;
	margin: 15px 0;
}

#navigation {
	background: #fbf0f1;
	display: block;
	width: 100%;
	float: left;
	max-height: 52px;
	margin: 0 0 5px 0;
}

#navigation ul,
#navigation li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}

#navigation ul li{
    float: left;
  	position: relative;
}

#navigation ul li a { 
	display: inline;
	color: #333;
	text-decoration: none;
	font-family: monospace, monospace;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 5px;
	background: url(../img/basis/navigation-divider.png) no-repeat right 50%;
}

#navigation ul li a:hover {
	background: #7030a0;
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
