@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Muli:400,400italic|EB+Garamond);

#list-menu {
width: 600px;
display:inline-block;
float: right;
margin: 65px 0 0 0;

/* this width value is also effected by
the padding we will later set on the links.	*/
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font: 110%/1 'Arimo', Verdana, Arial, Helvetica, sans-serif;
font-weight:400;
float: right;
}
#list-menu li {
margin: 0 0 0 1px;
text-align:center;
float:left;
}

#list-menu a {
display: block;
width:69px;
height: 25px;
padding: 10px 2px 2px 2px;
color:#fff;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {

color: #960;

}

#list-menu a:hover {
background: #960;
color: #ffffff;
}

.selected {
display: block;
width:75px;
height: 25px;
padding: 10px 2px 2px 2px;
color:#fff;
background: #960;
text-decoration: none; /*lets remove the link underlines*/
}