body	{
		margin:0px;
		padding:0px;
		background:url('images/bot.jpg') repeat-x bottom left; 
		}
td		{
		color:#000000;
		font-family:tahoma;
		font-size:14px;
		}
form 	{
		margin:0px;
		padding:0px;
		size:auto;
		}
ul		{
		margin:0px;
		padding:0px;
		list-style:none;
		}
ul li 		{
		height:16px;
		color:#124584
		}
ul a	{
		color:#000000;
		text-decoration:none
		}
ol		{
		margin:0px;
		padding:0px;
		list-style:none;
		}
ol li 		{
		height:16px;
		color:#124584
		}
ol a	{
		color:#000000;
		text-decoration:underline;
		}
b		{
		color:#000000;
		}
a		{
		color:#124584;
		text-decoration:underline;
		}
a:hover	{
		text-decoration:none;
		}
textarea{
		width:217px;
		height:69px;
		font-family:tahoma;
		font-size:11px;
		color:#000000;
		margin:0 0 0 3px;
		padding-left:4px;
		overflow:auto
		}
input	{
		width:217px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		color:#000000;
		margin:0 0 0 3px;
		padding-left:4px
		}
.line	{
		background:url('images/line2.gif') repeat-x top left;
		height:1px;
		width:157px
		}
.priv 	{
		color:#252525;
		margin:34 0 0 40px
		}
.priv a	{
		color:#252525;
		text-decoration:none;
		}
<style type="text/css">

.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback_new.gif) repeat-x bottom left;
font: bold 14px "tahoma","Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2_new.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid gray;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "tahoma", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

</style>