
#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 a, .wsc-default a:visited  {
	white-space: nowrap;
	margin: 0px;
    height: 24px;
    background: #none;
    padding: 6px 12px 3px 12px;
	_padding: 6px 12px 3px 12px;
	width: auto;
	_width: 50px;
	float: left;
	color: #ffffff;
	text-decoration: none;
    text-align: center;
	display: block;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
}



.wsc-default a:hover,
.wsc-default-small a:hover {
text-decoration: none;
color: #4c2432;
}



.wsc-sub1 a, .wsc-sub1 a:visited  {
	margin: 0px;
    padding-bottom: 0px;
	background-image: url(../../../images/subnav1-off.gif);
	background-position: center;
	background-repeat: repeat-x;
    background-color: #4c2432;
    padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	width: 170px;
	color: #FFFFFF;
	text-decoration: none;
    text-align: left;
	display: block;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 6px;
	height: auto;
}


.wsc-sub2 a, .wsc-sub2 a:visited  {
	margin: 0px;
    padding: 8px;
	text-indent: 0px;
    background-color: #bbb1a6;
	width: 150px;
	color: #4c2432;
	text-decoration: none;
    text-align: left;
	display: block;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	background-image: url(../../../images/subnav2-off.gif);
	background-position: center;
	background-repeat: repeat-x;

}

.wsc-sub1 a:hover  {
background-color: #b95915;
color: #4c2432;
background-image: url(../../../images/subnav1-ov.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.wsc-sub2 a:hover  {
color: #ffffff;
background-image: url(../../../images/subnav1-ov.gif);
	background-position: center;
	background-repeat: repeat-x;}




