/**  Menu Style **/

body
{ 
background-color: #f0f0f0;
}


#menu {
position:absolute;
width: 150px;
background: #eee;
}

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

#menu a, #menu h1, #menu h2 {
font: 16px/24px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h1 {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu h1:hover {
color: #a00;
background: pink;
}

#menu h2:hover {
color: #a00;
background: pink;
}

#menu a:hover {
color: #a00;
background: pink;
}

#menu li {
position: relative;
z-index:0
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 150%;
background: blue;
}

#menu ul ul ul {
position: absolute;
top: 0%;
left: 100%;
width: 150%;
}

#menu ul ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 150%;
}

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;}

/** End of menu **/


h2.pos_abs
{
font: 16px/24px arial, helvetica, sans-serif;
text-decoration: none;
position:relative;
left:15pc;
top:5pc;
z-index:0
}

a:ink {
color: blue;
text-decoration: none
}

a:visited {
color: blue;
text-decoration: none
}


