div#linkbar
{
	width : 100%;
	padding : 2px 0px 4px 0px;
	border-bottom : 1px solid #CCCCCC;
	background-color : #FFFFFF;
	background-image : url('../graphics/background.linkbar.jpg');
	background-position : top left;
	background-repeat : repeat;
}

div#linkbar ul
{
	list-style-type : none;
	margin : 0px 0px 0px 20px;
	padding : 0px;
}

div#linkbar ul li
{
	float : left;
	margin : 0px;
	padding : 0px;
}

div#linkbar a
{
	font-family : Arial, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
	font-style : normal;
	color : #CC0000;
	margin : 0px 15px 0px 0px;
}


div#linkbar a:hover
{
	font-family : Arial, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
	font-style : normal;
	color : #CC0000;
}
