.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 190px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(glossyback.png) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 145px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 135px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}



.glossymenu li a:hover{
background-image: url(glossyback2.png);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
body
{ 
background-image: url('bground.png');
background-repeat: no-repeat;

background-position: 0% 0%; 
background-color:white; 
}

p, h, h1, h2, h3, table, li, hr
{
margin-left: 0pt;
}

p,li,th,td
{
font-size: 85%;
}

p,h,h1,h2,h3,
{
font-family:verdana;
}


h,h1,h2,h3,hr
{
color: rgb(00,00,00);
}

a:link {color: blue;}
a:visited {color: red;}
a:active {color: rgb(40,200,40);}
a:hover {color: rgb(40,200,40);}

a.content:link {color: seashell;}
a.content:visited {color: seashell;}
a.content:active {color: seashell;}
a.content:hover {color: papayawhip;}

