

#sitemap_top {
    background: #000000;
    height: 40px;
    width: 960px;
}

#sitemap_top_logo {
    height: 40px;
    width: 42px;
    float:left;
}

#sitemap_top_content {
    height: 40px;
    width: 900px;
    float:left;
}

.breadCrumb
{
    background:url(http://cache.g4tv.com/images/2007/electricplayground/bc_arrow_bg.gif) no-repeat;
    color:white;
    display:block;
    float:left;
    font-size:14px;
    height: 28px;
    padding:12px 10px 0 27px;
    width:50px;
}

a.breadCrumb_off:hover
{
    text-decoration:none;
}

.yello
{
    color:#fc0;
}

/* -------------------------------------------  */
/* Top Nav                                      */
/* -------------------------------------------  */

#sitemap_top_nav, #sitemap_top_nav ul {
    padding: 0;
	margin: 0;
	list-style: none;
}

#sitemap_top_nav li {
    height: 40px;    
    float:left;
    background: #000000 url(http://cache.g4tv.com/images/2007/electricplayground/sitemap_arrow.gif) no-repeat 0px 0px;
    padding: 0 10px 0 25px;
    font: 12px/40px arial bold;
    color: #ffffff;
}

#sitemap_top_nav li a {
    font: 12px/40px arial bold;
    color: #ffffff;
}

#sitemap_top_nav li a.yellow_text {
   color: #ffca05;
}

/* -------------------------------------------  */
/* Search                                       */
/* -------------------------------------------  */

#sitemap_search_container {

    height: 65px;
    width: 960px;
    background-color: #2d2d2d;
}

#sitemap_search {
    width: 141px;
    height: 23px;
    background: url(http://cache.g4tv.com/images/2007/electricplayground/search_bg.gif);
    float: right;
    margin: 20px 360px 0 0;
    display: inline; /* IE 6 Bug */
}

#sitemap_search #s {
    float: left;
    padding: 0;
    margin: 4px 0 0 5px;
    border: 0;
    width: 110px;
    background: none;
}

#sitemap_search #go {
    float: right;
    margin: 3px 5px 0 0;
}

/* -------------------------------------------  */
/* Content                                      */
/* -------------------------------------------  */

#sitemap_content {
    background: #2d2d2d url(http://cache.g4tv.com/images/2007/electricplayground/ep_content_bg.gif) repeat-y top;
    width: 960px;
    height: 235px;

}

#sitemap_content_left {
    width: 595px;
    margin: 0 0 0 30px;
    float: left;
    display: inline; /* IE 6 Bug */
}

#sitemap_content_right {
    width: 300px;
    margin: 0 0 0 30px;
    float: left;
    display: inline; /* IE 6 Bug */
}

.spacer {
    height: 20px;
    width: 960px;
    background-color: #2d2d2d;
    padding: 0;
}

/* -------------------------------------------  */
/* SiteMap Nav                                  */
/* -------------------------------------------  */

#sitemap_nav, #sitemap_nav ul, #sitemap_shows, #sitemap_shows ul  {
    padding: 0;
	margin: 0;
	list-style: none;
}

#sitemap_nav li {
    float: left;
    width: 115px;
}

#sitemap_shows li {
    float: left;
    width: 145px;
}

#sitemap_nav li a, #sitemap_shows li a  {
   color: #ffca05;
   font-weight: bold;
   line-height: 24px;
}

#sitemap_nav li li a, #sitemap_shows li li a {
   color: #ffffff;
   font-weight: normal;
   line-height: 24px;
}

#sitemap_nav li li li a {
   color: #ffffff;
   font-weight: normal;
   line-height: 12px;
}

#sitemap_nav li ul li ul
{ 
	background-color: black;
	clear: left;
	left: -9999px;
	list-style: none;
	margin: -50px 0 0 80px;
	padding: 10px 0px 10px 15px;
	position: absolute;
	width: 115px;
	z-index: 150000;
}



#sitemap_nav li li:hover ul, #sitemap_nav li li.sfhoversm ul 
{ 
    left: auto;
	margin: -30px 0 0 80px;
	*margin: -10px 0 0 0px; /* IE Hack */
}



#sitemap_nav li ul li a.sub, #sitemap_nav li:hover ul li a.sub, #sitemap_nav li.sfhoversm ul li a.sub 
{ 
    padding-right: 20px;
	background-image:url(http://cache.g4tv.com/images/2007/electricplayground/SiteMap_sub.gif);
	background-repeat:no-repeat;
	background-position: 100% 0%;
}

