#TheBigOne {
    width: 950px;
}

    #TheBigOne > ul {
        font-size: 0;
    }

    #TheBigOne ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    #TheBigOne li {
        display: inline;
    }

        #TheBigOne li.category {
            display: inline-block;
            font-size: 1rem;
            white-space: nowrap;
/*			overflow: hidden;*/
            padding: 5px 22px 5px 21px;
            width: 113px;
            background: #555; /* #606060; */
            border-left: 1px solid rgba(255,255,255,0.2);
            border-right: 1px solid rgba(0,0,0,0.2);
            position: relative;

        }
			#TheBigOne li.blog {
				width: 115px;
			}

            #TheBigOne li.category img.downchev {
                margin: 0 0 -4px 4px;
                height: 12px;
                width: 16px;
            }

            #TheBigOne li.category:hover {
                background: #555; /* 777 */
            }

            #TheBigOne li.category a {
                display: block;
                text-align: center;
                line-height: 2.0em;
                font-size: 1.2em;
                font-weight: 200;
              /*  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;*/

			/*font-family: 'Jockey One', sans-serif; */
			/* font-family: 'Cabin Condensed', sans-serif; */
			/* font-family: 'Russo One', sans-serif; */
			/* font-family: 'Baumans', cursive; */
			/* font-family: 'Oswald', sans-serif; */
			/* font-family: 'Carrois Gothic SC', sans-serif; */
			 font-family: 'Fjalla One', sans-serif;
                text-shadow: 0px 0px 3px rgba(0,0,0,1);
                text-decoration: none;
                color: #DDD;
            }

                #TheBigOne li.category a:hover {
                    text-shadow: 0px 0px 1px rgba(255,255,255,0.5);
                    color: #FFF;
                }

        #TheBigOne li.selected .submenu {
            height: 100%;
            z-index: 100; /* Places this menu above the carousel */
        }

            #TheBigOne li.selected .submenu li {
                display: block;
            }



        #TheBigOne li .submenu {
            height: 0px;
            border-collapse: collapse;
            position: relative;
            background: #333; /* 777 */
            border-left: 1px solid rgba(255,255,255,0.2);
            border-right: 1px solid rgba(0,0,0,0.2);
            left: -21px;
            top: 5px;
            display: table;
            padding: 0px;
        }

            #TheBigOne li .submenu li {
                display: none;
                padding-top: 0px;
                margin-top: 0px;
                text-align: left;
                padding: 0px;
            }
            #TheBigOne li .submenutitle {
                font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
                font-size: 1.0em;
		color: #EEE; /* none */
            }

                #TheBigOne li .submenu li a {
                    font-family: Tahoma, Verdana, Segoe, sans-serif;
                    font-size: 0.7em;
                }

            #TheBigOne li .submenu td {
                vertical-align: top;
                white-space: nowrap;
                padding: 0 3px 0 0;
            }

                #TheBigOne li .submenu td li a {
                    text-align: left;
                    padding: 0 0 0 4px;
                }

                #TheBigOne li .submenu td li.submenutitle {
                    text-align: left;
                    padding: 0 0 0 2px;
                    border-left: 1px solid rgba(255,255,255,0.2);
                    /*		            border-right: 1px solid rgba(0,0,0,0.2);*/
                }

            #TheBigOne .identify .submenu li {
                width: 185px;
            }

/* IE Hacks */
.ie6 #TheBigOne > ul li.category,
.ie7 #TheBigOne > ul li.category,
.ie8 #TheBigOne > ul li.category {
    font-size: 16px;
}
.ie8 #TheBigOne li.category {
    position: relative; /* Provide an anchor for absolutely positioned child elements */
}

.ie8 #TheBigOne li .submenu {
    position: absolute; /* Make submenu items absolutely positioned so they don't mess with the positioning of their parents */
    left: 0;
    top: 45px;
}

/* How many people are still using these browsers? This gets the site more or less functional, but it has a few display issues */
.ie6 #TheBigOne > ul li.category,
.ie7 #TheBigOne > ul li.category {
    zoom: 1;
    *display: inline;
}
/* END IE Hacks */

/* ONLY IMPLEMENT WHEN NEW MOBILE HEADER IS READY 

@media screen and (max-width: 700px) {
	#TheBigOne {
		display: none;
	}
}
*/

/* ADDED: Font formatting of MainContent */
#MainContent {
/* this font looks good - comes from http://comiccoverage.typepad.com/comic_coverage/2007/10/convention-tips.html */
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}