#wsc_menu_loader{
	position: absolute;
	/*left: -10000px;*/
}

#wsc_hor_menu {
	z-index: 100000;
	position: absolute;
}

#wsc_vert_menu {
	z-index: 100000;
	position: absolute;
}


.wsc-default {
	
}




.wsc-default a, .wsc-default a:visited  {
	margin: 0px 0px 0px 0px;	
	
	padding: 2px 8px 2px 8px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
        text-transform: uppercase;
	white-space:nowrap;
	display:block;
	float:left;
	width:auto;
}

.wsc-default a:hover,
.wsc-default-small a:hover {
	text-decoration: underline;
        color: #ffffff;
}


.wsc_default a:hover,
.wsc-home a:hover,
.wsc-misc a:hover,
.wsc_default a:active,
.wsc_default:focus {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;	
}

.wsc-sub {
	width: 110px;
	background:  #3D5989;
        margin:0px 0px 0px -20px;
        padding:0px;
}

.wsc-sub a, .wsc-sub a:visited  {
	margin: -1px 0px 0px 0px;
	background:  #3D5989;
	padding: 3px 0px 3px 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        text-transform: uppercase;
	border-top: solid 1px #FFFFFF;
	display:block;
	float:none;
        width: 110px;
}

.wsc-sub a:hover  {
text-decoration: underline;
color: #ffffff;
}




