.glossymenu{
margin: 5px 0;
padding: 0;
width: 515px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
/*background: black url(glossyback.gif) repeat-x bottom left;*/
background-color:#e3e1dc;
font: bold 12px Arial, Helvetica, sans-serif;
color: #535353;
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-bottom: 4px solid #f3f2ef;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
/*color: white;*/
color: #535353;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 7px;
left: 0px;
border: none;
}

.glossymenu a.menuitem:hover{
background-color:#e3e1dc;
color: #535353;
/*background-image: url(glossyback2.gif);*/
}

.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 blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: bold 12px Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}

.profile_defaulttext1
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#585858;
}
A.profile_defaultlink1:Link
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#585858;
text-decoration:underline;
}
A.profile_defaultlink1:Visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#585858;
text-decoration:underline;
}
A.profile_defaultlink1:Hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:underline;
}


TD.profile_divider_bg
{
background-image:url(../../content_images/aboutus/mgmt_profile_bg.gif);
background-repeat:repeat-x;
}