/**************** menu coding *****************/
#container {
width: 100%;
background-color: #9999cc;
margin: 1px auto;
color: #333333;
}

#header {
border-bottom: 1px solid gray;
}

#menu {
float:left;
width: 7em;
margin: 0;
padding-left: 1em;
padding-right: 1em;
background-color: #9999cc;
}

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

#menu li {
position: relative;
}

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

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

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

#menu a {
color: #000000;
background: #efefef;
text-decoration: none;
text-transform: uppercase;
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu a:link {
color: #0000ff;
background: #efefef;
}

#menu a:active {
color: #0000ff;
background: #efefef;
}

#menu a:visited {
color: #0000ff;
background: #efefef;
}

#menu a:hover {
color: #a00000;
background: #ffffff;
}

#menu h2 {
color: #ffffff;
background: #3333cc;
text-transform: uppercase;
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ffffff #ffffff #ffffff;
margin: 0;
padding: 2px 3px;
}

#menu h3 {
display: block;
border-width: 0px;
margin: 0;
padding: 0px;
color: #000000;
background-color: #9999cc;
}

#menu h4 {
color: #000000;
background: #ffffff;
}

#content {
margin-left: 9em;
margin-right: 1em;
margin-bottom: 1em;
background-color: #ffffff;
padding: 1em;
color: #330066;
font: 1em/1.1em arial, helvetica, sans-serif;
min-height: 0;  /* IE7 hack to give content div layout */
height: 1%;     /* IE6 and prior hack to give content div layout */
}

#footer
{
clear: both;
margin: 0;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

a.right {
text-align: right;
}

a.left {
text-align: left;
}

span.left {
float: left;
}

span.right {
position: absolute;
margin-left: 8.5em;
}

span.right2 {
position: absolute;
margin-left: 15.5em;
}

.prop {
height:800px;
float:right;
width:1px;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

.articletitle {
text-align: center;
font: 1.1em/1.3em arial, helvetica, sans-serif;
}