#wsc_menu_loader{
	position: absolute;
	/*left: -10000px;*/
}

#wsc-hor-menu {
	z-index: 1;
	position: absolute;
}

#wsc-vert-menu {
	z-index: 1;
   position: absolute;
}





.wsc-default a{
    height: 20px;
 color: #BDE0F5;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 background-image: url(../../yasoo/images/menu-item-bg.gif);
 background-position: 0px 1px;
 background-repeat: no-repeat;
 padding: 0px 7px 0px 8px;
 line-height: 12px;
 white-space: nowrap;
 display: block;
 float: left;
}

.wsc-default a:hover {
text-decoration: underline;
}



.wsc-child{
  background-color: #35769D;
}


.wsc-child a{
 color: #205072;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 background: #CAE1EF;
 padding: 8px 7px 0px 8px;
 line-height: 12px;
 white-space: nowrap;
 text-align: left;
 display: block;
 width: 80px;
 border-left: solid 1px #235A7E;
 border-right: solid 1px #235A7E;
 border-bottom: solid 1px #235A7E;
    clear: both;
}

.wsc-child a:hover {
 text-decoration: none;
 background: #ECF4F9;
 color: #2E75A5;
}


