/* CSS Document */div#taskbar ul {	white-space: nowrap;	margin-left: 0px;	padding-left: 10px;	font-family: Arial, Helvetica, sans-serif;	margin-top: 5px;	padding-top: 0px;	height: 25px;}div#taskbar li {	display: inline;	list-style-type: none;}div#taskbar a:link {	text-decoration: none;}div#taskbar a:hover {	color: #FFFFFF;	text-decoration: none;}div#taskbar a {	padding: 0.3em 1em 0.4em;	color: rgb(103, 155, 212);	text-decoration: none;	float: left;	font-size: 10px;	font-weight: bold;}div#taskbar {	background-image: url(../images_content/taskbar_isc.jpg);	height: 26px;	position: absolute;	left: 0px;	top: 93px;	margin: 0px;	padding: 0px;	width: 700px;	background-repeat: repeat-x;	background-position: left top;}div#taskbar img {	border: none;	float: left;}div#taskbar a.here {	color: #FFFFFF;	text-decoration: none;}td#navrow {	background-image: url(../images_content/taskbar_isc.jpg);	background-repeat: repeat-x;	background-position: left top;}
