#leftMenu {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 430px;
	width: 190px;
	background-color: #4447B0;
	background-image: url(../leftMenu/background.jpg);
	background-repeat: no-repeat;
 }

#leftMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3A3A92;
}
#leftMenu li {
	margin-bottom: 2px;
	margin-top: 2px;
}
#rollovers a {
	display: block;
	width:160px;
	text-decoration: none;
	padding-left: 30px;
	color: #D7DAFF;
	padding-bottom: 4px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7277DE;
	border-bottom-color: #21218F;
}
#rollovers a:link {
	color: #D7DAFF;
}
#rollovers a:visited{
	color: #D7DAFF;
}
#rollovers a:hover {
	background-color: #3339AC;
	background-image: url(../leftMenu/hover.gif);
	background-repeat: no-repeat;
	color: #D7DAFF;
}
#rollovers a:active {
	background-color: #262DA4;
	background-image: url(../leftMenu/active.gif);
	background-repeat: no-repeat;
	color: #D7DAFF;
}
#header {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	color: #E1E4FF;
	height: 20px;
	font-style: normal;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7277DE;
	border-bottom-color: #21218F;
}
.header {
	font-size: 13px;
	padding-left: 10px;
}

