/* CSS Document */

#list-menu {
	width: 140px;
}

#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
}

#list-menu li {
	margin: 5px 0 0;
}

#list-menu a {
	display: block;
	width:136px;
	padding: 2px 2px 2px 2px;
	border-width:3px;
	border-style:outset;
	background-color:#ffffff;
	text-decoration: none;
	filter:blendTrans(duration=0.3);
}

#list-menu a:link,a:visited {
	color: #000000;
}
#list-menu a:active {
	color: #000000;
}

#list-menu a:hover {
    background: #ff919e;
	color: #000000;
    border-color:#ff919e;
	border-style:ridge;
	
}

body#pageone a#linkone,
body#pagetwo a#linktwo,
body#pagethree a#linkthree,
body#pagefour a#linkfour,
body#pagefive a#linkfive{ 
	background: #b60115;
	color: #ffffff;
	border-style:inset;
	border-color:#b60115;
}

