.glossymenu{
margin: 0px 0;
padding: 0;
width: 178px; /*width of menu*/
border: 1px solid #FFFFFF;
border-bottom-width: 0;
Float:left;
}
.glossymenu a.menuitem{
background: black url(http://www.seafoodtrainingtas.com.au/seaweb.nsf/glossyback.gif);
font: bold 12px "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;
height: 43px;
padding: 0px;
padding-left: 10px;
Margin:1px;
text-decoration: none;
line-height:28px;
}
.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(http://www.seafoodtrainingtas.com.au/seaweb.nsf/glossyback2.gif);
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #005A9D;
width: 170px;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 1px;
padding: 0;
}
.glossymenu div.submenu ul li{
border-bottom: 1px solid #000000;
list-style-type: none; 
}
.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
text-decoration: none;
padding: 1px 0;
padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
background: #005A9D;
text-decoration: underline;
colorz: white;
}
