/* CSS Document */
/**************** menu coding *****************/
#menu {
width: 200px;
background: #eee;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: 18px Arial, Helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #D3DCE6;
background: url(images/v4.jpg);
text-decoration: none;
}

#menu a:hover {
color: #A3ACB6;
background: url(images/v4.jpg) 0 -32px;
}

#menu a:active {
color: #A3ACB6;
background: url(images/v4.jpg) 0 -64px;
}

#menu li {
position: relative;
}

#menu ul ul {
position: relative;
top: 0;
width: 98%;
}

#menu ul ul a {
position: relative;
color: #AAAA00;
top: 0;
width: 98%;
text-indent: 15px;
}