/* Begin */
body{
	 font-family: courier, Lucida Console, Verdana;
	 font-size: 1em;
	 color: #00DD00;
	 background-color: #000000;
	 text-indent: 0px;
	 margin-left: 80px;
	 margin-right: 10px;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 border-left: 0px solid #777777;
	 border-right: 0px solid #777777;
	 border-top: 0px solid #777777;
	 border-bottom: 0px solid #777777;
	 width:1024px;
	 }
div.footer{
     font-family: inherit;
	 font-size: .7em;
	 color: #4EA6DD;
	 padding-left: 40px;
	 padding-right: 20px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 text-align:left;
	 }
   h1{
     font-family: inherit;
	 font-size: 2em;
	 color: #4EA6DD;
	 text-align:center;
	 }
   h2{
     font-family: inherit;
	 font-size: 1.5em;
	 color: #DD0000;
	 text-align:left;
	 }
   h3{
     font-family: inherit;
	 font-size: 1.2em;
	 color: #DDDD00;
	 text-align:left;
	 }
   hr{
  	background: #777777;
  	margin-width: 100%;
  	margin-height: 2px;
  	border-left: 1px outset #777777;
  	border-right: 1px outset #777777;
  	border-top: 1px outset #777777;
  	border-bottom: 1px outset #777777;
     }
table{
	 font-family: inherit;
	 font-size: 1em;
	 color: #00DD00;
	 background: #000000;
	 text-indent: 0px;
	 margin-left: 20px;
	 margin-right: 20px;
	 margin-top: 20px;
	 margin-bottom: 20px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 0px;
	 padding-bottom: 20px;
	 border-left: 4px solid #666666;
	 border-right: 4px solid #666666;
	 border-top: 2px solid #666666;
	 border-bottom: 2px solid #666666;
	 width:800px; 
	 }
  th{
	 font-size: 1em;
	 color: #AAAAAA;
	 background: #666666;
	 width:800px;
	}
  th.nav{
	 font-size: 1em;
	 color: #AAAAAA;
	 background: #666666;
	 width:200px;
	}
  th.term{
	 font-size: 1em;
	 color: #AAAAAA;
	 background: #666666;
	 text-align:left;
	 width:100%;
	}
  td{
	 vertical-align:top;
	 font-size: 1em;
	 color: #00DD00;
	 background: #000000;
	 text-indent: 0px;
	 border-left: 2px solid #0000000;
	 border-right: 2px solid #000000;
	 border-top: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 padding-left: 6px;
	 padding-right: 80px;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 width:800px;
     }
  td.nav{
	 vertical-align:middle;
	 font-size: 1em;
	 color: #DDDD00;
	 background: #000000;
	 text-indent: 0px;
	 border-left: 2px solid #0000000;
	 border-right: 2px solid #000000;
	 border-top: 1px solid #000000;
	 border-bottom: 1px solid #000000;
	 width:200px;
     }
input{
	 font-size: 1em;
	 color:inherit;
	 background: #000000;
	 border-left:none;
	 border-right: 0px solid #000000;
	 border-top: 0px solid #000000;
	 border-bottom: 0px solid #00DD00;
	 }
  pre{
     font-family: inherit;
	 color: #DDDDDD;
	 background: #000000;
	 border-left: 2px solid #FF0000;
	 border-right: 2px solid #FF0000;
	 border-top: 2px solid #FF0000;
	 border-bottom: 2px solid #FF0000;
	 padding-left: 20px;
	 padding-right: 20px;
	 padding-top: 20px;
	 padding-bottom: 20px;
	 }
/* End */

