

.link_home a{
	text-align:left;
	font-family: Arial, Arial, Helvetica, San-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.link_home a:hover {
	text-decoration: underline;
	color: #FF2A00;
}
#nav {
	height:30px;
	background-image:url(../images/new/topnav2.jpg);
}
#nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	position: relative;
	float: left;
}
#nav a {
	display: block;
	float: left;
padding-left:10px;
padding-right:5px;
padding-top:2px;
	line-height: 28px;
	color:white;
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a:hover {
	color: #082352;
}

#nav li ul {
	position: absolute;
	top: 28px;
	left: -999em;
	width: 150px;
}
#nav li li {
	/*width: 150px;  width required here for Opera bug */
	border-top: solid 1px silver;
	background-color: #ff9800;
}
#nav li li a {
	/* width: 120px; */
	line-height: 1.2;
padding-left:5px;
padding-top:6px;
padding-bottom:5px;
	color:white;
	width:160px;

}
#nav li li a:hover {
background-color:#082352;
	color:white;

}
#nav li:hover ul,
#nav li.sfhover ul {
	left: 0;
	z-index: 100; /* ensures drop down menus appear over other content on the Z-axis */
	background: #ff9800; /* background (color at least) required here for IE7 bug */
}
.text {
	font-family: Arial, Arial, Helvetica, San-serif;
	font-size: 12px;
}
.title {
	font-family: Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.nav {
	font-family: Arial, Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #FF2A00;
	font-weight: bold;
	font-decoration: none;
}
.nav a:link, .nav a:visited {
	font-family: Arial, Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #FF2A00;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}

.text {
	font-family: Arial, Arial, Helvetica, San-serif;
	font-size: 12px;
}
.sub_links {
	font-family: Arial, Helvetica, San-serif;
	font-size: 11px;
	color: #F46E15;
	font-weight: bold;
	text-decoration: none;
background-color:#ff9800;
}
.sub_links a:link, .sub_links a:visited  {
	font-family: Arial, Arial, San-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.sub_links a:hover {
	color: black;
	text-decoration: underline;
}
.no_link {
	font-family: Arial, Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-decoration: none;
}
.box {
	background: #FFFFFF;
	background-repeat: repeat;
	background-position: center center;
	font-family: Arial, Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #FF2A00;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.box a:link, .box a:visited {
	background: #FFFFFF;
	background-repeat: repeat;
	background-position: center center;
	font-family: Arial, Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #FF2A00;
	font-weight: normal;
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
}
.pr {
	font-family: Arial, Arial, Helvetica, San-serif;
	font-size: 12px;
	color: black;
	font-decoration: none;
	text-decoration: none;
}
.pr a:hover {
	color: #FF2A00;
	text-decoration: underline;
}
