/******************************
 * #sites starts              *
 ******************************/
#sites {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: white;
	background:none;
	height: 29px;
	width: 600px;
	margin: 0px auto auto 5px;
	padding: 0px;
	position: absolute;
	top: 47px;
	left: 348px;
}
#sites .active { 
	font-weight: bold;
	font-size: 11px;
}
/* For Mozilla/Opera/Safari, we make sure the separator is missing from the first element */
ul#sites > li { }
ul#sites > li + li { }
#sites li {
	display: block;
	float: left;
	margin-top: 7px;
	margin-left: -9px;
	padding-left: 9px;
	padding-right: 25px;
}
#sites li.active a { margin-top: 0px; }
#sites li a {
	color:#ffffff;
	margin-top: 1px;
	display: block;
	border:none;
}
#sites li a:hover {
	color:#ffff00;
}
#sites li ul{
	display: none;
	position: absolute;
	background-color: #999999;
	border: 1px solid #c1bfbf;
	border-right: 1px outset #c1bfbf;
	border-bottom: 1px outset #c1bfbf;
	padding: 2px 0px 5px 0px;
	margin: -1px 0 0 -10px;
}
#sites li ul, #sites li li { width: 140px; }
#sites li li {
	background-image: none;
	text-align: left;
	padding: 0;
	margin: 5px 0;
	height: auto;
}
#sites li.expand:hover{
	margin: 4px 7px -1px -10px;
	padding-right: 0px;
	border-left: 1px solid #c1bfbf;
}

#sites li.expand:hover a{
	position: relative;
	z-index: 1;
	display: block;
	color: #eab719;
	background:#999999;
	border: 1px solid #c1bfbf;
	border-bottom: 1px solid #999999;
	padding: 4px 17px 7px 9px;
	margin: -1px 0 0 -10px;
}

#sites li.expand:hover li a, #sites li.over li a {
	position: relative;
	display: block;
	color: white;
	background:inherit;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	height: auto;
	border: none;
	padding: 8px 10px;
	margin: -4px 0 -2px;
}
#sites li.expand li a:hover {
	background-color:#615C8B;
	color: white;
}
#sites li.expand:hover ul { display: block; } /* Activates the drop downs */
#sites li.expand:hover + li {	background-image: none; } /* Removes the separator from the following element in Mozilla, doesn't work in Opera */

/******************************
 * #sites ends                *
 ******************************/

/******************************
 * #toplink starts            *
 ******************************/
#toplink{
	font-size:10px;
	color:#ffffff;
	position:absolute;
	margin:0;
	margin-left: 570px;
	padding:0;
	top:9px;
	height:auto;
}

#toplink ul{ 
	margin-top:0px;
	margin-bottom: 0px;
	list-style: none; 
}
#toplink li {
	display:block;
	padding-right: 10px;
	padding-left: 0px;
	margin:0px auto 10px 20px;
	float:left;
}
#toplink li a{ 
	color: #ffffff;
	border: none;
}
#toplink li a:hover{ text-decoration:underline; }
/******************************
 * #toplink ends              *
 ******************************/