body {
    font-size: 0.75em;
    margin-left: 1em;
    margin-right: 1em;
    font-family:"trebuchet ms",arial,sans-serif;
    min-width: 60em;
    /* padding: 1px;
    color: #000000;
    background-color: #ffffff;
    text-align: left; */
}

a {
    color : black;
}
a:link {
    /* color : #0071f0; */ 
    /* color : #07f; */
    color: #698288;

}
a:visited {
    /* color : #30306f; */
    /* color: #698288; */
    color: #a0acb0;
}
a:hover {
    background-color:rgb(210,210,210);
}
a:link.ref {
}
a:visited.ref {
}

p {
    /* border-left: 10px solid #ffffff; */
    /* border-right: 10px solid #ffffff; */
    margin: 0 10px 0 10px;
    padding: 5px;
    /* text-indent: 20px; */
}
big {
}

hr {
}
hr.pagebreak {
    color: #000000;
}

img {
    border: 0;
}
img.latex {
    vertical-align: middle;
}
img.inline {
}

.dokmid h1, .dokmid h2 {
    text-align: left;
    margin-left: 0.5em;
}

.dokmid h1 {
    padding: .5em 0px;
    border-top: 1px solid #a0acb0;
}

.dokmid p.center {
	text-align: center;
}

.dokmid p.right {
	text-align: right;
}

.dokmid p.details {
	clear:both; 
	margin:-0.25em 0 1.0em 0;
	line-height:1.0em;
	font-size:110%;
}

.dokmid blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

blockquote.longquote {
}
blockquote.abstract {
}

.dokmid table {
	clear:both; width:600px; 
	margin:2.0em 0 0.2em 20px;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells:show;
	background-color:rgb(233,232,244);
}

table th.top {
      height:3.5em;
      padding:0 7px 0 7px;
      empty-cells:show;
      background-color:rgb(175,175,175);
      text-align:left;
      color:rgb(255,255,255);
      font-weight:bold;
      font-size:110%;
}
.dokmid table th {
	height:3.0em;
	padding:2px 20px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:left; color:rgb(80,80,80); font-weight:bold;
      font-size:110%;
}
.dokmid table td {
	height:3.0em;
	padding:2px 7px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:left;
	font-weight:normal;
	color:rgb(80,80,80);
	font-size:110%;
}
p.caption {
	  clear:both;
	  margin:0.5em 0 2.0em 20px;
	  text-align:left;
	  color:rgb(80,80,80);
	  font-size:110%;
}

/* unusable oswd tags
.dokmid ul {
	list-style:none;
	margin:0.5em 0 1.0em 0;
}
.dokmid ul li {
	margin:0 0 0.2em 2px;
	padding:0 0 0 12px;
	background:url(/img/oswd/bg_bullet_full_1.gif) no-repeat 0 0.5em;
	line-height:1.4em;
	font-size:120%;}
.dokmid ol {margin:0.5em 0 1.0em 20px !important /*Non-IE6*/;
	margin:0.5em 0 1.0em 25px /*IE6*/;}
.dokmid ol li {list-style-position:outside;
	margin:0 0 0.2em 0;
	line-height:1.4em;
	font-size:120%;}
*/

ul.Task {
    list-style-type: none;
}
li[class|=Task] {
}
li.Task-A {
}
li.Task-B {
}
li.Task-C {
}
li.Task-D {
}
li.Task-E {
}
li.Task-F {
}
li.done[class^=Task] {
    color: #606060;
    text-decoration: line-through;
}
span[class|=Task] {
    font-weight: bold;
    padding: 0 5px 0 5px;
    position: relative;
    right: 10px;
}
span.Task-A {
    background-color: #ff7f7f;
}
span.Task-B {
    background-color: #7fff7f;
}
span.Task-C {
    background-color: #7f7fff;
}
span.Task-D {
    background-color: #7fffff;
}
span.Task-E {
    background-color: #ff7fff;
}
span.Task-F {
    background-color: #ffff7f;
}
br.itempara {
}
p.itempara {
    border-left: 0;
    border-right: 0;
    padding: 0;
}

pre {
	margin-left: 40px;
	margin-right: 40px;
    padding: 5px;
}

