﻿.AspNet-Menu-Horizontal
{
	margin-left: 48px;
}
	.AspNet-Menu-WithChildren,
	.AspNet-Menu-Leaf 
	{
		background: url('../../images/line_header2.jpg') right no-repeat;	
		padding: 20px 10px 18px;
	}
		.AspNet-Menu-WithChildren a,
		.AspNet-Menu-Leaf a 
		{
			text-decoration: none;
			color: #000 !important;
		}
		.AspNet-Menu-WithChildren a:hover,
		.AspNet-Menu-Leaf a:hover 
		{
			text-decoration: underline;
		}
			ul.AspNet-Menu ul 
			{
				width: 220px;			
				background: #d5e2e6;
				border: 1px solid #78706e;
				border-bottom: none;
				top: 50px;
				left: 0px;
			}
				ul.AspNet-Menu ul li 
				{
					clear: both;
					background: none;
					padding: 0px;
					border-bottom: 1px solid #78706e;
					width: 220px;
				}
					ul.AspNet-Menu ul li a 
					{
						display: block;
						background: url('../../images/bullet.gif') 12px center no-repeat;		
						padding: 8px 10px 9px 27px;
						font-weight: normal;
						text-decoration: none !important;
					}
					ul.AspNet-Menu ul li a:hover 
					{
						background: #3565a6 url('../../images/bullet01.gif') 12px center no-repeat;		
						color: #fff  !important;
						font-weight: bolder;
					}
					ul.AspNet-Menu ul ul 
					{
						top: 0px;
						left: 220px;
					}