/* Glossy left menu start */

.glossymenu{
	border-bottom-width: 0;
	border-right: 2px solid #F1F1F1;
	border: 1px solid #dadbdc;
	color: #FF0000;
	margin: 0;
	padding: 0;
	/*width:200px; /*width of menu*/*/
}

.glossymenu a.menuitem{
background:black url(images/glossyback.gif) repeat-x bottom left;
/*color:#414141;*/
display: block;
position:relative; /*To help in the anchoring of the ".statusicon" icon image*/
width:auto;
padding:4px 0;
padding-left:24px;
text-decoration: none;
height:18px;
line-height:18px;
font-weight:bold;
}


.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position:absolute;
top:7px;
left:5px;
border:none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
color: #414141;
}


.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: 0;
}

.glossymenu div.submenu ul li{
border-bottom:1px solid #d2d1d1;
}

.glossymenu div.submenu ul li a{
display: block;
font:normal 12px;
/*color: #494848;*/
text-decoration: none;
padding:1px 0;
padding-left:25px;
height:25px;
line-height:18px;
background:#f1f3f3 url(images/aerrow.gif) 10px 8px no-repeat;
}

.glossymenu div.submenu ul li a:hover{
background:#f1f3f3 url(images/aerrow.gif) 10px 8px no-repeat;
color: #990000;
}

.glossymenu div.submenu ul li a:active{
background:#f1f3f3 url(images/aerrow.gif) 10px 8px no-repeat;
color: red;
}



#dhtmltooltip{
font: bold 12px;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #329acf;
padding: 2px;
background-color: #ffffff;
visibility: hidden;
z-index: 100;


}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/* mouseover box effect end */

