body {
	color: #000;
	background-color: #fff;
	margin: 15px 0px 0px 15px;
	background-image: url(../img/watermark.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;}

ul {
	list-style-image: url(../img/bullet.gif);
	list-style-type: disc;}

a:link {
	color: #69f;
	text-decoration: none;}

a:visited {
	color: #69f;
	text-decoration: none;}	
	
a:hover {
	color: #06c;
	text-decoration: none;
	border-bottom: 1px dashed;}
	
a:active {
	color: #06c;
	text-decoration: none;}

/*	Start of Nav menu Styles	*/

/*	1st level Styles	*/

#myMenu {
	font-family : Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #bbb;
	list-style: none;
	list-style-type: none;}
	
#myMenu li {
	border-right: 5px solid #000;
	margin: 0px;}

#myMenu li.home a {
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #aaa;	
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	text-decoration: none;
	width: 100%;}
	html>body #myMenu li.home a {
	width: auto;}

#myMenu li.selected a {
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #aaa;	
	background-color: #666;
	color: #eee;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	text-decoration: none;
	width: 100%;}
	html>body #myMenu li.selected a {
	width: auto;}

#myMenu li.unselected a {
	display: block;
	padding: 2px 5px 1px 5px;
	border-left: 1px solid #bbb;
	border-bottom: 1px dashed #aaa;
	background-color: #bbb;
	text-align: right;
	font-size: 11px;
	color: #fff;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 100%;}
	html>body #myMenu li.unselected a {
	width: auto;}

/*	2nd level Styles	*/

#myMenu ul {
	font-family : Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #bbb;}

#myMenu ul li {
	border-right: 0px;
	margin: 0px;}

#myMenu ul li.selected a {
	padding: 3px 5px 0px 10px;
	border-left: 1px solid #999;
	background-color: #999;
	color: #fff;
	text-transform: none;
	font-variant: normal;
	font-style: normal;}
	
#myMenu ul li.unselected a {
	padding: 2px 5px 1px 5px;
	border-left: 1px solid #aaa;
	background-color: #aaa;
	color: #fff;}

/*	Hover Styles	*/

#myMenu li a:hover {
	border-left: 1px solid #06c;
	background-color: #06c;}

#myMenu ul li a:hover {
	border-left: 1px solid #06c;
	background-color: #06c;}

/*	End of Nav menu Styles	*/

img.graph {
	float: right;
	border: 2px solid #000;
	margin: 10px;
	padding: 0px;}
