

.smd_lately ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
                width:100%;
		}

.smd_lately  ul li:before {
		content: "\00BB \0020";
		}

.smd_lately  a {
       color:#000000;
       text-decoration:none;    
       font-weight:normal;
       font-size:1em;
       line-height:1.75em;
}

.smd_lately  a:visited {
        color:gray;

}

.smd_lately  ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
                width:100%;
		}

.smd_lately  ul li:before {
		content: "\00BB \0020";
		}



/* ====== VIDEO ===== */

.video_wrap						{ float: left; width: 270px; height: 100%; margin: 0 0 15px 21px; padding: 10px; background: #fff; border: 1px solid #ccc; display: inline; }
.video_wrap p					{ font-size: 1.2em; padding: 5px 3px 0 0; }

#footer a {
     padding:0 2em 0 2em;
    color:#ffffff;
}

#footer p {
     text-align:left;
}

.picapp img {
       width:195px;
       margin:0 auto;
       
}

.picappStory img {
       width:220px;
       margin:0 auto;
}

.picappFront img {
       width:577px;
       margin:0 auto;
}

.picappMorgue img {
       width:100px;
       margin:0 auto;
}

.inside h1 {
    font-size:9px;
}


.section_list {
list-style-type: none;
}

/* ====== LINKS ===== 

h1 a, h2 a, h3 a, h4 a, h5	 	{ margin-bottom: 15px; color: #000; }
h1 a						{ font-size: 2.2em; }
h2 a						{ font-size: 1.8em; }
h3 a						{ font-size: 1.3em; }
*/


/*NEWSLETTER FORM */

.zemContactForm {
      padding:0px;
      margin:0px;
      margin-top:-1em;
}

#feature {
      background: url(http://www.footymatters.com/images/content-bg.png) repeat;
}


#navigation {
  z-index: 101;
  position:relative;
}


/* ====== NAVIGATION ===== */

#navigation					{ width: 960px; height: 50px;  background: url(../images/nav-bg.gif) no-repeat; }
ul.dropdown                 { position: relative; }
ul.dropdown li              { float: left; zoom: 1;  }
ul.dropdown li a           	{ height: 50px; display: block; text-indent: -9999px; }
ul.dropdown li.hover,
ul.dropdown li:hover       	{ position: relative; }

ul li.home					{ width: 115px; background: url(http://www.footymatters.com/images/navigation/home.gif) no-repeat; }
ul li.articles				{ width: 108px; background: url(http://www.footymatters.com/images/navigation/articles.gif) no-repeat; }
ul li.news-stats			{ width: 132px; background: url(http://www.footymatters.com/images/navigation/news-stats.gif) no-repeat; }
ul li.forum					{ width: 108px; background: url(http://www.footymatters.com/images/navigation/forum.gif) no-repeat; }
ul li.video					{ width: 108px; background: url(http://www.footymatters.com/images/navigation/video.gif) no-repeat; }
ul li.review				{ width: 109px; background: url(http://www.footymatters.com/images/navigation/reviews.gif) no-repeat; }
ul li.community				{ width: 132px; background: url(http://www.footymatters.com/images/navigation/community.gif) no-repeat; }
ul li.join					{ width: 109px; background: url(http://www.footymatters.com/images/navigation/join.gif) no-repeat; }

ul li.home a.home-on, li.home a:hover				{ width: 115px; background: url(http://www.footymatters.com/images/navigation/home-on.gif) no-repeat; }
ul li.articles a.home-on, li.articles a:hover		{ width: 108px; background: url(http://www.footymatters.com/images/navigation/articles-on.gif) no-repeat; }
ul li.news-stats a.home-on, li.news-stats a:hover	{ width: 132px; background: url(http://www.footymatters.com/images/navigation/news-stats-on.gif) no-repeat; }
ul li.forum a.home-on, li.forum a:hover				{ width: 108px; background: url(http://www.footymatters.com/images/navigation/forum-on.gif) no-repeat; }
ul li.video a.home-on, li.video a:hover				{ width: 108px; background: url(http://www.footymatters.com/images/navigation/video-on.gif) no-repeat; }
ul li.review a.home-on, li.review a:hover			{ width: 109px; background: url(http://www.footymatters.com/images/navigation/reviews-on.gif) no-repeat; }
ul li.community a.home-on, li.community a:hover		{ width: 132px; background: url(http://www.footymatters.com/images/navigation/community-on.gif) no-repeat; }
ul li.join a.home-on, li.join a:hover				{ width: 109px; background: url(http://www.footymatters.com/images/navigation/join-on.gif) no-repeat; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 				{ width: 180px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 1; background: #fff; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
ul.dropdown ul li 			{ padding: 8px 0 8px 5px; border-bottom: 1px solid #ccc; float: none; }
ul.dropdown ul li a			{ height: auto; text-indent: 0; width: 100%; display: inline-block; color: #514f4c; font-size: 1.2em; } /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a:hover	{ background: none; color: #C41616; }	

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 			{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 	{ visibility: visible; }
