/* Millennium Episode and Credits Guide CSS Sheet  */
/* (C)2007 Graham P. Smith Millennium-Thisiswhoare */

/* Silver C0C0C0 */
/* Gold F7B731 */
/* Old Grey  272727 - New 303030 */

body {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 62.5%;
 line-height: 1.4em; font-variant: normal; font-weight: normal; font-style: normal;
 color: #FFFFFF;
 background-color: #000000;
 margin: 0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
 text-align:center; /* Hack for IE5/Win */
 overflow: auto;
}

h1{
  line-height: normal;
  font-weight: normal;
  font-size: 1.3em;
  background-color: #000000;
  color: #FFFFFF;
  text-align: left;
  margin: 0px 2px 6px 2px;
  text-transform: uppercase;
}
h2{
  float: left;
  line-height: normal;
  font-weight: bold;
  font-size: 1.1em;
  background-color: transparent;
  color: #F7B731;
  text-align: left;
  margin: 2px 2px 6px 10px;
  text-transform: uppercase;
}

h3{
  float: left;
  line-height: normal;
  font-weight: bold;
  font-size: 1.3em;
  background-color: #000000;
  color: #FFFFFF;
  text-align: left;
  margin: 2px 2px 6px 10px;
  padding: 3px 0px 0px 0px;
  text-transform: uppercase;
}

a img {border: none; }

img {
  border: 0px none;
  padding: 0px 0px 0px 0px;
  margin: 3px 5px 3px 0px;
  vertical-align: top;
}

.imgfloatleft {
  border: 0px none;
  padding: 2px 10px 0px 0px;
  margin: 2px 3px 3px 3px;
  vertical-align: top;
  float: left;
}

.imgfloatright {
  border: 0px none;
  padding: 2px 10px 0px 0px;
  margin: 2px 3px 3px 3px;
  vertical-align: top;
  float: right;
}

.plainlink
{
  color: #F7B731;
  background-color: transparent;
  text-decoration: none;
  border: 0px none;
}