pre.verbatim {
    background-color: #eaeaea;
    border-left: 5px solid #efefef;
}

div.code {
    background-color: #ffffff;
}

/* Tables */
div.table {
    /* text-align: center; */
    padding: 20px;
}
div.tableNote {
    /* text-align: center; */
}
table, tr, th, td {
    border-style: none;
    # background-color:#eaeaea;
    border-spacing: 0;
    color : black;
}
table {
    /* border-left: 10px solid #ffffff; */
    /* border-right: 10px solid #ffffff; */
    /* margin: 0 10px 0 10px; */
    margin: 0;
}
thead {
}
tfoot {
}
tr, th, td {
    padding: 2px;
    border: 1px solid #ffffff;
}
tr {
}
tr.head {
}
tr.foot {
}
tr.high {
}
th {
}
td {
}
td.head {
}
td.foot {
}
td.high {
}

/* Styled Tables */
.small {
}
.scriptsize {
}
.footnotesize {
}

.grid {
    background-color:#ffffff;
    border-collapse: collapse;
}
div.grid {
    border: 0;
}
th.grid, td.grid {
    border: 1px solid #000000;
    padding: 2px;
}

.formal {
    background-color:#ffffff;
}
div.formal {
    border: 0;
}
table.formal {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 0;
    border-right: 0;
}
thead.formal {
}
tfoot.formal {
}
tr.formal[class~="head"] {
}
tr.formal[class~="foot"] {
}
td.formal, th.formal {
    border: 0;
    padding: 2px;
}
th.formal[class~="head"] {
    border-bottom: 1px solid #000000;
}
td.formal[class~="foot"] {
    border-top: 1px solid #000000;
}

.box {
    background-color:#ffffff;
}
div.box {
    border: 0;
}
table.box {
    border: 1px solid #000000;
}
thead.box, tfoot.box {
    border: 1px solid #000000;
}
td.box, th.box {
    border: 0;
    padding: 2px;
}
th.box[class~="head"] {
    border-bottom: 1px solid #000000;
}
td.box[class~="foot"] {
    border-top: 1px solid #000000;
}
td.box[class~="high"] {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.overlay {
    background-color:#ffffff;
}
div.overlay {
    border: 0;
}
table.overlay {
    border: 1px solid #000000;
}
thead.overlay {
    background-color: #e0e0e0;
    border: 1px solid #000000;
}
tfoot.overlay {
    background-color: #eaeaea;
    border: 1px solid #000000;
}
tr.overlay[class~="head"] {
}
td.overlay, th.overlay {
    border: 0;
    padding: 2px;
}
th.overlay[class~="head"] {
    background-color: #e0e0e0;
    border-bottom: 1px solid #000000;
}
td.overlay[class~="foot"] {
    background-color: #eaeaea;
    border-top: 1px solid #000000;
}
td.overlay[class~="high"] {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #eaeaea;
}


/* htmlnavigation: Usage note */
.htmlnavigationnote {
    color: #888888;
}
p.htmlnavigationnote {
}
ul.htmlnavigationnote {
}
li.htmlnavigationnote {
}
hr.htmlnavigationnote {
    margin-top: 20px;
    /* border: 1px; */
}


/* Navigation bar */
a:link.navbarUrl, a:visited.navbarUrl {
    color : #7f607f;
}
a:link.navbarUrl {
}
a:visited.navbarUrl {
}
.navbar, .navmenu, .navgo {
    background: #ffffff;
    vertical-align: middle;
}
table.navbar {
    width: 100%;
    margin: 20px 0 20px 0;
}

td.navbar {
    text-align: center;
}
td.navmenu {
    width: 80%;
    text-align: left;
}
select.navmenu {
    width:250px;
    border:0;
}
p.navgo {
    border: 0;
    padding: 0;
    margin: 0;
}
button.navgo {
    border: 0;
}


/* Figure */
div.figure {
    text-align: center;
    padding: 20px;
}


/* Caption */
caption {
}
p.caption {
}


/* Title */
div.title {
    text-align: left;
    padding: 20px;
    margin: 20px 0 20px 0;
    border-top: 1px solid #ffe590;
    border-right: 10px solid #ffe590;
    border-left: 1px solid #ffe590;
    border-bottom: 5px solid #ffe590;
    background-color: #fff3d0;
}
p.title, p.author, p.authornote, p.date {
    margin: 0;
    border: 0;
}
p.title {
}
p.author {
}
p.authornote {
}
p.date {
}
hr.title {
    color: #f1f08f;
    background-color: #e4f8fc;
    border: 1px solid #f1f08f;
    padding: 1px;
    margin: 0 45% 0 45%;
}


/* Table of Contents etc. */
div.toc, div.lot, div.lof {
}
ul.toc, ul.lot, ul.lof {
}
li.toc, li.lot, li.lof {
    list-style-type : none;
    padding: 1px;
}

div.toc {
}
p.toc {
}
ul.toc, li.toc {
}
ul.toc {
}
li.toc {
}

div.lot {
}
p.lot {
}
ul.lot, li.lot {
}
ul.lot {
}
li.lot {
}

div.lof {
}
p.lof {
}
ul.lof, li.lof {
}
ul.lof {
}
li.lof {
}
hr.list {
    color:#f1f08f;
    background-color: #e4f8fc;
    border:1px solid #f1f08f;
    padding: 1px;
    margin: 0 45% 0 45%;
}

div#List_of_Examples * li {
    list-style-type : none;
    padding: 1px;
}
p.example {
    margin-top: 10px;
    font-weight: bold;
}

