﻿.hug_SS_Menu 
{
	float:left;
	margin: 0;
	padding: 0;
	z-index:200;
	display:none;
}
.hug_SS_MenuDropDown
{
	display:block;
	position:absolute;
	width:20px;
	height:20px;
	right:10px;
	top:7px;
	background-image:url("../_images/downarrow.png");
	background-repeat:no-repeat;
	cursor:pointer;
}
div.hug_SS_DropOpen
{
	background-image:url("../_images/uparrow.png");
	background-repeat:no-repeat;
	cursor:pointer;
}
.hug_SS_Menu a
{
    font-family:Arial, Microsoft Sans Serif  !important;
	display:block;
	padding:4px 10px;
	color: #478dc6 !important;
	text-decoration: none;
	font-weight:bold;
	width:146px;
	overflow:hidden;
	display:block;
}
.hug_SS_Menu a:hover
{
    font-family:Arial, Microsoft Sans Serif  !important;
	background-color:#77bdf6 !important;
	text-decoration: none;
	color:#ffffff !important;
}

.hug_SS_LI
{
	position: relative; 
	width:166px;
	max-width:166px;
	background-color:#ffffff !important;
	border:1px solid #dedede;
	border-top:0px none white;
	z-index:99;	
}
.hug_SS_LI_L
{
	position: relative; 
	width:166px;
	max-width:166px;
	background-color:#ffffff !important;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	z-index:99;
}


.hug_SS_LI_End
{
	position: relative; 
	width:168px;
	max-width:168px;
	/*background-color:#ffffff !important;*/
	height:7px;
	background-image:url("../_images/menubglast.png");
	background-position:bottom left;
	background-repeat:no-repeat;
	z-index:99;
	font-size:5px;
}
.First
{
	border-top:solid 1px #dce2c9;
}
.hug_SS_OW
{ 
	display:none;
	position: absolute; 
	overflow:visible; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
	top:-1px;
	left:166px;
	z-index:99;
}

.hug_SS_More
{
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	z-index:10;
	width:10px;
	height:16px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-image:url(../_images/more.gif);	
}

.hug_SS_Debuger
{
	position:absolute;
	border:0px;
	padding:0;
	top:0px; 	
	margin: 0px; 
	top: 1px;
	width:188px;
	display:none;/*sorry for IE5*/ 
	display/**/:block;/*sorry for IE5*/
	filter: alpha(opacity=0); 
	filter:mask();/*must have*/
}

