		#header ul a
		{
			text-decoration:none;
			display:block;
		}
		
		#header ul
		{
			margin:14px 0 0 0;
			padding:0;
			list-style: none;
		}
		
		#header ul li
		{
			float:left;
		}
		
		#header ul li a
		{
			padding:8px 24px;
			text-align:center;
			border-left:1px solid #963232;
			border-right:1px solid #1E0000;
			color:#b6b6b6;
			font-size:12px;
			white-space:nowrap;
		}
		
		#header ul ul a, #header ul ul ul a
		{
			display:block;
			border:1px solid #555;
			border-top:0px;
			padding:3px 10px;
			background:#333;
			color:#b6b6b6;
			text-align:left;
		}
		
		#header ul ul ul a
		{
			border-left:none;
		}
		
		#header li
		{
			position:relative;
		}
		
		#header ul ul
		{
			position:absolute;
			z-index:500;
			line-height:20px;
			height:20px;
			margin:0;
		}

		#header ul ul li
		{
			width:100%;
		}

		#header ul ul ul
		{
			position:absolute;
			top:0;
			left:100%;
			z-index:501;
		}
		
		#header ul ul,
		#header ul li:hover ul ul,
		#header ul ul li:hover ul ul
		{display:none}
		
		#header ul li:hover ul,
		#header ul ul li:hover ul,
		#header ul ul ul li:hover ul
		{display:block;}
		
		#header ul li a:hover
		{
			color:#fff;
			background:url(/_images/menu_bg_hover.png) repeat-x;
		}
		
		#header a.borderLeftDelete, #header h2.borderLeftDelete
		{
			border-left:none;
		}
		
		#header a.borderRightDelete, #header h2.borderRightDelete
		{
			border-right:none;
		}