/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:840px; 
font-size:0.85em;
position:relative;
z-index:100;
font-family: "arial", verdana, courier, sans-serif ;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:140px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:140px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#ffcc66; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 1px 1px; 
background:#370000; 
padding-left:0px; 
line-height:29px; text-align:center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:140px;
width:129px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#370000; 
background:#FFCC66;

}
.menu :hover > a, .menu ul ul :hover > a {
color:#370000;
background:#FFCC66;
 
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:140px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
top:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:140px; 
top:0;
width:140px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-140px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:119px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:140px;
width:119px;
}




/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}






body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#000000;
}

#topsection{
background: #000000;
height: 90px; /*Height of top section*/
font-family: "lucida sans", verdana, courier, arial, sans-serif ;
}


#topsection h1{
margin: 0;
padding-top: 15px;
color: #FFCC66;
font-variant:small-caps;
}

#topsection h2{
margin: 0;
font-size:17px;
padding-top: 15px;
padding-left: 65px;
color: #FFCC66;
font-variant:small-caps;
}

#contentwrapper{
float: left;
width: 100%;
color:#FFCC66;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
margin-top: 10px;
font-size: 12px;
font-family: "arial", verdana, courier, sans-serif ;
}

#contentcolumn h1{
font-size: 18px;
font-variant:small-caps;
}
#contentcolumn h2{
font-size: 16px;
font-variant:small-caps;
}
#contentcolumn h3{
font-size: 16px;
}

#contentcolumn h4{
font-size: 14px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #370000;
color:#FFCC66;
font-size:11px;
font-family: "arial", verdana, courier, sans-serif ;
}

#footer{
clear: left;
width: 100%;
background: #000000;
color: #FFCC66;
font-size: 10px;
text-align: center;
padding: 4px 0;
line-height:normal;
font-family: "arial", verdana, courier, sans-serif ;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.noUnderline{text-decoration:none;}
.textLink{ color:#FFCC66}
.leftLink{color:#FFCC66}
.leftpadding{padding-left: 10px;}
.text10{font-size:10px;}
.text11{font-size:11px;}
em {color:#FFCC66;}