object { outline:none; }

#Navigation {
	margin:0; 
	padding:0;
	position:relative;
	text-align:center;
	font-family:"Times New Roman", Times, serif;

}

#Navigation a:link, #Navigation a:visited {
	color: #715444;
	display: inline-block;
	font-family: "Times New Roman",Times,serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 40px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	width:123px;
}

#Navigation a:hover { color: #ded9cb; }


#SubNav {
	position:relative;
	top:0px;
	left:0px;
	height:130px;
	overflow:hidden;
	background-color:#ded9cb;
	padding:15px;
	color:#999999;
	font-size:11px;
	text-align:center;
	display:none;
	/*border-bottom: 1px solid #666666;*/
	padding-left:30px;
	font-family: "Times New Roman",Times,serif;
	font-weight:normal;
	font-size: 12px;
}

#SubNav div {
	width:115px;
	height:240px;
	background-color:#ded9cb;
	background-repeat:no-repeat;
	vertical-align:top;
	display:inline-block;
	text-align:center;
	margin-right:10px;
}

#SubNav ul {
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 0;
	margin-top:0px;
	list-style-type:none;

}

#SubNav li {
	padding-top:5px;
		line-height:20px;
}

#SubNav a:link {
	color: #715444;
	text-decoration:none;
	margin-top: 10px;
	font-family: "Times New Roman",Times,serif;
	font-weight:normal;
	font-size: 12px;
}

#SubNav a:visited {
	color: #715444;
	text-decoration:none;
}

#SubNav a:active {
	color: #715444;
	text-decoration:none;
}
#SubNav a:hover {
	color: #251104;
	text-decoration:none;
}