/* header */
.lhsasset, .headlines {
	margin-bottom: 15px;
}

#leftmenu h3, #rightmenu h3 {
	background-color: #9FABC2;
	color: #fff;
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif; 		
	margin: 0;
	padding: 3px 0 3px 9px;
	text-decoration: none;
	text-align: left;
}

#leftmenu h3 a{
	text-decoration: none;
	color: #fff;
}

#leftmenu h3 a:link, #leftmenu h3 a:visited, #leftmenu h3 a:hover, #leftmenu h3 a:active {
	color: #fff;
	text-decoration: none;
}

#rightmenu h3 a:link, #rightmenu h3 a:visited, #rightmenu h3 a:hover, #rightmenu h3 a:active {
	color: #fff;
	text-decoration: none;
}

/* NAV LIST */
ul#leftmenulist, div.headlines ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#leftmenulist li, div.headlines ul li { 
	background: url("/resources/images/shared/interface/menu_seperator.gif") bottom left repeat-x;
}
ul#leftmenulist li a, div.headlines ul li a {
	background: url("/resources/images/shared/interface/arrow_red_right.gif") top left no-repeat;
	color: #000066;
	display: block;
	line-height: 1.25em;
	padding: 4px 0 4px 10px;
	text-decoration: none;
	width: 147px;	
}
div.headlines ul li a {
	font-weight: normal;
}
div.headlines ul li a:visited{
	color: #000066;
	text-decoration: none;		
}

div.headlines ul li a:hover{ 
	color: #000066;
	text-decoration: underline;
		
}
ul#leftmenulist li a:hover,ul#leftmenulist li.current a:hover,ul#leftmenulist li.current ul li.current a:hover {
	color: #f00;
	text-decoration: none;			
} 
ul#leftmenulist li a:hover{
	color: #000066;
	text-decoration: underline;	
}
ul#leftmenulist li.current a, ul#leftmenulist li.current ul li.current a {
	color: #f00;
	text-decoration: none;	
}
ul#leftmenulist ul li.current a:hover{
	color: #f00;	
		
}
ul#leftmenulist li.current li a {
}



/* SUB NAV LIST */
ul#leftmenulist ul {
	list-style-type: none;
	margin: 0 0 2px 10px;
	padding: 0 0 2px 0;
}

ul#leftmenulist ul li { 
	background: none;
	display: inline;
	font-weight: normal;
}

ul#leftmenulist ul li a, ul#leftmenulist li.current ul a {
	background: url("/resources/images/shared/interface/left_menu_child_dash.gif") center left no-repeat;
	color: #000;
	display: block;
	padding: 2px 0 2px 1em;
	width: auto;
}

ul#leftmenulist ul li a:hover, ul#leftmenulist li.current li a:hover { 
	color: #000;
	text-decoration: underline;
}
ul#leftmenulist ul li.current a:hover { 
	text-decoration: none;		
}


/* Email to a Friend */
#emailAFriend a{
	color:#666666;
	font-weight:normal;
	text-decoration: none;		
}

#emailAFriend a:hover{
	text-decoration: underline;		
}

/* Print page */
#print-page a{
	color:#666666;
	font-weight:normal;
	text-decoration: none;		
}

#print-page a:hover{
	text-decoration: underline;		
}

/* Editorial Contact */
#editorialContact ul {
	list-style-type: none;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
#editorialContact ul li {
	background: url("/resources/images/shared/interface/arrow_red_right.gif") top left no-repeat;
	display: block;
	line-height: 1.25em;
	padding: 4px 0 4px 10px;
	text-decoration: none;
	width: 147px;	
}

#editorialContact ul li a { 
	font-weight:bold;
	color: #000066;
	text-decoration: none;
}

#editorialContact ul li a:hover { 
	color: #000066;
	text-decoration: underline;
}

/* Site Directory */

#leftmenusitedirectory {
	font: normal 11px/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#leftmenusitedirectory ul li img {
	vertical-align: middle;
	padding-right: 8px;
}
	
#leftmenusitedirectory p img {
	padding-bottom: 2px;
}
	
#leftmenusitedirectory ul {
	list-style: none;
	margin: 5px 0 0 10px;
	padding-left: 10px;
}
	
#leftmenusitedirectory ul li {
	padding-bottom: 5px;
}
	
#leftmenusitedirectory p {
	font: normal 11px Arial, Helvetica, sans-serif; 
	color: #000066;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#leftmenusitedirectory a:link { 
	color: #7F7FB2;
	text-decoration: none;
}
#leftmenusitedirectory a:visited { 
	color: #7F7FB2;
	text-decoration: none;
}
#leftmenusitedirectory a:hover { 
	color: #7F7FB2;
	text-decoration: underline;
}
#leftmenusitedirectory a:active { 
	color: #7F7FB2;
	text-decoration: none;
}
	
#leftmenusitedirectory span#currentsite {
	color: red;
}