.topnav {

	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;

	background-color: #01285c;

	color: #ffffff;

	font-size: 12px;

	font-weight: none;

	height: 18px;

}

.topnav a {

	background-image: url(../DRM-images/diamond_icon.gif);

	background-repeat: no-repeat;

	background-position: left;

	float: right;

	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;

	padding-left: 12px;

	padding-right: 12px;

	text-decoration:none;

	color: #ffffff;

}

.topnav a:link {

	color: #ffffff;

}

.topnav a:visited {

	color: #ffffff;

}

.topnav a:hover {

	color: #ff0000;

}

/* START SUBNAV */

.subnav {

	height: 35px;

	background-color: #01285c;

	color: #ffffff;

}

.subnav a {

	font-size: 10px;

	color: #ffffff;

	padding-left: 13px;

	padding-top: 8px;

	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;

	font-size: 12px;

	text-align: left;

	text-decoration:none;

	float: left;

}

.subnav a:link {

	color: #ffffff;

}

.subnav a:visited {

	color: #ffffff;

}

.subnav a:hover {

	color: #ff0000;

}	

/* END SUBNAV */

/* START MAIN NAVIGATION  */

.nav td {

	width: 125px;

	height: 35px;

}

.nav td a {

	background-image: url(../DRM-images/nav_bg_off3.jpg);

	background-repeat: no-repeat;

	/*border-left: 1px solid #ffffff;*/

	width: 125px; 

	height: 30px;/*padding from .nav a*/

}

.nav a {
	padding-top: 5px;
	width: 125px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	display:block;
}

.nav a:hover {

	background-image: url(../DRM-images/nav_bg_on3.jpg);

	background-repeat: no-repeat;

	color:#FFFFFF;

}

.nav a:visited {

	color: #ffffff;

}

td .anylinkcss {

	width: 185px;

	position:absolute;

	visibility: hidden;

	border: 1px solid black;

	border-bottom-width: 0;

	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;

	font-size: 13px;

	text-decoration:none;

	text-align: left;

	/*line-height: 18px;*/

	z-index: 100;

	background-color: #4c6b9c;

	color: #FFFFFF;

}



td .anylinkcss a {

	width: 185px;

	display: block;

	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;

	font-size: 13px;

	text-indent: 3px;

	border-bottom: 1px solid black;

	padding: 1px 0;

	text-decoration: none;

	font-weight: normal;

	text-indent: 15px;

	text-align: left;

	color: #FFFFFF;

	background: none;

}



/*this controls the height of the subnav...*/

td .anylinkcss  a {
	height: 23px;
	padding-top: 4px;
}

.anylinkcss a:hover {

	background: none;

	background-color: #8f8f9a;

	color: #FFFFFF;

}

/*left nav classes*/

.left_nav {
	background-color: #E8E8E8;
	width: 170px;
	margin: 0px;
	margin-top: 0px;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #ffffff;
}
/*
.left_nav p {

	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;

	font-size: 13px;

	padding-left: 0px;

	text-align: left;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}


.left_nav a {

	 background-image: url(../DRM-images/red_arrow_2.gif);

	 background-position: left;

	 background-repeat: no-repeat;

	 padding-left: 20px;

	 text-decoration: none;

	 display: block;

     width: 165px;

	 border-bottom: 1px solid #9c9c9c;

}


.left_nav a:hover {
	background-image: url(../DRM-images/red_arrow_2.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
	width: 155px;
	background-color:#CCCCCC;
	color: #000000;
}

.left_nav a#selected {

	background-image: url(../DRM-images/red_arrow_2.gif);

	background-position: left;

	background-repeat: no-repeat;

	padding-left: 20px;

	text-decoration: none;

	width: 130px;

	background-color:#003366;

	color: #ffffff;

}

#left_nav p.current {
	background-image: url(../DRM-images/red_arrow_3.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 175px;
	background-color:#d6d6d6;
	color: #ffffff;
	text-indent: 10px;
	border-top: 1px;
	border-top-color: #FFFFFF;
}

#left_nav p.current:hover {
	background-image: url(../DRM-images/red_arrow_3.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	width:175px;
	background-color:#D6D6D6;
	color: #ffffff;
	text-indent: 10px;
}