#wsc-menu-loader{
	position: absolute;
}

#wsc-hor-menu {
	z-index: 100000;
	position: absolute;
}

#wsc-vert-menu {
	z-index: 100000;
  position: absolute;
}

.wsc-default a {
	margin: 0px;
	padding-top:4px;
	right:15px;
	width: 93px;
	height:28px;
	color: #00426F;
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
    background: url(../../images/button.gif) no-repeat;
}

.wsc-default_current a{
margin: 0px;
	padding-top:4px;
	right:15px;
	width: 93px;
	height:28px;
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
color: #20557B;
text-decoration: none;
background: url(../../images/button_on.gif) no-repeat;
	}
	
	
	.wsc-default_current a:hover{
	text-decoration:none

	}



.wsc-default a:hover,
.wsc-default a:active,
.wsc-default:focus {
color: #20557B;
text-decoration: none;
background: url(../../images/button_on.gif) no-repeat;
}

.wsc_open a {
margin: 0px;
padding: 5px;
width: 150px;
color: #004698;
text-decoration: none;
display: block;
background-color: #F3F8FC;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-indent: 6px;
font-weight: bold;
border: 1px solid #ECF3FB;
border-bottom: 4px solid #8AB3E1;
background-image: none;
}

.wsc_open a:hover {
background-color: #E8F0F9;
    color: #004698;
        border-bottom: 4px solid #6098D7;
}

.wsc_img a {
	margin: 0px;
	padding: 5px;
	width: 133px;
    height: 30px;
    background-image: url(menu_products.gif);
    background-repeat: no-repeat;
	color: #EFEFEF;
	text-decoration: none;
	display: block;
	background-color: transparent;
	font-size: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 6px;
	font-weight: bold;
}

.wsc_img_open a {
	margin: 0px;
	padding: 5px;
	width: 133px;
    height: 30px;
    background-image: none;
    background-color: #333333;
	color: #EFEFEF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 6px;
	font-weight: bold;
}




