﻿/* ------- Menu ------------------------------------------------------------------- */
#menu-container
{
   position: relative;
   float: top;
   width: 246px;
   margin: 0;
   padding: 0;
   background: #ffff00;
   float: left;
   font: 12pt Verdana, sans-serif;
   color: #484848;
   text-decoration: none;
   font-weight: 500;
}
#menu-b
{
	background: #ffff00;
	width : 246px;
	height: 77px;
}
#menu ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 246px;
}
#menu ul li 
{
   margin: 0;
   padding: 0;
   background: #F6F700;
   position: relative;
}
#menu li ul 
{
	position: absolute;
	top: 0;
	width: 100%; 
	left: 100%;
	margin-left: -1px;
	display: none;
}
#menu ul.short ul, ul.long ul, ul.longer ul
{
	width: 125px;
}
#menu ul li a, #menu ul li span
{
	display: block;
	text-decoration: none;
	color: #000000;
	font-size : 12px;
	background: #F6F700; /* IE6 Bug */
	padding: 3px 3px 10px 10px;
	border-bottom: 1px solid #484848;
	border-right: ;
}
#menu ul li a:hover, #menu ul li span:hover 
{ 
   color: #F6F700;
   background-color: #000000; 
}

/* Fix IE. Hide from IE Mac \*/
 * html #menu ul li { float: left; height: 1%; }
 * html #menu ul li a { height: 1%; }
 * html #menu ul li span { height: 1%; }
/* End */


#menu ul ul,
#menu ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul
{display: block;}

#menu ul.long
{
	width: 190px;
}
#menu ul.longer
{
	width: 300px;
}
#menu ul.longest
{
	width: 330px;
}
/* ------- End-Menu ------------------------------------------------------------------- */
