html {
background:#e9e9e9
}

body {
    font-family: Tahoma, sans-serif;
    text-align: left; margin: 0; padding: 0;
    font-size: 11px;
    color: #444444;
}

a {
    color: #111111;
}

img {
    border:0;
}

.link { color:#000; text-decoration:underline; display:inline;}

a:hover {
    color: #111111; text-decoration: none;
}


#content{
position:absolute;
top:0;
left:0;
height:500px;
width:100%;
padding:5px 0;
overflow:auto;
margin:0 0 0 0;
z-index:0;
}

#content h1
{
	padding:0 0 0 0px;
	color: #000000;
}

#content h2
{
	font-size: 30px;
	font-weight: bold;
	padding:0 0 0 30px;
	color: #000000;
}

#text{
padding:5px;
margin:0;
width: 60%;
left: 300px;
position: relative;
}

#pix{
padding:5px;
margin:0;
width: auto;
left: 50px;
top: 100px;
position: absolute;
}

#foot{
height:10px !important;
}


.slink, .slink a {
 padding: 3px;
 background: #000;
 color: #eee !important;
 font-size: 12px;
 font-weight: bold;
}



h1 {
    color: #000; font-size: 18px; font-weight: bold; text-decoration: none;
    margin-top: 10px;
}


hr {
    border: 1px solid #000;
}







li.liborder {
font-size:0px !important;
height:0 !important;
margin:0 !important;
padding:0 !important;
border-top:1px dotted #8291AD !important;
}

li.liborder:hover {
font-size:0px !important;
height:0 !important;
margin:0 !important;
padding:0 !important;
border-top:1px dotted #8291AD !important;
background:transparent !important;
}

/* style the outer div to give it width */
.menu {
position:absolute;
width:150px;
height:20px;
top:500px;
font-size:0.85em;
z-index:999;
}

/* 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:150px;
}

/* 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:150px;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited
{
display:block;
font-size: 10px;
text-decoration:none; 
color: #000; 
width:139px; 
height:20px;  
background: #e9e9e9; 
padding-left:10px; 
line-height:19px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
background:#ddd;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
background:#aaa;
}

.menu ul ul :hover > a.drop
{
background:#aaa;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited
{
background: #ddd;
}

/* style the third level hover */
.menu ul ul ul a:hover
{
background: #aaa;
}

. menu ul ul ul :hover > a
{
background: #aaa;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
visibility:hidden;
position:absolute;
bottom:20px;
left:0; 
width:150px;
z-index:1000 !important;
}

* html .menu ul ul
{
bottom:30px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
left:150px; 
bottom:0;
width:150px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
left:-150px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
background:#ddd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}

* html .menu ul ul a
{
font-size: 10px;
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
color:#000;
font-size: 10px;
background:#aaa;
}

.menu :hover > a, .menu ul ul :hover > a
{
color:#000;
font-size: 10px;
background:#aaa;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul
{
visibility:visible;
height:auto;
z-index:1000 !important;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}
