/* Articles and Updates Menu */

#articleMenu {
	float: none;
	background-color: #DCD193;
	background-repeat:no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: lighter;
	text-align: left;
	line-height: normal;
	border: 2px solid #A6A38A;
	margin-right: 5px;
	height: 
	background-image: ;
	background-position: bottom;
	width: 205px;
	padding-right: 0px;
	margin-top: 5px;
	margin-left: 5px;
}
#articleMenu p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.articleMenuTitle      {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #B7AC74;
	padding-top:2px;
	height:1.5em;
}
#articleMenu    a         {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: 100;
	text-decoration: none;
	display: block;
	padding: 8px 0 6px 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B7AC74;
}
#articleMenu    a:hover  {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #993300;
	text-decoration: none;
	padding-left: 5px;
	background-color: #FFFFD8;
	display: block;
}
.articlemenuImgRight  {
	float: right;
	background-position: bottom;
}
.articlemenuImgLeft {
	float: left;
	top: auto;
}
#tabbedMenu {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

