
.menu_item{
	width: 175px;
	float: left;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	font-size: 12px;
	/*font-size: 13px;*/
}
.glossymenu{
    background: #FFFFFF;
/*margin: 5px 0;*/
padding: 0;
/*width: 150px; width of menu*/
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
width: 175px;
}

.glossymenu a.menuitem{
/*background: white url(glossyback.gif) repeat-x bottom left;*/
/*background-color: #CCCCFF; /*#99CC66;*/
font-family: Verdana;
font-size: 10px;
font-weight: bold;
color: #03406A;
display: block;
background: #DDDDEE;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 155px;
padding: 4px 0;
padding-left: 5px;
text-decoration: none;
margin: 0px;
margin-bottom: 1px;
}   


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
/*color: white;*/
text-decoration: none;
}



.glossymenu a.menuitem:hover{
	/*background-color: #FFB073;*/
text-decoration: underline;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
width: 160px;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
background: #FFFFFF;
padding: 0;
width: 160px;
}

.glossymenu div.submenu ul li{
    width: 160px;
/*border-bottom: 1px solid blue;*/
}

.glossymenu div.submenu ul li a{
display: block;
width: 155px;
text-decoration: none;
padding: 2px 0;
padding-left: 5px;
font-family: verdana;
font-size: 10px;
color: #240672;

}

.glossymenu div.submenu ul li a:hover{
text-decoration: underline;
}
