@charset "utf-8";
/* CSS Document */

.glossymenu{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px ;
width: 198px; /*width of menu*/
border: 1px solid #656565; /*accordion border*/
font-family:"Traditional Arabic";
font-size:16pt;
font-weight:bold;
line-height:22px;
}

.glossymenu a.menuitem{
background-color:#cccccc; /* bg unselected */
color: #0f204d; /* font */
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 192px;
Height: 28px;
padding:3px 6px 0px 0px;
/*padding-right: 6px;
padding-top: 3px;*/
text-decoration: none;
border-bottom:1px solid #969696; /*border of blocks */
}


.glossymenu a.menuitem:focus, .glossymenu a.menuitem:active{
	color: white; /* color font when selected */
	background-color:#656565; /*bg selected*/
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 0px;
border: none;
}

.glossymenu a.menuitem:hover{
background-color:#838181; /*bg of mouse over*/
}

.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: 0px;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Verdana";
color: black;
text-decoration: none;
padding: 0px 0px 0px 0px;

}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

