.container {
	width: 580px;
	padding: 7px;
	border: 0px solid #ccc;
	background: #fff;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

/* rounded */

#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #485e72;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 5px;
	text-decoration: none;
	color: #485e72;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #78A0C4;
        background: url(../images/main/pyramid.gif) no-repeat bottom center;
}
