.toolbar {
	padding: 55px 0px 0px;
	float: right;
}

.menu {
	padding: 2px 10px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #594774;
	border-bottom: none;
	background: #C6C1C1;
	font-weight: bold;
}

.menu:hover {
	color: #594774;
	border-color: #594774;
	background-color: #C9DFF2;
	font-weight: bold;
}

.menu2 {
	color: #333333;
	padding: 2px 10px;
	text-decoration: none;
	background-color: #C6C1C1;
	border-left: 1px solid #594774;
	border-top: 1px solid #594774;
	font-weight: bold;
}

.menu2:hover {
    background-color: #C9DFF2;
	color: #594774;
}


 /* Navigation for Left Menu */
 #nav_menu {
	width: 100%;
	margin: 0;
	padding: 0px 0px;
	list-style: none;
	text-align: left;
	float: left;
	border-top: 2px solid #192855;
}

#nav_menu li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav_menu a {
	width: 100%;
	float: left;
	display: block;
	margin: 0 0px 0 0px;
	padding: 4px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F63030;
	border-bottom: 2px solid #192855;
	text-indent: 25px;
	font-size: 14px;
	background-image: url(images/nav-bg2.gif);
}

#nav_menu a:hover {
	color: #FFFFFF;
	border-color: #192855;
	background-color: #F63030;
	background-image: url(images/nav-bg.gif);
}

#nav_menu a:active {
	color: #FFFFFF;
	border-color: #192855;
	background-color: #F63030;
	background-image: url(images/nav-bg.gif);
}

 .class1 A:link {
	color: #374D8C;
	text-decoration: underline;
	font-weight: bold;
	}
.class1 A:visited {
	color: #374D8C;
	text-decoration: underline;
	font-weight: bold;
	}
.class1 A:active {
	color: #374D8C;
	text-decoration: underline;
	font-weight: bold;
	}
.class1 A:hover {
	color: #E90606;
	text-decoration: underline;
	font-weight: bold;
	}
	
.class2 {
	border-right-style: none;
}

 .class3 A:link {
	color: #333333;
	text-decoration: underline;
	}
.class3 A:visited {
	color: #333333;
	text-decoration: underline;
	}
.class3 A:active {
	color: #333333;
	text-decoration: underline;
	}
.class3 A:hover {
	color: #192855;
	text-decoration: underline;
	}

 .class4 A:link {
	color: #192855;
	text-decoration: none;
	font-size: 9px;
	}
.class4 A:visited {
	color: #192855;
	text-decoration: none;
	font-size: 9px;
	}
.class4 A:active {
	color: #192855;
	text-decoration: none;
	font-size: 9px;
	}
.class4 A:hover {
	color: #F63030;
	text-decoration: underline;
	font-size: 9px;
	}