a, a:link
{color: #F7B731; background-color: transparent; text-decoration: none;}

a:visited
{color: #FFFFBF; background-color: transparent;}

a:hover
{border-bottom-style: solid; border-bottom-width: 1px;}

a:active, a:focus
{color: #FFFFFF; background-color: transparent; border-bottom-width: 1px;}

/* Navigation Menubar CSS */

#navcontainer
{
 background-color: #000000;
 margin: 0px auto 5px auto;
 padding: 16px 0px 0px 0px;
 height: auto;
 text-align: center;
 background-image: url(../images/gradient_nav.gif);
 background-repeat: repeat-x;
 background-position: 0px -2px;
}

#navcontainer ul
{
 display: inline;
 list-style: none;
 margin: 2px 0px;
 padding: 0px;
 border: none;
}

#navcontainer li
{
 display: inline;
 text-decoration: none;
 margin: -3px;
 padding: 0px;
 font-size: 1.1em; /* Navigation Menu Font Size */
 text-transform: uppercase;
}

#navcontainer li a, #navcontainer li a:link, #navcontainer li a:visited {
 display: inline;
 color: #000000;
 background: #F7B731;
 margin: 0px;
 padding: 2px 5px 2px 5px;
 border-top: 1px solid #565656;
 border-right: 1px solid #565656;
 border-bottom: 1px solid #474747;
 border-left: 1px solid #474747;
 position: relative;
 top: 2px;
}

#navcontainer li a:hover, #navcontainer li a:active {background: #FFFFBF;}

#navcontainer br {clear: both;}

/* Layout Divs */

.wrapper{
 margin-right: auto;
 margin-left: auto;
 margin-top: 0px;
 margin-bottom: 2px;
 padding: 0px 0px 0px 0px;
 width: 99%;
 background-color: #000000;
 color: #FFFFFF;
 overflow: hidden;
 text-align: left;
}

.imageheader{
 margin: 0px;
 padding: 0px 0px 0px 0px;
 background-color:#000000;
 color: #FFFFFF;
 height: 100px;
 width: auto;
 background-image: url(../../images/header2.gif);
 background-position: right;
 background-repeat: no-repeat;
}

#logoimage{
 margin: 0px;
 padding: 25px 0px 10px 10px;
 width: 364px;
 height: 52px;
}

.maincontent{
 font-size: 1.1em;
 text-align: left;
 background-color: #000000;
 color: #FFFFFF;
 line-height: 1.5em;
 width: 74%;
 height: 100%;
 margin: 2px 5px 5px 5px;
 padding: 5px 5px 5px 0px;
 clear: left;
}

/* maincontent2 is for pages like image.php episode stills gallery which do not use a third right hand column. */

.maincontent2{
 font-size: 1.1em;
 text-align: left;
 background-color: #000000;
 color: #FFFFFF;
 line-height: 1.5em;
 width: 100%;
 height: auto;
 margin: 2px 5px 5px 5px;
 padding: 5px 5px 5px 5px;
 clear: left;
}

.maincontent h1{
  line-height: normal;
  font-weight: bold;
  font-size: 1em;
  background-color: #000000;
  color: #F7B731;
  text-align: left;
  margin: 0px 2px 6px 2px;
}

.subject{
  line-height: normal;
  font-weight: normal;
  font-size: 1.1em;
  background-color: #000000;
  color: #F7B731;
  text-align: left;
  margin: 0px 2px 6px 2px;
}

.rightcontent{
 background-color: #000000;
 color: #FFFFFF;
 float: right;
 width: 20%;
 height: auto;
 padding-top: 5px;
 padding-bottom: 5px;
 margin-top: 5px;
 margin-left: 5px; /* Need to set body margin and padding to get consistency between browsers. */
 margin-right: 5px; /* Need to set body margin and padding to get consistency between browsers. */
 text-align: center; /* Hack for IE5/Win */
}

.rightcontent h1{
  line-height: normal;
  font-weight: normal;
  font-size: 1.1em;
  background-color: transparent;
  color: #C5C2BD;
  text-align: center;
}

.rightcontent p{font-size: 1em; line-height: 1.4em;}

.footer{
 clear: both;
 margin: 10px 0px 0px 0px;
 padding: 58px 5px 5px 5px;
 background-color: #000000;
 color: #C0C0C0;
 background-image: url(../images/footer_gradient.png);
 background-repeat: repeat-x;
}

.footer p{
  font-size: 1em;
  line-height: normal;
  text-align: left;
  background-color: transparent;
  color: #C0C0C0;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 2px 5px;
}

.footer a, .footer a:link
{color: #F7B731; background-color: transparent; text-decoration: none;}

.footer a:visited
{color: #F7B731; background-color: transparent; text-decoration: none;}

.footer a:hover
{color: #FFFFBF; background-color: transparent; text-decoration: none;}

.footer a:active, .footer a:focus
{color: #FFFFBF; background-color: transparent; text-decoration: none;}

/* Miniblocks - Content blocks on the right of the screen                              */
/* NB - Note use of 'important' tag which Firefox/Opera use but IE ignores             */
/* NB - Note use of 'width' in bl class which fixes glitches in IE. Don't set to auto! */

.miniblockwrapper {
  width: 100%; /* Fixes bug in IE7 so that all blocks are the same width independant of content. */
  float: right;
  margin-top: 10px;
  margin-left: 0px; /* Need to set body margin and padding to get consistency between browsers. */
  margin-right: 0px; /* Need to set body margin and padding to get consistency between browsers. */
  padding:0px;
  text-align: center; /* Hack for IE5/Win */
} /* Side margin of miniblocks */

.bl {background: 0 100% no-repeat #F7B731; color: #F7B732; width: 98%; }
.bl {background-image: url(../images/miniblock/bl.gif);}
.br {background: url(../images/miniblock/br.gif) 100% 100% no-repeat; }
.br {background-image: url(../images/miniblock/br.gif);}
.tl {background: url(../images/miniblock/tl.gif) 0 0 no-repeat;}
.tr {background: url(../images/miniblock/tr.gif) 100% 0 no-repeat; padding:10px}

.clear {font-size: 1em; height: 10px} /* ensure vertical gap between miniblocks */

.minititle {margin-bottom: 6px;}

.minititle h1{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: normal;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  background-color: transparent;
  color: #000000;
  text-align: left;
  margin: 0px auto 6px auto;
}

.minitext p, .minitext h1{
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: normal;
  background-color: transparent;
  color: #000000;
  text-align: left;
  margin: 0px auto 0px auto;
  padding: 0px 2px 4px 2px;
}

.minitext h1{font-weight: bold; text-transform: uppercase;}
.minitext a, .minitext a:link
{
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid;
}

.minitext a:visited
{
  color: #474747;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid;
}

.minitext a:hover
{
  color: #FFFFBF;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid;
}

.minitext a:active, .minitext a:focus
{
  color: #FFFFBF;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid;
}

.minitext ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0px auto 0px auto;
  padding: 0px 2px 4px 3px;
  text-align:left;
}

.minitext ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0px auto 0px auto;
  padding: 0px 2px 4px 3px;
  text-align:left;
}

.minitext li {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5em;
  background-color: transparent;
  color: #000000;
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0px;
}

.minitext input {
  background-color: #F7B731;
  color: #000000;
  font-size: 1em;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  border: 1px solid #000000;
  margin: 5px 2px 2px 2px;
}

.minitext input#news_search_textbox, .minitext input#search_textbox {background-color: #000000; color: #FFFFFF;}

.minitext select {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1em;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  margin: 5px 2px 2px 2px;
  border: 1px solid #000000;
}

.minitext label {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
  background-color: transparent;
  color: #000000;
}

/* Google feed controls - overide their CSS!                      */
#feedControl, #feedControl2, #feedControl3 {
  width : auto;
  height : auto;
  color:#000;
  background-color: transparent;
  text-align: left;
}
#feedControl .gfc-title, #feedControl .gfc-resultsHeader, #feedControl2 .gfc-title, #feedControl2 .gfc-resultsHeader, #feedControl3 .gfc-title, #feedControl3 .gfc-resultsHeader {display : none;}


/* Mainblocks - Main content blocks in main Div, not News Blocks!                      */
/* NB - Note use of 'important' tag which Firefox/Opera use but IE ignores.            */
/* NB - Note use of 'width' in bl class which fixes glitches in IE. Don't set to auto! */

.mainblockwrapper {
  float: left;
  width: 75%;
  padding-left: 0px;
  padding-right: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top:5px;
} /* Ensures content flows to right of mainblocks */

.mainbl {background: 0 100% no-repeat #303030; color: #303030; width: 99%;}
.mainbl {background-image: url(../images/mainblock/bl_grey.gif);}
.mainbr {background: 100% 100% no-repeat;}
.mainbr {background-image: url(../images/mainblock/br_grey.gif);}
.maintl {background: url(../images/mainblock/tl_grey.gif) 0 0 no-repeat}
.maintr {background: url(../images/mainblock/tr_grey.gif) 100% 0 no-repeat; padding:10px;}
.mainclear {font-size: 1px; height: 5px; clear: left;} /* ensure vertical gap between miniblocks */
.mainclear_right {font-size: 1px; height: 5px; clear: right;} /* ensure vertical gap between miniblocks */

.mainblockwrapper h1{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: normal;
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
  background-color: #303030;
  color: #F7B731;
  text-align: left;
  margin: 0px 2px 6px 2px;
}

.maintext p{
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.1em;
  background-color: transparent;
  color: #C0C0C0;
  text-align: left;
  margin: 0px 2px 6px 2px;
  padding: 5px 2px 0px 2px;
}

.maintext ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0px auto 0px auto;
  padding: 0px 2px 4px 10px;
}
.maintext li {
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.1em;
  background-color: #303030;
  color: #C0C0C0;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.maintext a, .maintext a:link
{color: #F7B731; background-color: #303030; text-decoration: none; border-bottom: 1px solid;}

.maintext a:visited
{color: #FFFFBF; background-color: #303030; text-decoration: none; border-bottom: 1px solid;}

.maintext a:hover
{color: #FFFFBF; background-color: #303030; text-decoration: none; border-bottom: 1px solid;}

.maintext a:active, .maintext a:focus
{color: #FFFFFF; background-color: #303030; text-decoration: none; border-bottom: 1px solid;}

.maintext input {
  background-color: #303030;
  color: #C0C0C0;
  font-size: 1.1em;
  line-height: normal;
  font-weight: normal;
  text-align: center;
  border: 1px solid #C0C0C0;
  margin: 5px 2px 2px 2px;
}

.maintext select {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  margin: 5px 2px 2px 2px;
  border: 1px solid #000000;
}

.maintext label {font-size: 1.1em; line-height: 1.5em; font-weight: normal; background-color: transparent; color: #C0C0C0;}

.breadcrumbs {
  line-height: normal;
  font-weight: normal;
  font-size: 1em;
  background-color: #000000;
  color: #FFFFFF;
  text-align: left;
  margin: 3px 2px 4px 2px;
  padding: 1px 2px 1px 2px;
}
.breadcrumbsClear {clear: left;}

.breadcrumbs a, .breadcrumbs a:link
{color: #F7B731; background-color: transparent; text-decoration: none; border-bottom: 1px solid;}

.breadcrumbs a:visited
{color: #FFFFBF; background-color: transparent; text-decoration: none; border-bottom: 1px solid;}

.breadcrumbs a:hover
{color: #FFFFFF; background-color: transparent; text-decoration: none; border-bottom: 1px solid;}

.breadcrumbs a:active, .breadcrumbs a:focus
{color: #FFFFFF; background-color: transparent; text-decoration: none; border-bottom: 1px solid;}

/* Newsblocks - News Content blocks in main Div                                        */
/* NB - Note use of 'important' tag which Firefox/Opera use but IE ignores             */
/* NB - Note use of 'width' in bl class which fixes glitches in IE. Don't set to auto! */

.newsblockwrapper {
  float: left;
  width: 75%;
  padding-left: 0px;
  padding-right: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top:5px;
} /* Ensures content flows to right of mainblocks */

.newsbl {background: 0 100% no-repeat #303030; color: #272728; width: 99%;}
.newsbl {background-image: url(../images/mainblock/bl_grey.gif);}
.newsbr {background: 100% 100% no-repeat;}
.newsbr {background-image: url(../images/mainblock/br_grey.gif);}
.newstl {background: url(../images/mainblock/tl_grey.gif) 0 0 no-repeat}
.newstr {background: url(../images/mainblock/tr_grey.gif) 100% 0 no-repeat; padding:10px;}
.newsclear {font-size: 1px; height: 5px; clear: left;} /* ensure vertical gap between miniblocks */

.newsblockwrapper h1{
  line-height: normal;
  font-weight: bold;
  font-size: 1.3em;
  background-color: #303030;
  color: #F7B731;
  text-align: left;
  margin: 0px 2px 6px 2px;
  text-transform: uppercase;
}

.newstitle h1 {font-size: 1.3em; font-weight: bold;}

.newstitle h1 a, .newstitle h1 a:link {background-color: #303030; color: #F7B731;}
.newstitle h1 a:visited{ background-color: #303030; color: #C0C0C0;}

.newstitle h1 a:hover{background-color: #303030; color: #FFFFBF;}

.newstitle h1 a:active, .newstitle h1 a:focus{ background-color: #303030; color: #FFFFFF;}

.newstext p{
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.1em;
  background-color: #303030;
  color: #C0C0C0;
  text-align: left;
  margin: 0px 2px 6px 2px;
  padding: 2px 2px 0px 2px;
}
.newstext ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0px auto 0px auto;
  padding: 0px 2px 4px 10px;
}
.newstext li {
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.1em;
  background-color: #303030;
  color: #C0C0C0;
  text-align: left;
  margin-bottom: 2px;
}

.newstext a, .newstext a:link
{color: #F7B731; background-color: transparent; text-decoration: none; border-bottom: 1px solid;}

.newstext a:visited, .newstext a:hover
{color: #FFFFBF; background-color: transparent;}

.newstext a:active, .newstext a:focus
{color: #FFFFFF; background-color: transparent;}

.thumbnail {
  width: 150px;
  height: 100px;
  border: 0px none;
  padding: 0px 0px 0px 0px;
  margin: 3px 5px 3px 0px;
  vertical-align: top;
}

.newsquoteblock {
  background-image: url(../images/ouro252x230.gif);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000000;
  color: #FFFFFF;
  margin: 5px;
  padding: 5px;
  border: 1px outset #303030;
}

.newsquoteblock p{
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.1em;
  background-color: transparent;
  color: #FFFFFF;
  text-align: left;
  margin: 0px 2px 5px 2px;
  padding: 3px 5px 0px 5px;
}

.newsquoteblock ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0px auto 0px auto;
  padding: 0px 2px 4px 10px;
}
.newsquoteblock li {
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.1em;
  background-color: transparent;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 2px;
}

.newsquoteblockclear {font-size: 1em; height: 5px; clear: left;} /* Ensure vertical gap between text quote blocks. */

/* Error blocks - Error Content Blocks in main Div                                     */
/* NB - Note use of 'important' tag which Firefox/Opera use but IE ignores             */
/* NB - Note use of 'width' in bl class which fixes glitches in IE. Don't set to auto! */

.errorblockwrapper {
  float: left;
  width: 75%;
  padding-left: 0px;
  padding-right: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top:5px;
} /* Ensures content flows to right of mainblocks */

.errorbl {background: 0 100% no-repeat #FF6633; color: #272728; width: 99%;}
.errorbl {background-image: url(../images/errorblock/bl.gif);}
.errorbr {background: 100% 100% no-repeat;}
.errorbr {background-image: url(../images/errorblock/br.gif);}
.errortl {background: url(../images/errorblock/tl.gif) 0 0 no-repeat}
.errortr {background: url(../images/errorblock/tr.gif) 100% 0 no-repeat; padding:10px;}
.errorclear {font-size: 1px; height: 5px; clear: left;} /* ensure vertical gap between miniblocks */

.errorblockwrapper h1{
  line-height: normal;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #FF6633;
  color: #000000;
  text-align: left;
  margin: 0px 2px 6px 2px;
}

.errortext p{
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.1em;
  background-color: #FF6633;
  color: #000000;
  text-align: left;
  margin: 0px 2px 5px 2px;
  padding: 2px 2px 0px 2px;
}

.errortext ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0px auto 0px auto;
  padding: 0px 2px 4px 10px;
}
.errortext li {
  line-height: normal;
  font-weight: normal;
  font-size: 1.1em;
  background-color: #FF6633;
  color: #000000;
  text-align: left;
  padding: 0px 0px 5px 0px;
}

.errortext a, .errortext a:link, .errortext a:visited
{color: #000000; background-color: #FF6633; text-decoration: none; border-bottom: 1px solid;}

.errortext a:hover, .errortext a:active, .errortext a:focus
{color: #FFFFFF; background-color: #FF6633;}

.break{clear: left;}
.stats{float: right;}

.stats p{
  font-size: 1em;
  line-height: normal;
  font-weight: normal;
  background-color: #000000;
  color: #C0C0C0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 2px 0px;
}

.statsClear {clear: right;}

/* TIWWA Board Statistics - Graham's improved CSS over tables.*/

.forum_analysis_wrapper{border: 0px none;}

.forum_analysis {
  border: 1px solid #000000;
  padding: 5px 5px 5px 5px;
  margin: 2px 0px 5px 0px;
}

.forum_analysis p{
  line-height: normal;
  font-weight: normal;
  font-size: 1em;
  background-color: transparent;
  color: #000000;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* Important - Leave this at the end because of inheritance! */

.plainlink{ border: 0px !important; }


/* Content - Styles for main part of site and its content */

.content h1{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: normal;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  background-color: transparent;
  color: #FFFFFF;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.content h2{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: normal;
  font-weight: bold;
  font-size: 1em;
  text-transform: none;
  background-color: transparent;
  color: #F7B731;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.redtext {background-color: transparent; color: #FF0066;}
.whitetext {background-color: transparent; color: #FFFFFF;}
.goldtext {background-color: transparent; color: #F7B731;}

.float_left {float: left; margin-right: 10px;}
.float_right {float: right; margin-left: 10px;}
.center {text-align: center;}


.clear_left {clear: left;}
.clear_right {clear: right;}
.clear_both {clear: both;}

/* Flash Screensaver Previews */

.flash_ss_preview{border: 0px none; float: left; margin-right: 10px;}

.flash_boxout_left {
  float: left;
  width: 230px;
  margin: 0px 10px 6px 0px;
  padding: 0px 10px 10px 10px;
  font-size: 1em;
  text-align: left;
  border: 0px none;
  background: #000000 url(../cmeacg/img/pane_bg.png);
  background-repeat: repeat-x;
  background-position: 0px -30px;
}

.contact_form label {
	display: block;
	padding-top: 10px;
}

.contact_form legend {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.contact_form fieldset {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
}

.sharesb{
clear:both;
position:relative;
border: 0px none;
padding:3px;
margin:15px 0px 0px 0px;
background: #000000 url(../images/nav_gradient.gif) repeat-x;
}

.sharesb p {
padding:0;
margin:0;
}

.sharesb p a{
position:absolute;
top:0px;
right:0px;
padding:3px 5px 0px 0px;
border: 0px !important;
}

.sharesb h3{
padding:0px 3px 0px 0px;
margin:0px 5px 0px 3px;
font-size:1em;
font-weight:normal;
  background-color: transparent;
  color: #C0C0C0;
}

.sharesb ul{
text-align:center;
list-style:none;
margin:6px 0px 4px 0px;
padding:0px;
}

.sharesb ul li{
text-align:center;
display:inline;
padding:0px 4px 6px 0px ;
}

.sharesb ul li.delicious{
padding:0 2px 0 2px;
background:url("../images/bookmark_icons/delicious.gif") no-repeat 0 0;
}

.sharesb ul li.digg{
padding:0 2px 0 2px;
background:url("../images/bookmark_icons/digg.gif") no-repeat 0 0;
}

.sharesb ul li.facebook{
padding:0 2px 0 2px;
background:url("../images/bookmark_icons/facebook.gif") no-repeat 0 0;
}

.sharesb ul li.stumbleupon{
padding:0 2px 0 2px;
background:url("../images/bookmark_icons/stumbleupon.gif") no-repeat 0 0;
}

.sharesb ul li a, .sharesb ul li a:link{
padding:0px 0px 0px 18px;
margin:0px 3px 0px 0px;
border: 0px !important;
color: #F7B731; background-color: transparent; text-decoration: none;
}

.sharesb ul li a:visited
{color: #FFFFBF; background-color: transparent;}

.sharesb ul li a:hover
{border-bottom: 1px solid;}

.sharesb ul li a:active, a:focus
{color: #FFFFFF; background-color: transparent; border-bottom-width: 1px;}

div#menu {
	position: relative;
	top: -3px;
    height:41px;
    background:url(../images/menu_images/main-bg.png) repeat-x;
	margin: 0px;
}

div#menu ul {
	margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
	border: none 0px !important;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #F7B731; border-bottom: none 0px !important;}
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/menu_images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(../images/menu_images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #FFFFFF;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(../images/menu_images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(../images/menu_images/lava.png) no-repeat right -44px !important;
    background-image: url(../images/menu_images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(../images/menu_images/lava.png) no-repeat top left !important;
    background-image: url(../images/menu_images/lava.gif);
    height: 44px;
    margin-right: 8px;
}
