@charset "iso-8859-1";

#browser {background: black; }
#main {background: url(stars.gif) #FFFFFF}
#header {background: #CC00FF; text-align: center; vertical-align: bottom}
#content {background: white; border: thin solid; border-left-color: #CC00FF; border-right-color: #CC00FF; border-top-color: #FFFFFF; border-bottom-color: #CC00FF}
#footer {background: white; text-align: center; border: thin solid; border-left-color: #CC00FF; border-right-color: #CC00FF; border-bottom-color: #CC00FF; border-top: #FFFFFF}
td.border {border: thin solid; border-left-color: #CC00FF; border-right-color: #ffffFF; border-bottom-color: #ffffFF; border-top: #FFFFFF; background: #FFFFFF}

.purpleheading {background: #CC00FF; text-align: center; font-weight: none;}

p {text-shadow: magenta; font: ; font-family: Bookman Old Style; color: #46468c; font-size: medium; font-weight: none;}

hr{ color: #CC00FF; width: 85%; height:0.5;}





/* xxxxxxxxxxxxxx  start menu DONOT edit below this line  xxxxxxxxxxxxxxxx*/
#menu {
width: 140px;

}

#menu ul {list-style: none; margin: 0; padding: 0;}

#menu a, #menu h2, #menu h3 {font: bold 13px arial, helvetica, sans-serif; display: block; border-width: 0px; margin: 0px; padding: 7px}
/* menu heading */ 
#menu h2 {color: #FFFFFF; background: url(menubutton_0.png); height: 17px;  text-transform: uppercase; font: bold 14px/16px arial, helvetica, sans-serif;}
/* menu body */ 
#menu h3 {color: #FFFFFF; text-decoration: none; height: 17px; background-image: url(button_0.png); background-position: left; font: bold 14px/16px arial, helvetica, sans-serif;}

#menu h3:hover {color: #000000; text-decoration: none; height: 17px; background-image: url(button_1.png); background-position: left; font: bold 14px/16px arial, helvetica, sans-serif;}


#menu a {color: #FFFFFF; background: url(button_0.png); text-decoration: none;}

#menu a:hover {color: #000000; background: url(button_1.png); text-decoration: none;}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%; 
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;}
div#menu ul ul li
{display: block;}

/* xxxxxxxxxxxxxx  end menu DONOT edit above this line xxxxxxxxxxxxxxxx*/