/* Mini Table of Dokmids */
#Contents { 
    position: absolute;
    top:50px; 
    left:0px; 
    padding:0px; 
    visibility:hidden; 
    margin:0px;
}

#ContentsBlock { 
    position: absolute;
    top:30px; 
    left:0px; 
    padding:0px; 
}

div.minitoc {
    max-height: 500px;
    background: #f1f1f1;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

h1.minitoc {
    margin: 0;
    padding: 5px;
    border: 0;
}
ul.minitoc {
}
li.minitoc {
}


/* Footnotes */
a:link.footnote, a:visited.footnote {
    vertical-align: top;
}
a:link.footnote {
}
a:visited.footnote {
}
div.footnotes {
    border-top: 1px dashed #888888;
    margin-top: 30px;
    padding-top: 10px;
}
p.footnotes {
    border-top: 1px solid #ffe590;
    padding-top: 10px;
    margin: 40px 40% 0 0;
}
ol.footnotes {
}
li.footnotes {
}


/* OpenOffice compatible footnotes */
.sdfootnoteanc {
    vertical-align: top;
    color: #30306f;
}
.sdfootnotesym {
    background-color: #e4f8fc;
    vertical-align: top;
    color: #30306f;
    margin-right: 4px;
}

.sdfootnote {
    /* margin-left: 5%; */
    /* margin-right: 5%; */
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 2px;
    margin-top: 2px;
}


/* Bibliography */
.bib, .bibLef, .bibRight {
    background-color:#ffffff;
}
table.bib {
    width: 100%;
}
td.bibLeft {
}
td.bib {
}
td.bibRight {
}
h1.bib {
}
p.bib {
    margin-left: 20px;
    text-indent: -20px;
}


/* Index */
h2.index {
}
p.indextoc {
}
dl.index {
}
dt.index {
}
dd.index {
}


/* Marker */
div.note, div.warning, div.caution, div.important {
    /* position: absolute; */
    /* left: 720px; */
    /* width: 100px; */
    /* background-color: #eaeaea; */
    /* background-color: #ffe590; */
    background-color: #fff3d0;
    /* background-color: #ffff00; */
}
p.note, p.warning, p.caution, p.important {
    padding: 5px;
    margin: 0;
}
p.note {
    border-left: 10px solid #ffff00;
    border-right: 10px solid #ffff00;
}
p.warning {
    border-left: 10px solid #cf0000;
    border-right: 10px solid #cf0000;
}
p.caution {
    border-left: 10px solid #ef4f00;
    border-right: 10px solid #ef4f00;
}
p.important {
    border-left: 10px solid #009f9f;
    border-right: 10px solid #009f9f;
}

em.marker {
    color : #910000;
    background-color: #ffff00;
}
span.marker {
    position: absolute;
    left: -25px;
    width: 60px;
    text-align: right;
}


/* Header, Footer */
.header, .footer {
    background-color:#eaeaea;
    border: 0;
}
div.header, div.footer {
}
table.header, table.footer {
    width: 100%;
}
thead.header, thead.footer {
}
tr.header, tr.footer {
}
th.header, th.footer {
}
td.header, td.footer {
}
p.header, p.footer {
}

/* Validate HTML */
div.pageicons {
    text-align: right;
    margin: 10px;
}
.validhtml {
    background-color:#ffffff;
}
table.validhtml {
}
tr.validhtml {
}
td.validhtml {
}


/* ProgressBar */
.progressBar {
    max-width: 150px;
}
div.progressBar {
    background-color: #dfdfff;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
table.progressBar {
    table-layout: fixed;
    min-width: 130px;
    border: 1px solid #30306f;
    padding: 0;
    margin: 2px 4px 2px 4px;
}
td.progressBarDone, tr.progressBarDone {
    border: 0;
    background-color: #ffe590;
}
td.progressBarToBeDone, tr.progressBarToBeDone {
    border: 0;
    background-color: #dfdfff;
}
span.progress {
    color: #30306f;
}

li.todo[class~="plus"] {
    list-style-type: none;
}
li.todo[class~="plus"]:before {
    font-weight: bold;
    content: "[TODO]";
    color: #ff0000;
    background-color: #ffff00;
}
li.todo[class~="dash"] {
    list-style-type: none;
    text-decoration:line-through;
    color: #555555;
}
li.todo[class~="dash"]:before {
    font-weight: bold;
    content: "[DONE]";
}

iframe {
    border: 0;
}

.bold {
    font-weight: bold;
    font-style: normal;
}


div.comment {
    margin: 40px 80px 10px 80px;
    font-size: 80%;
    line-height: 135%;
}
span.comment_author {
    font-weight: bold;
}
span.comment_author:after {
    content: ": ";
}
span.comment_subject {
    font-weight: bold;
}
span.comment_date {
    font-style: italic;
    font-size: 70%;
}
div.comment_title {
}
div.comment_text {
    margin: 0 0 0 20px;
}
div.comment_form {
    margin: 40px 80px 5px 80px;
}
table.comment_form {
    border: 0;
}
tr.comment_form {
    border: 0;
}
td.comment_form {
    border: 0;
    vertical-align: top;
    font-size: 80%;
    line-height: 135%;
}

input, textarea {
    border: 1px solid #2f2f5f;
    font-size: 90%;
    line-height: 135%;
}
button {
    font-size: 90%;
    line-height: 135%;
}

/* Title of docuement, hover problem still exists*/
#doktit { /* color: #000066;*//*#1C2D95;*/
          /* color: #FFA500; */
          text-align: center; 
	  padding-top: .5em; 
	  padding-bottom: 1em; 
	  text-align: center;
	  font-family:"trebuchet ms",arial,sans-serif;
	  font-weight: bold;	  
	  /* font-size: large; */
}

#page-title {
    font-family: verdana,arial,helvetica,sans-serif;
    font-weight: normal;
    color: #7f0000;
    border-color: #a0acb0;
}

