.glossymenu{
margin-top: 10px;

padding: 0;
width: 700px; /*width of menu*/

border: none;
float: right;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}
.glossymenu a.menuitem{
background: url(../pliki/bg_belka.png) no-repeat ;
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: 700px;
height: 47px;
margin: 5px 0 auto;
padding: 0 0 0 0;
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: 20px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-position: 0 -47px;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #fff ;
}

.glossymenu div.submenu p{ /*DIV that contains each sub menu*/
background: none ;
text-align: justify;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000;
padding: 0 5px 0 5px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0 auto;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #9A9A9A;
display: block;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000;
text-decoration: none;
padding: 10px 0;
padding-left: 10px;
padding-right: 3px;
}

.glossymenu div.submenu ul li a{

font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #05414F;
text-decoration: none;
}

.glossymenu div.submenu ul li a:hover{
color: #05414F;
text-decoration: underline ;
}