
/***  The DLC CSS - NAVIGATION MENUS ***/

/* Dark blue: 	 #23286D */
/* Light blue:   #577AB2 */
/* Lighter blue: #84ACEC */
/* Orange: 	 #FF6600 */

#quicklinks {
	border:1px none #ff0000;
	}
	
#quicklinks a {
	display:block;
	padding:0;
	margin:0;
	height:32px;
	width:165px;
	background: url("../images/menus/quick_links_matrix.gif") top left no-repeat;
	}
	
#quicklinks .qltwo, #quicklinks .qlthree, #quicklinks .qlfour {margin-top:4px;}	
	
#quicklinks .qltwo   { background-position: 0px -32px; }
#quicklinks .qlthree { background-position: 0px -64px; }
#quicklinks .qlfour  { background-position: 0px -96px; }

#quicklinks a.qlone:hover  { background-position: -165px 0px; }
#quicklinks a.qltwo:hover  { background-position: -165px -32px; }
#quicklinks a.qlthree:hover { background-position: -165px -64px; }
#quicklinks a.qlfour:hover { background-position: -165px -96px; }

.secmenu { 
	border:1px none #ff0000;
	margin:0px; 
	width:240px;
	text-align:left;
	}
	
#menutitle {
	padding-left:6px;
	}

#nav ul { 	
	list-style: none;
	margin:0px;
	}

#nav li { 
	text-align:left;
	padding:3px 0 3px 30px;
	background: url("../images/r_arrow.gif") 6px 5px no-repeat;
	}
	
#nav p {
	color:#000000;
	}
	
#nav2 { 
	border:1px none #0000ff;
	list-style: none;
	padding-top:6px;
	}

#nav2 li { 
	text-align:left;
	padding:1px 0 1px 20px;
	background: url("../images/r_arrow_sub.gif") 0px 3px no-repeat;
	}
	
#nav3 li { 
	padding:1px 0 1px 13px;
	background: url("../images/r_arrow_small.gif") 0px 6px no-repeat;
	}
	


a.navtitle:link    { color: #FF6600; font-size: 1.4em; letter-spacing: -0.03em; text-decoration:none; 	font-weight: bold; font-style: italic; } 
a.navtitle:visited { color: #FF6600; font-size: 1.4em; letter-spacing: -0.03em; text-decoration:none; 	font-weight: bold; font-style: italic; } 
a.navtitle:hover   { color: #FF6600; font-size: 1.4em; letter-spacing: -0.03em; text-decoration:none; 	font-weight: bold; font-style: italic; }
a.navtitle:active  { color: #FF6600; font-size: 1.4em; letter-spacing: -0.03em; text-decoration:none; 	font-weight: bold; font-style: italic; } 

a.nav:link    { color: #999999; font-size: 1.4em; letter-spacing: -0.03em; text-decoration:none; font-weight: normal; font-style: normal; } 
a.nav:visited { color: #999999; font-size: 1.4em; letter-spacing: -0.03em; text-decoration:none; font-weight: normal; font-style: normal; }
a.nav:hover   { color: #FF6600; font-size: 1.4em; letter-spacing: -0.03em; text-decoration:none; font-weight: normal; font-style: normal; }
a.nav:active  { color: #999999; font-size: 1.4em; letter-spacing: -0.03em; text-decoration:none; font-weight: normal; font-style: normal; } 

a.nav2:link    { color: #FF6600; font-size: 1.1em; letter-spacing: -0.03em; text-decoration:none; 	font-weight: normal; }
a.nav2:visited { color: #FF6600; font-size: 1.1em; letter-spacing: -0.03em; text-decoration:none; 	font-weight: normal; } 
a.nav2:hover   { color: #FF0000; font-size: 1.1em; letter-spacing: -0.03em; text-decoration:underline; 	font-weight: normal; }
a.nav2:active  { color: #FF6600; font-size: 1.1em; letter-spacing: -0.03em; text-decoration:none; 	font-weight: normal; } 

#portal_links_wrapper {	
	border:1px none #ff0000;
	margin-top: -10px;
	margin-bottom: 20px;
	position:relative;
	}

#portal_links {	
	border: 1px none #ff0000;
	text-align: left;
	padding: 0px;
	margin: 0 0 0 22px;
	}
	
#portal_links li { 
	text-align:left;
	margin:0px;
	padding:1px 0 1px 20px;
	background-image: url(../images/portal_bullet.gif);
	background-repeat: no-repeat;
	background-position: .5em .5em;
	}
	
a.portal:link    { color: #FF6600; letter-spacing: -0.03em; text-decoration:none; 	font-weight: normal; }   
a.portal:visited { color: #999999; letter-spacing: -0.03em; text-decoration:none; 	font-weight: normal; }
a.portal:hover   { color: #FF0000; letter-spacing: -0.03em; text-decoration:underline; font-weight: normal; }
a.portal:active  { color: #FF6600; letter-spacing: -0.03em; text-decoration:none; 	font-weight: normal; } 


.clearing { 	
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

/***  The DLC CSS - NAVIGATION MENUS ***/
