/********* links *******/

#links {
	width: 100%;
	background: url(images/bglinks.gif) repeat-x top left;
	float: left;
	margin-bottom: 8px;
}

.linksleft, .linksright {
	width: 6px;
	height: 44px;
}

.linksleft {
	float: left;
}

.Slinkcontainer {
	width: 95%;
	float: left;
	position: relative;
}

.linksright {
	float: right;
}

.linkcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 70px;
}

.linkcontainer li {
	display: inline;
}

.linkcontainer li A {
	display: inline;
	float: left;
	padding: 14px 30px;
	color: #ffffff;
}

.linkcontainer A:hover {
	background: #1b1b1b;
}


/*
#links li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#links li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}
*/

.linkcontainer div {
	position: absolute;
	top: 44px;
	left: 269px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #333333;
	border: 1px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
}


.linkcontainer div a	{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px;
	width: 200px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #333333;
	clear: both;
	color: #ffffff;
	font: 12px arial;
	border-bottom: 1px solid #000000;
}

.linkcontainer div a:hover {
	background: #1b1b1b;
	color: #FFF;
}
