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

/* ALI Nav Panel CSS Reference Code */

/* background graphic may repeat Y and has extra width - just in case */
#nav { 
	background: url(/images/nav_background.jpg) repeat-y;
	width: 137px;
	border-color: #53075b;
	border-width: 2px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 10px; /* for display purposes only */
}


#nav ul {
	margin: 0px; /* IE indent remove */
	padding: 0px; /* Firefox, Safari indent remove */
	list-style-type: none; /* bullet remove*/
}

#nav li a:link  {
	display: block;
	padding: 0px 0px 0px 10px;
	width: 127px;
	line-height: 27px;
	text-decoration: none;
	color: #53075b;
}

#nav li a:visited  {
	display: block;
	padding: 0px 0px 0px 10px;
	width: 127px;
	line-height: 27px;
	text-decoration: none;
	color: #53075b;
}


#nav li a:hover {
	background: url(/images/nav_link_bg.jpg);
}


/* "selected" state code - id attached (in this case) to body tag */

#home #nav .home a {
	cursor: default;
	background: url(/images/nav_link_bg.jpg);
}
