﻿.nav-link {
	float:left;
	text-align:center;
	border-right:1px white solid;
	background-color:#507D3C;
	width:150px;
	
}

a.menu:link {
    color: #000000;
    font-size:11px;
    font-weight:bold;
}
a.menu:visited {
    color:#000000;
    text-decoration:none;
    font-weight:bold;}
a.menu:hover {
    color:#9D9D9D;
    text-decoration:none;
    font-weight:bold;
}
    
a.content:link {
   color:#787878 
}
a.content:visited {
   color:#787878
}
a.content:hover {
    color:#068B3C;
}

.models {
	margin-top:10px;
	margin-right:55px;
	float:left
}