#doktop {
    width: 100%;
    height: 120px;
    /* border-bottom: 10px solid #cdd5d7; */
    background: transparent url(/eupat.png) no-repeat;
    overflow: visible;
}

/* Title of docuement, hover problem still exists*/
#doktop { /* color: #000066;*//*#1C2D95;*/
          /* color: #FFA500; */
          text-align: center; 
	  padding-top: 0;
	  padding-bottom: 0; 
	  text-align: center;
	  font-family:"trebuchet ms",arial,sans-serif;
	  font-weight: bold;	  
}
#doktop h1 {
	  font-size: 2.4em;
}
#doktop h2 {
	  font-size: 1.8em;
}
#doktop h3 {
	  font-size: 1.2em;
}

#doktop h1, #doktop h2, #doktop h3, #doktop h4, #doktop h5, #doktop h6  {
    margin-left: 200px;
    text-align: center;
}

.dokmid h1, .dokmid h2, .dokmid h3, .dokmid h4, .dokmid h5, .dokmid h6  {
    margin-left: 0px;
    text-align: left;
}

/*Short desription text of document */
#papri
{
  text-align: center;	
  font-style: italic; 
  font-size: small;
  margin-left: 1ex;
  right: 70%
}

#dokdes
{
  text-align: center;	
  font-style: italic;
  font-size: normal;
}

