#navcontainer {margin: 3.9rem 1.4rem 1rem 0.1rem; float:left;}
	
html #navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: 'Bree Serif', serif; }

#navcontainer li { margin: 0; }

#navcontainer a {
display: block;
padding: 0.8rem 0.9rem;
width: 12.9rem;
color: #8A163D;
background-color: #fff;
text-decoration: none;
border-top: 1px dotted #bbb;
border-left: 1px solid #fff;
border-bottom: 1px dotted #bbb;
border-right: 1px solid #fff;
font-weight: normal;
font-size: 1rem;}

#navcontainer a:hover {
color: #fff;
background-color: #8A163D;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff; }

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a {
display: block;
padding: 5px 5px 5px 1.5rem;
width: 9.5rem;
color: #000;
background-color: white;
text-decoration: none;
font-weight: normal; }

#navcontainer ul ul a:hover {
color: #fff;
background-color: #8A163D;
text-decoration: none; }