@charset "utf-8";
/* CSS Document */

a:hover, a:focus
{
outline:none;
}
.glossymenu{
/*margin: 5px 0;*/
padding:0px 0 0px 0;
width: 592px; /*width of menu*/
/*border: 1px solid #9A9A9A;
border-bottom-width: 0;*/
float:left;
}

.glossymenu a.menuitem{
/*background: black url(glossyback.gif) repeat-x bottom left;*/
font: normal 12px Arial, Helvetica, sans-serif;
color: #af7503;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
float:left;
/*padding: 4px 0;
padding-left: 10px;*/
text-decoration: none;
/*border-bottom:1px solid #af7504;
padding:0px 0 2px 10px;*/
}

.seperator1
{
width:410px;
/*border-bottom:1px solid #e5e5e5;*/
position:relative;
margin-top:-15px;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #af7503;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
/*padding-left:15px;*/
/*right: 13px;*/
border: none;
right:-19px;
float:left;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*background: #f7f7f7;*/
padding:10px 0 0px 0;
width:410px;
font:normal 12px Arial, Helvetica, sans-serif;
color:#3b2700;
line-height:18px;
padding-left:182px;
float:left;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
font:normal 12px Arial, Helvetica, sans-serif;
color:#3b2700;
background-image:url(images/bullet.gif);
background-repeat:no-repeat;
background-position:0px 6px;
line-height:18px;
padding-left:10px;
padding-bottom:5px;
}


