/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */
 /********************* 
 - MAKARA COLORS -
	
   BLUE - 0F004E
   YELLOW - FFC425
   WHITE - FFFFFF
*********************/	

#navlist { 
	width: 210px;
	margin-bottom: 20px; 
	font-size: 1.2em;
} 

#navlist ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	position: relative; 
} 

#navlist h2.quick {
	background-image:url(../images/WSR_Head_QuickLinks.gif);
	color: #FFC424;
	position: relative;
	text-transform : uppercase;
	letter-spacing   : 0.15em;
	margin: 0;
	margin-top: 5px;
	width: 210px;
	height: 30px;

}
#navlist h2.log {
	background-image:url(../images/WSR_Head_LogLinks.gif);
	color: #FFC424;
	position: relative;
	text-transform : uppercase;
	letter-spacing   : 0.15em;
	line-height: 30px;
	vertical-align:middle;
	text-align:center;
	margin: 0;
	margin-top: 5px;
	width: 210px;
	height: 30px;
}
#navlist h3 {
	background-image:url('../images/WSR_Foot_JudysBlog.GIF');
	/*background: #0F004E;*/
	color: #FFC424;
	position: relative;
	text-transform : uppercase;
	margin: 0;
	height: 15px;

} 
#navlist h4 {
	background-image:url('../images/QLHeader_new.gif');
	/*background: #0F004E;*/
	color: #FFC424;
	position: relative;
	text-transform : uppercase;
	letter-spacing   : 0.15em;
	padding-top: 5px;
	margin: 0;/*
	border-top: 1px solid #0F004E;
	border-left: 1px solid #0F004E;
	border-right: 1px solid #0F004E;
	border-bottom: 1px solid #0F004E;*/
	font-size: 1.5em;
	height: 23px;
	text-align:center;
} 

#navlist h5 {
	/* Graphic Header - Height: 30px Width 200px */
	background-image:url('../images/WSR_Head_Statistics.gif');
	/*background: #0F004E;*/
	color: #FFC424;
	position: relative;
	text-transform : uppercase;
	letter-spacing   : 0.15em;
	padding-top: 5px;
	margin: 0;/*
	border-top: 1px solid #0F004E;
	border-left: 1px solid #0F004E;
	border-right: 1px solid #0F004E;*/
	border-bottom: 1px solid #0F004E;
	font-size: 1.0em;
	height: 23px;
	text-align:center;
} 

#navlist li { 
	margin: 0; 
	padding: 0; 
	background: #EFEFEF; 
	border-bottom: 1px solid #0F004E; 
	border-left: 1px solid #0F004E; 
	border-right: 1px solid #0F004E; 
	list-style: none; 
		text-align: center;


} 

#navlist li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223; 
	text-align: center;
	color:#FFC425;
	
} 

#navlist a {
	padding: 10px 10px; 
	display: block; 
	font-size: 0.85em; 
	font-weight: bold; 
	text-decoration: none; 
	color: #525152; 
	line-height: normal
	} 

#navlist a:hover {
	background: #D0CFCF;
		text-align: center;
/*	background: #CC7E55;*/
} 

#navlist .selected a {
	color: #FFFFFF; 
	background: #932A2A;
} 

#navlist .selected a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}

/** html #navlist ul li a { 
	height: 1%; 
} 

*/
