/*
CSS styles for navigation elements
*/


.navgraphone
{
	color: #0000CC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image:  url(../images/arrow_rt.gif);
	padding: 0px;
}

.leftnavlinks
{
	font-weight: 500;
	color: #0000CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

a.leftnavlinks:link
{
	color: #0000CC;
	text-decoration: none;
}

a.leftnavlinks:visited
{
	color: #0000CC;
	text-decoration: none;
}

a.leftnavlinks:hover
{
	color: #333333;
	text-decoration: underline;
	background-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a.leftnavlinks:active
{
	color: #808080;
	text-decoration: underline;
}

.smallnavlinks
{
	font-weight: 500;
	color: #00C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

a.smallnavlinks:link
{
	color: #0000CC;
	text-decoration: none;
}

a.smallnavlinks:visited
{
	color: #0000CC;
	text-decoration: none;
}

a.smallnavlinks:hover
{
	color: #333333;
	text-decoration: underline;
	background-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a.smallnavlinks:active
{
	color: #808080;
	text-decoration: underline;
}

/*
special link styles:
*/


.darkbgndlinks
{
	font-weight: 500;
	color: #0000CC;
	text-decoration: none;
}

a.darkbgndlinks:link
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	text-decoration: none;
}

a.darkbgndlinks:visited
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	text-decoration: none;
}

a.darkbgndlinks:hover
{
	color: #333333;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	text-decoration: underline;
	background-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a.darkbgndlinks:active
{
	color: #808080;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	text-decoration: underline;
}
