@charset "UTF-8";
/* CSS Document */

/*.navMenu {
	font: 2em/1.9;
	color: #922d46;
	margin: 5px 0 15px 0;
}
.navMenu a:link {
	text-decoration: none;
	color: #922d46;
	margin: 0 5px 5px 5px;
}
.navMenu a:visited {
	text-decoration: none;
	color: #922d46;
}
.navMenuv a:hover {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #922d46;
}
#navlistWRIT ul, #navlistWRIT li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
*/

#navcontainer {
	font-size: 1.1em;
	color:#922D46;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #922d46;
	margin-bottom: 4px;
	width: 620px;
}

#navlistWRIT {
	margin: 0;
	padding: 0 0 10px 10px;
	text-align: center;
}


#navlistWRIT a:link, #navlistWRIT a:visited {
	line-height: 150%;
	margin: 0 5px 4px 5px;
	text-decoration: none;
	color: #666666;
}


#navlistWRIT a:hover {
	border-bottom: 2px solid #000;
	padding-bottom: 1px;
	background: transparent;
	color: #000;
}

