@charset "iso-8859-1";

/*navigation of the website and hyperlinks*/

/*menu header*/

#navContainer {
	background-image: url(../images/menu.jpg);
	background-color: #373737;
	clear: both;
	float: left;
	padding: 0px;
	width: 960px;
	height: 34px;
	overflow: hidden;
}

#main_nav1 {
	clear: both;
	float: left;
	display: inline; /*--IE6 workaround--*/
	margin-left: 8px;
	margin-top: 8px;
	padding: 0px;
	width: 960px;
	height: 20px;
}

a.menuCurrent {
   color: #f7941e;
	font-weight: bold;
	text-decoration: none;   
}

a.menu:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.menu:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color: #f7941e;
	font-weight: bold;
	text-decoration: none;
}

a.menu:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*menu footer*/

#navFooter {
	float: right;
	margin-right: 0px;
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 0px;
	width: 254px;
	height: 20px;
	color: #000;
}

a.menuCurrent2 {
   color: #f7941e;
	font-weight: normal;
	text-decoration: none;   
}

a.menu2:link {
	color: #000;
	font-style: normal;
	text-decoration: none;
}

a.menu2:visited {
	color: #000;
	font-style: normal;
	text-decoration: none;
}

a.menu2:hover {
	color: #f7941e;
	font-style: normal;
	text-decoration: none;
}

a.menu2:active {
	color: #000;
	font-style: normal;
	text-decoration: none;
}

/*hyperlinks content*/

a.menu_hyplink:link {
	color: #f7941e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.menu_hyplink:visited {
	color: #f7941e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.menu_hyplink:hover {
	color: #f7941e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.menu_hyplink:active {
	color: #f7941e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.menu_hyplink2:link {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.menu_hyplink2:visited {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.menu_hyplink2:hover {
	color: #f7941e;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.menu_hyplink2:active {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.menu_hyplink3:link {
	color: #f7941e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.menu_hyplink3:visited {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.menu_hyplink3:hover {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.menu_hyplink3:active {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

