#wsc_menu_loader{
	position: absolute;
	/*left: -10000px;*/
}

#wsc_hor_menu {
	z-index: 100000;
	position: absolute;
	margin-left: 10px;
}

#wsc_vert_menu {
	z-index: 100000;
   position: absolute;
}





.wsc-default a, .wsc-default a:visited  {
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 8px 10px;
	_padding: 10px 10px 8px 10px;
	width: auto;
	_width: 50px;
	float: left;
	color: #ffffff;
	text-decoration: none;
    text-align: center;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}

/*#contentpage .wsc-default a, .wsc-default a:visited  {
	color: white;
	}
	
#speakerpages .wsc-default a, .wsc-default a:visited  {
	color: black;
	}

#test .wsc-default a, .wsc-default a:visited  {
	color: white;
	}

#test2 .wsc-default a, .wsc-default a:visited  {
	color: white;
	}
*/

.wsc-default a:hover,
.wsc-default-small a:hover {
	white-space: nowrap;
	margin: 0px;
		padding: 10px 10px 8px 10px;
	_padding: 10px 10px 8px 10px;;
	width: auto;
	_width: 50px;
	float: left;
    text-align: center;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #98012e;

}

.wsc-default_current a {
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 8px 10px;
	_padding: 10px 10px 8px 10px;
	width: auto;
	_width: 50px;
	float: left;
	color: #98012e;
	text-decoration: none;
    text-align: center;
	display: block;
	font-size: 10px;
	text-transform: uppercase;

}




.wsc-sub {
	position: relative;
	margin: 0px;
	_margin: 0px;
	width: 150px;
}
.wsc-sub a,
.wsc-sub a:link,
.wsc-sub a:hover,
.wsc-sub a:visited,
.wsc-sub a:active {
	margin: 0px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font-size: 10px;
	font-weight: normal;
	background-color:  #98012e;
	border: 0px;
	padding: 3px 10px 3px 10px;
	width: 140px;
	_width: 200px;
	display: block;
	text-align: left;
}
.wsc-sub a:hover,
.wsc-sub a:active,
.wsc-sub:focus{color:#ffffff; background-color:  #333333;}

