
.glossymenu{
color:#333333;
margin: 0 ;
padding: 0;
width: 260px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.category{
/*background:url(bg1.gif) repeat-x bottom;*/
height:26px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0 0 10px;
text-decoration: none;
}

.glossymenu a.category:hover{
/*background:url(bg2.gif) repeat-x bottom;*/
color:#FF9900;
}

.glossymenu a.menuitem{
background:url(images/bull.png) left center no-repeat;
height:26px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 10px 0 0 25px;
text-decoration: none;
}
.glossymenu a.menuitem .aktif{
color:#FF0000;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
background:url(images/bull.png) left center no-repeat;
color: FF0000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
background:url(images/bull.png) left center no-repeat;
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background:url(images/bull.png) left center no-repeat;
color:#FF0000;
padding: 10px 0 0 25px;
margin:0 0 0 10px;
}


.glossymenu a.submenu{
/*background:url(bg2.gif) repeat-x bottom;*/
height:26px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0 0 20px;
text-decoration: none;
}

.glossymenu a.submenu:visited, .glossymenu .submenu:active{
/*background:url(bg2.gif) repeat-x bottom;*/
 
}

.glossymenu a.submenu .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.submenu:hover{
/*background:url(bg1.gif) repeat-x bottom;*/
color:#FF9900;
}




.glossymenu a.submenu2{
background:url(bg2.gif) repeat-x bottom;
height:26px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF9900;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0 0 30px;
text-decoration: none;
}

.glossymenu a.submenu2:visited, .glossymenu .submenu2:active{
background:url(bg2.gif) repeat-x bottom;
 
}

.glossymenu a.submenu2 .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.submenu2:hover{
background:url(bg1.gif) repeat-x bottom;
color:#ffff;
}