/* CSS Document */
#leftNav, #leftNavInt {
	position:relative;
	width:147px;
	line-height:16px;
	background-image:url(../images/bg_nav_hp.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 5px 0px;

}
#leftNavInt {
	background-image:url(../images/bg_nav_Int.gif);
	background-position:top left;
	background-repeat:no-repeat;

}
#leftNav a, #leftNavInt  a {
	font-family:Helvetica, Arial, sans-serif;
	display:block;
	width:auto;
	height:21px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:19px;
		
}
#leftNav a:hover, #leftNavInt a:hover {
	display:block;
	color:#FFFFFF;
	text-decoration:line-through;
	font-size:19px;
}

#workNav {
	width:155px;
	height:auto;
	position:relative;
	float:left;
	top:45px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#990000;
	background-color:#FFFFFF;
	font-weight:bold;
	line-height:14px;
	padding:5px;
	padding-bottom:15px;
}
#workNav a {
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	background-color:#FFFFFF;
}
#workNav a:hover {
	font-size:10px;
	color:#990000;
	text-decoration:line-through;
}
