div.menu {
	float: left;
	width: 165px;
	margin: 0 0 0 7px;
}

div.inside div.menu {
	margin-top: 60px;
}

.menu ul {
	background-color: #fff;
	padding: 0;
	margin: 0;
}
	.menu ul li{
		float: left;
		list-style: none;
		padding: 0;
		margin: 0 0 1px 0;
		min-height: 26px;
	}

.menu ul a {
	display: block;
	height: 26px;
	margin: 0;
	padding: 0;
	padding-right: 166px;
}
	.menu ul a span {
		display: none;
	}
	.menu ul a.home {
		background: url(../img/home-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.church {
		background: url(../img/church-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.priests {
		background: url(../img/priests-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.infosheets {
		background: url(../img/infosheets-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.calendar {
		background: url(../img/calendar-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.blog {
		background: url(../img/blog-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.news {
		background: url(../img/news-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.faq {
		background: url(../img/faq-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.community {
		background: url(../img/community-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.contact {
		background: url(../img/contact-btn.gif) 0 0 no-repeat;
	}
	.menu ul a.newsletter {
		background: url(../img/newsletter-btn.gif) 0 0 no-repeat;
		height: 133px;
		display: block;
		
		
	}
	
	
	 /** ADDITIONAL BUTTONS**/

	.menu ul a.communitylinks {

		background: url(../img/communitylinks-btn.gif) 0 0 no-repeat;

	}

	.menu ul a.council {

		background: url(../img/councilofstgeorge-btn.gif) 0 0 no-repeat;

	}

	.menu ul a.links {

		background: url(../img/links-btn.gif) 0 0 no-repeat;

	}

	/** ADDITIONAL BUTTONS**/

	
	
	.menu ul a:hover {
		background-position: 0 -26px;
	}
	.menu ul a.newsletter:hover {
		background-position: 0 -133px;
	}
	
	.menu li.expand {
		background: #0389cd url(../img/menu-expand-bg.gif) 0 0 repeat-x;
		min-height: 169px;
	}
		.menu li.expand a.community {
			background: url(../img/menu-expand-header-community.gif) 0 0 no-repeat;
		}
		
		.menu ul li a {
    text-decoration: underline;
	
}
 

 
.submenu ul li a {
    text-decoration: none;
}
	
	div.submenu {
		background: none;
		width: 164px;
	}
		.submenu  ul {
			background: none;
			margin-right: 13px;
			#padding-bottom: 6px;
		}
		.submenu  ul li{
			float: none;
			display: block;
			min-height: 1px;
			padding: 0;
			margin: 0;
			#margin-top: -5px;
		}
		.submenu  ul li a{
			height: auto;
			text-align: right;
			margin: 0;
			padding: 0;
			width: 100%;
			text-transform: uppercase;
			color: #9dd7fc;
			font-size: 11px;
			font-weight: bold;
			line-height: 13px;
		}
		.submenu  ul li a:hover{
			color: #fff;
		}
