.arrowsidemenu{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #443011;
	border-size: 1px;
	border-width: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: #CCCCCC;
	background-image: url(/menus/arrowgreen.gif);
	background-position: 100% 0;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #26370A;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #6F3700;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #FFCC00;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #330033;
	background-color: #F4C188;
}

.arrowsidemenu ul li a:hover{
	background-color: #999999;
}

/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */

/* menu Styles */
	
#menu {
	width: 899px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}
	
#menu li a {
	height: 18px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	}
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	}
	
#menu li a:hover {
	color: #CCCCCC;
	}
	
#menu li a:active {
	color: #CCCCCC;
	}
	
.image-article-g {
	border: medium inset #847C70;
	margin-right: 20px;
}
.image-article-d {
	border: medium inset #847C70;
	margin-left: 20px;
}
