#contentContainer a {
	color:				Blue;
	text-decoration:	none;
	border-bottom:		1px dotted;
}

#contentContainer a:hover {
	color:				Red;
	border-bottom:		1px dotted;
}

#contentContainer .newsItem {
	color:				#000000;
	border-bottom: 	0px;
	text-decoration:	none;
}

#contentContainer .newsItem:hover {
	color:				Red;
	border-bottom: 	0px;
	text-decoration: 	none;
}

#contentContainer .portfolioLink {
	font-size: 			10px;
	color:				Blue;
	border-bottom: 	0px;
	text-decoration:	none;
}

#contentContainer .portfolioLink:hover {
	font-size: 			10px;
	color:				Red;
	border-bottom: 	0px;
	text-decoration: 	underline;
}

#nav, #nav ul {
padding: 			1px 0 0 0;
margin: 				0;
list-style: 		none;
}

#nav li {
float: 				left;
width: 				130px;
}

#nav ul {
position: 			absolute;
width: 				130px;
left: 				-1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: 				auto;
}

#nav a {
text-decoration: 	none;
font: 				10px/20px "Lucida Grande", verdana, sans-serif;
font-weight:		normal;
color:				#FFFFFF;
text-align: 		center;
}

ul a{
font-weight: 		bold;
color: 				#FFFFFF;
cursor: 				pointer;
display:				block;
}

ul ul a:link, ul ul a:visited{
font-weight: 		normal;
text-align:			left;
color: 				#FFFFFF;
cursor: 				pointer;
display:				block;
}

ul ul a:hover, ul ul a:active{
background-image: url("../images/menu/background.png");
display:				block;
font-weight: 		normal;
cursor: 				pointer;
}

ul li{
background-image: url("../images/menu/background.png");
height:				20px;
border-right: 		1px solid #C0C0C0;
display:				block;
}

ul ul li{
background-image: url("../images/menu/dropdownBackground.png");
border-top: 		1px solid #FFFFFF;
border-left: 		0;
text-align:			left;
display:				block;
}

/* IE hack \*/
* html ul li, * html ul ul li{
border-bottom: 	1px solid #FFF;
}

* html ul ul li{
border-top: 		0;
}
/* End IE hack */


#hintbox { /*CSS for pop up hint box */
	position:			absolute;
	top: 					0;
	background-color: lightyellow;
	width: 				150px; /*Default width of hint.*/ 
	padding: 			3px;
	border:				1px solid black;
	font:					normal 11px Verdana;
	line-height:		18px;
	z-index:				100;
	border-right: 		3px solid black;
	border-bottom: 	3px solid black;
	visibility: 		hidden;
}
	
.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-weight: 		bold;
	color: 				navy;
	margin: 				3px 8px;
}