/* Menu Begin */
/*** ESSENTIAL STYLES ***/
.top-menu-menu, .top-menu-menu * {
   margin:0;
   padding:0;
   list-style:none;
}
.top-menu-menu {
   margin:10px 0 0 20px; /* top right bottom left */
   line-height:1.0;
}
.top-menu-menu ul {
   position:absolute;
   top:-999em;
   width:10em; /* submenu item width - offest below must match */
}
.top-menu-menu li {
   width:auto; /* Default to 'auto'. If specified, the submenu item width and offset must match */
}
.top-menu-menu li a {
   text-align:left;
}
.top-menu-menu li li a {
   text-align:left;
}
.top-menu-menu ul li {
   width:100%;
}
.top-menu-menu li ul  {
   display:none;
}
.top-menu-menu li:hover ul  {
   display:block;
}
.top-menu-menu li li ul  {
   display:none;
}
.top-menu-menu li:hover li:hover ul  {
   display:block;
}
.top-menu-menu li:hover {
   visibility:inherit; /* fixes IE7 'sticky bug' */
}
.top-menu-menu li {
   float:left;
   position:relative;
}
.top-menu-menu a {
   display:block;
   position:relative;
}
.top-menu-menu li:hover ul,
.top-menu-menu li.sfHover ul {
   left:0;
   top:26px; /* match top ul list item height */
   z-index:2;
}
ul.top-menu-menu li:hover li ul,
ul.top-menu-menu li.sfHover li ul {
   top:-999em;
}
ul.top-menu-menu li li:hover ul,
ul.top-menu-menu li li.sfHover ul {
   left:10em; /* submenu offest - must match ul width above */
   top:0;
}
ul.top-menu-menu li li:hover li ul,
ul.top-menu-menu li li.sfHover li ul {
   top:-999em;
}
ul.top-menu-menu li li li:hover ul,
ul.top-menu-menu li li li.sfHover ul {
   left:10em; /* submenu offest - must match ul width above */
   top:0;
}

/*** DEMO SKIN ***/
.top-menu-menu {
   float:left;
   margin-bottom:1em;
	font-family: inherit;
	font-size:1em; 
	font-weight:normal;   /* bold or normal */
	font-style:normal; /* italic or normal */
}
.top-menu-menu a {
   border-right:0px solid #000000;
   border-top:0px solid #000000;
   border-bottom:0px solid #000000;
   padding:8px 15px;
   text-decoration:none;
}
.top-menu-menu li.first a { 
    border-left:0px solid #000000;
    }
.top-menu-menu a, .top-menu-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
   color:#00DD00;
}
.top-menu-menu a:hover, .top-menu-menu a:active  { /* visited pseudo selector so IE6 applies text colour*/
   color:#DDDD00;
}

.top-menu-menu li li a { 
    border:0px solid #000000; border-top-width:0; 
    }
.top-menu-menu li li li.first a { 
    border:0px solid #000000; 
    }
.top-menu-menu li {
   background:#000000;
}
.top-menu-menu li li {
   background:#000000;
}
.top-menu-menu li li li {
   background:#000000;
}
.top-menu-menu li:hover, .top-menu-menu li.sfHover,
.top-menu-menu a:focus, .top-menu-menu a:hover, .top-menu-menu a:active {
   background:#000000;
   outline:0;
}

.top-menu-menu li li a, .top-menu-menu li li a:visited { 
    color:#00DD00;
}

.top-menu-menu li li a:hover, .top-menu-menu li li a:active, .top-menu-menu li li a:focus { 
  color: #DDDD00;
} 

/*** arrows **/
.top-menu-menu a.sf-with-ul {
   padding-right:2.25em;
   min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
   position:absolute;
   display:block;
   right:.75em;
   top:1.05em; /* IE6 only */
   width:10px;
   height:10px;
   text-indent:-999em;
   overflow:hidden;
   background:url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
   top:.8em;
   background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
   background-position:-10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.top-menu-menu ul .sf-sub-indicator { background-position:-10px 0; }
.top-menu-menu ul a > .sf-sub-indicator { background-position:0 0; }
/* apply hovers to modern browsers */
.top-menu-menu ul a:focus > .sf-sub-indicator,
.top-menu-menu ul a:hover > .sf-sub-indicator,
.top-menu-menu ul a:active > .sf-sub-indicator,
.top-menu-menu ul li:hover > a > .sf-sub-indicator,
.top-menu-menu ul li.sfHover > a > .sf-sub-indicator {
   background-position:-10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
   background:url('../images/shadow.png') no-repeat bottom right;
   padding:0 8px 9px 0;
   -moz-border-radius-bottomleft:17px;
   -moz-border-radius-topright:17px;
   -webkit-border-top-right-radius:17px;
   -webkit-border-bottom-left-radius:17px;
}
.sf-shadow ul.sf-shadow-off {
   background:transparent;
}

/* Menu End */