div#langs
{
  text-align: right;	
}

/* H1,H2,H3,H4,H5,H6 { font-family:"trebuchet ms",arial,sans-serif; } */

#dokmid { 
	margin-bottom: 2em; 
}

/* Dokument foot*/
#dokped { 
	border-top: 1px solid #a0acb0;
	margin-top: 1px;
	padding: 1ex;
	font-size: smaller;
}

#toprel { text-align: left;
	font-size: smaller } /* upper box for icons*/
#toparb { text-align: center;
	font-size: smaller }
#toparb1 { text-align: left;
	font-size: smaller }
/*background: #FFFFFF;
	border: 1px dashed #1C2D95}*/ /* upper box for links */
#pedarb { text-align: center;
	font-size: smaller;
	clear: both; }
#pednot { /*border-style: solid;*/ border-left-width: 2px;
padding: 1em;
/*background: #f3f3f3;*/
/* border: 3px solid #6699CC; */ border-right-width: 2px;
	border-color: #6699CC;
	font-size: smaller }
#pedbot { text-align: center }
#pedadr { text-align: right }

.sidepanel {
    padding: 0;
    background-color: white;
    border-right: 0;
    margin-left: 0.5ex;
}

.sidepanel h1, .sidepanel h2, .sidepanel h3, .sideBarTitle {
    text-align: left;
    /* margin: 0.5em; */
    /* color: #698288; */
    border-top: 1px solid #a0acb0;
    background-color: white;
    font-weight: bold;
    /* margin: 0.5em; */
    font-size: 1.5em;
    padding: .5ex 0em;
}

.sidepanel ul {
	padding-left: .5em;
	padding-right: .5em;
	margin: 0pt;
	/* font-size: 1em; */
	/* font-family:"trebuchet ms",arial,sans-serif; */
}

.sidepanel li {
    margin-bottom: .5ex;
    margin-left: 1ex;
    border-top: 1px dashed #a0acb0;
    font-weight: bold;
}

.sidepanel a:hover {
    background-color: rgb(210,210,210);
}


td.cText {
 text-align: right;	 
 font-weight: bold;
 width: 50%;
}

td.cInput {
 text-align: left;
 width: 50%;
}

/* screen.css */

/* ##### Common Styles ##### */

body {
  color: black;
}

a {text-decoration: none;
}

/* ##### Header ##### */
.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 0.8em;
  height: 2.4em;
}

/* ##### Side Bar ##### */

table.columnizer {
    width: 100%;
    margin-top: 0em; /* FIXME: remove if redundant */
    /* background-color: #ffffff; */
}

tr.columnizer {
    vertical-align: top;
    margin-top: 0em;  /* FIXME: remove if redundant */
}

td.nav {
    /* border-right:1px solid #0071f0; */
    /* border-left: 2px solid #c0b080; */
    /* border-right:1px solid rgb(100,100,100); */
    /* border-left: 1px solid rgb(100,100,100); */
    width: 120px;
    vertical-align: top;
    border-right: 1px solid #a0acb0;
}

td.newsticker {
    width: 240px;
    border-left: 1px solid #a0acb0;
    /* border-left: solid #888888 1px; */
    vertical-align: top;
}

td.dokdes {
    /* border-left: 1px solid #cdd5d7; */ /* #a0acb0; */ 
    text-align: left;
}

td.dokmid {
    text-align: left;
    vertical-align: top;
    font-size: 1.2em;
    padding: .5ex .5em;
}

.sidebar {
    padding: 0;
    background-color: white;
}

.sidebar ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0.5em;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.6ex;
  padding-left: 1em;
  padding-bottom: 0.6ex;
  font-size: 90%;
}

.sidebar .int {
  border-top: 1px dashed #a0acb0;
}

