﻿
*
{
	padding:0px;
	margin:0px;
}

#Menu
{
	width:173px;
	float:left;
	display:block;
	margin-left:15px;
	font-family:Arial;
	font-size:12px;
}
	#Menu #TopUL
	{
		background:url(../images/menu_top.gif) top center no-repeat #d3eef9;
		padding-top:3px;
	}

	#Menu ul
	{
		/*background:url(../images/menu_top.gif) top center no-repeat #d3eef9;*/
		background-color:#d3eef9;
		padding:0px 4px 0 4px;
	}


		#Menu li
		{
			
			background:url(../images/pil_01.gif) 4px 9px no-repeat;
			list-style-type:none;
			border-bottom:solid 1px #A5C6D8;
			height:27px;
		}

			#Menu li a
			{
				text-decoration:none;
				color:#000;
				height:27px;
				line-height:27px;
				padding-left:20px;
				display:block;
			}

			#Menu li a:hover
			{
				text-decoration:none;
				color:#1B4B98;
				background:url(../images/rollover_01.jpg) center center no-repeat;
			}


		#Menu .MenuHeader
		{
			background:url(../images/menu_yellow.gif) center center no-repeat;
			border:none;
			font-weight:bold;
			line-height:27px;
			padding-left:20px;
		}
			#Menu .MenuHeader a
			{
				padding-left:0px;
			}
			#Menu .MenuHeader a:hover
			{
				padding-left:0px;
				background:none;
			}
			
		#Menu .LastMenuItem
		{
			border:none;
		}
		
	#Menu img
	{
		border:none;
	}
		
#Creditcards
{
	margin-bottom:6px;
	margin-left:7px;
	margin-top:4px;
}

.MenuBanners
{
	float:left;
}
#MenuBottom
	{
		height:10px;
	}
#MenuBottom ul 
	{			
		background:none;
		padding:0px;
	}
	#MenuBottom li
		{			
			background:none;
			list-style-type:none;
			border:0;	
			line-height:0px;
		}
	
