

 .outer
	{
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	width: 117px;
	}

 .inner
	{ 
	display: none;
	position: absolute;
	left: 0px;
	top: 22px;
	min-width: 121px;
	}

 .line
	{
	display: inline-block;
	/*margin: 0px 2px;*/
	width: 1px;
	height: 26px;
	}

 .cat1,
 .cat1_active
	{
	display: inline-block;
	padding: 4px 5px 0px 5px;
	min-width: 100px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #cccccf;
	cursor: pointer;
	}

 .cat1_active
	{
	background-color: #5588ff;
	color: #ffffff;
	}

 .outer:hover .cat1
	{
	/*background-color: #dddddf;*/
	}

 .cats2
	{
	position: relative;
	border: 1px solid #cccccf;
	background-color: #f5f5f9;
	min-width: 150px;
	}

 .cat2,
 .cat2_active
	{
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 6px 10px;
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #cccccf;
	}

 .cat2_active
	{
	background-color: #5588ff;
	color: #ffffff;
	}

 .cat2:hover
	{
	background-color: #dddddf;
	}

 .empty
	{
	height: 8px;
	}

 .outer:hover .inner
	{
	display: block;
	z-index: 500;
	}
