.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 80%; /*width of menu*/
	text-align: left;
}
.glossymenu a.menuitem{
    background: #990000;
    font: bold 20px Georgia, "Times New Roman", Times, 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;
	border: 1px solid black;
	border-bottom: 0;
}
.glossymenu a.openmenu{
    background: #B84D1F;

}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
    color: white;
}
.glossymenu a.menuitem:hover{
    background: #CC3300;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
    background: #FFFFCC;
	border: 1px solid black;
	border-bottom: 0;
}
.glossymenu div.ajanlo{
    background: #CBAC6B;
	border: 1px solid black;
}
.glossymenu div.ajanlo p{
	color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: justify;
}
.glossymenu div.ajanlo a, .glossymenu div.ajanlo a:visited, .glossymenu div.ajanlo a:active{
	color: #340F01;
	font-weight: bold;
	text-decoration: none;
}
.glossymenu div.ajanlo a:hover{
	color: #993300;
	font-weight: bold;
	text-decoration: overline underline;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.glossymenu div.submenu ul li a{
    display: block;
    font: normal 13px Georgia, "Times New Roman", Times, serif;
    color: black;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
	width: auto;
}
.glossymenu div.submenu ul li a:hover{
	background: #FFCC66;
}
