/* CSS Document */

html {
font: 12px tahoma, helvetica, sans-serif;
}

img {border-color: #202060;}


#menu {
width: 100%;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu a.drop {
font: 10px tahoma, helvetica, sans-serif;
   font-weight      : bold;
white-space      : nowrap;
background       : #202060;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000;
margin: 0;
padding: 3px 6px;
width: 12em;
text-decoration  : none;
}

#menu h2 {
color: #fff;
background      : #202060;
font: 11px tahoma, helvetica, sans-serif;
   white-space      : nowrap;
   font-weight      : bold;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000;
margin: 0;
padding: 4px 6px;
}


#menu h2:hover {
background: #404080;
}

#menu a {
color: #fff;
text-decoration: none;
}



#menu a.drop:hover {
color: #fc0;
background     : #404080;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 134px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

input.but {   font-family:'tahoma',helvetica,sans-serif;
   font-size:11px;
color:#ffffff;background-color:#202060;font-weight:bolder;
   border   : 1px solid #000000; padding: 1px 1px;
}

input.btn {   font-family:'tahoma',helvetica,sans-serif;
   font-size:9px;
color:#ffffff;background-color:#202060;font-weight:bolder;
   border   : 1px solid #000000; padding: 1px 1px;
}

   input.txt {   font-family:'tahoma',helvetica,sans-serif;
   font-size:13px;
color:#000000;background-color:#ccd;
   border   : 1px solid #000000;
}

   input.txt2 {   font-family:'tahoma',helvetica,sans-serif;
   font-size:11px;
color:#000000;background-color:#ccd;
   border   : 1px solid #000000;
}

.tbl
{
border:1px solid #202060;
background-color:#eeeeee;
border-collapse: collapse;
}
select.dropdown{font-family:tahoma, helvetica, sans-serif;
   font-size:14px;color:#000000;background-color:#dde;font-weight:bolder}

.top {background-color:#ccd; border:1px solid #202060;
font-family: Tahoma, Verdana, Arial Narrow;
font-size: 12px;}

td.list {	
border-width: 1px;
padding: 1px;
border-style: inset;
border-color: #202060;
font-family: Tahoma, Verdana, Arial Narrow;
font-size: 11px;}