.glossymenu{
/*margin: 0 auto;*/
	padding: 0px;
	width:170px;    
	clear:both;	    
/*
	position:relative;
	lef2px;
	top:10px;
	*/	
	/*
	border-bottom-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;*/
}

.glossymenu a.menuitem{
	background: url(/ResourcesNew/images/vertmnu/VertMnuDisplay.gif);/*color: white;*/
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	padding-top: 10px;
	text-shadow: #bbb 1px 1px 0px;
	text-transform:uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;	
	height:25px;
	cursor:pointer;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
/*color: white;*/
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
background-image: url(/ResourcesNew/images/vertmnu/VertMnuRollOver01.gif);
}
.glossymenu a.expanded
{
    color: #7d7e80 !important;
    background-image: url(/ResourcesNew/images/vertmnu/VertMnuClick.gif) !important;
}
.glossymenu a.expanded:hover{
    background-image: url(/ResourcesNew/images/vertmnu/VertMnuRollOver01.gif) !important;
}
.glossymenu a.collapsed
{
    color: #7d7e80 !important;
    z-index:10;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*background: white;*/
padding-left:4px;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-color:white;
width:159px;
}
.glossymenu div.submenu ul li{
/*border-bottom: 1px solid bl0e;*/
padding-top:2px;
padding-bottom:2px;
}
.glossymenu div.submenu01l{
	border-left:2px solid #afaf01;
	border-right:2px solid #a0afaf;
	width:161px;
	border-bottom:2px solid #fafafa;
	border-top:1px solid #cfcfcf;
	width:160px;
	border-top:1px solid #cfcfcf;	
    width:157px;
}
.glossymenu div.submenu ul{
	border:0px solid #afafaf;
}
.glossymenu div.submenu ul li a{
	display: block;
	/*color: black;*/
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica;
	color:#585659;	
	font-size:1.0em;    	
	font-family:Verdana;	
	font-style: normal;
	font-weight: normal;		
    text-decoration:none;
    font-variant: normal;
}

.glossymenu div.submenu ul li a:hover
{
    text-decoration:underline;
/*background: #ff6600;*/
/*color: white;*/
}
.bannerSection {
    margin-bottom: 20px;
    position: relative;
}
.bannerSection .adhint {    
  display: block;
  position: absolute;
  text-align:right;
  font-weight:normal;
  right:5px;
  bottom:-12px;  
  z-index:5;
  color:#bfbfbf;
  font-size:0.9em;
}
.SubHeaderAdHint {
    font-size:12px;
    color:#444;   
    font-weight:normal;
    text-transform:none;
    color:#6f6f6f;
    padding:0px;    
}
.SubHeaderAdHint a {
        color:#003399 !important;    
        text-decoration:underline;    
    }
.SubHeaderAdHint a:hover {
        color:#0066CC !important;        
        border-bottom:0px solid #efefef !important;
    }

.adhintMain {    
  display: block;
  text-align:center;
  font-weight:normal;
  color:#bfbfbf;
  font-size:0.9em;
  padding-bottom:5px;
}