.sidebar li {
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  text-decoration: none;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

.sidebar a, .current {
  text-decoration: none;
/*  padding: 0.25em 1ex 0.25em 5mm;*/
/*  display: block;*/
}

.sidebar .ekso a {
  font-size: 80% ;
  color: rgb(210,210,210);
}
.sidebar .ekso a:hover {
  color: white ;
  background-color: rgb(210,210,210) ;
}

.current {
  color: rgb(253,160,91);
  border-top: 1px solid rgb(253,160,91);
  border-bottom: 1px solid rgb(253,160,91);
  
}

.sideBarText {
  line-height: 0.5em;
/*  margin: 0 0 1em 0;
  padding: 0 0.5ex 0 2.5mm;
  display: block;
*/
}

#sidebar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#sidebar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

#iconbar {
	clear: both;
	float: right;
	margin: 5px 5px 5px 10px;
	padding: 0;
	white-space: nowrap;
}

*[dir="rtl"] #iconbar {
	float: right;
	margin: 5px 10px 5px 0;
}

#iconbar li {
	display: inline;
	padding: 0;
	margin: 0 2px;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

/*Drop-down menu*/
#dropdown {
      border:none; 
      /* background: transparent; */
      /* background: transparent url(/img/oswd/bg_head_bottom_nav.jpg); */
      /* color: rgb(75,75,75); */
      /* font-size:100%; */
      float: right;	
} /*Color navigation bar normal mode*/

#dropdown ul {
      list-style-type:none;
}
#dropdown ul li {
      float:left; 
      position:relative; 
      z-index:auto !important /*Non-IE6*/; 
      z-index:1000 /*IE6*/; 
      /* border-right:solid 1px rgb(175,175,175); */
}
#dropdown ul li a {
      float:none !important /*Non-IE6*/; 
      float:left /*IE-6*/;
      display:block;
      /* height:3.1em; */
      line-height:3.1em; 
      padding:0 16px 0 16px;
      text-decoration:none;
      font-weight:bold;
      color: #698288;
}

#dropdown ul li ul {
      display:none; 
      border:none;
}

/*Non-IE6 hovering*/
#dropdown ul li:hover a {
      background-color:rgb(210,210,210);
      text-decoration:none;
}  /*Color main cells hovering mode*/

#dropdown ul li:hover ul {
      display:block;
      width:10.0em; 
      position:absolute;
      z-index:999; 
      top:3.0em; 
      margin-top:0.1em; 
      left:0;
}

#dropdown ul li:hover ul li a {
      display:block; 
      width:10.0em;
      height:auto; 
      line-height:1.3em;
      margin-left:-1px;
      padding:4px 16px 4px 16px;
      border-left:solid 1px rgb(175,175,175);
      border-bottom: solid 1px rgb(175,175,175);
      background-color:rgb(237,237,237);
      font-weight:normal;
      /* color:rgb(50,50,50); */
} /*Color subcells normal mode*/

#dropdown ul li:hover ul li a:hover {
      background-color:rgb(210,210,210);
      text-decoration:none;
} /*Color subcells hovering mode*/

/*IE6 hovering*/
#dropdown table {
      position:absolute; 
      top:0; 
      left:0;
      border-collapse:collapse;
}

#dropdown ul li a:hover {
      background-color:rgb(210,210,210);
      text-decoration:none;
} /*Color main cells hovering mode*/

#dropdown ul li a:hover ul {
      display:block;
      width:10.0em;
      position:absolute;
      z-index:999;
      top:3.0em; 
      left:0; 
      margin-top:0.1em;
}

#dropdown ul li a:hover ul li a {
      display:block; 
      width:10.0em;
      height:1px;
      line-height:1.3em;
      /* padding: 4px 16px 4px 16px; */
      /* border-left:solid 1px rgb(175,175,175); */
      /* border-bottom: solid 1px rgb(175,175,175); */
      background-color:rgb(237,237,237);
      font-weight:normal;
      color:rgb(50,50,50);
} /*Color subcells normal mode*/

#dropdown ul li a:hover ul li a:hover {
      background-color:rgb(210,210,210);
      text-decoration:none;
} /*Color subcells hovering mode*/


