.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #a6c100;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #6f8100;
border-bottom-width: 0;
Font-Family: Arial, Helvetica, MS Sans Serif, Tahoma;
color: white;
line-height: 30px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #a6c100;
width: 134px; /* default width for menu */
}

.anylinkcss-wide{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #6f8100;
border-bottom-width: 0;
Font-Family: Arial, Helvetica, MS Sans Serif, Tahoma;
color: white;
line-height: 30px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #a6c100;
width: 264px; /* default width for menu */
}


.anylinkcss ul, .anylinkcss-wide ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li, .anylinkcss-wide ul li {
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
background: #a6c100;
}

.anylinkcss ul li.new, .anylinkcss-wide ul li.new { /* list item for NEW menu item */
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
background: #a6c100
url(./images/psubmenu-NEW.png) right -1px no-repeat;
}

.anylinkcss ul li.ip { /* infromation portal */
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
background: #a6c100
url(./images/kb.icon.png) left -1px no-repeat;
}

.anylinkcss ul li.ip24 { /* infromation portal */
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
background: #a6c100
url(./images/information-portal.icon.sm.png) 10px 5px no-repeat;
}



.anylinkcss ul li a.explorer{
width: 100%;
display: block;
border-bottom: 1px solid #6f8100;
color: white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 11px;
font-size:13px;
}

.anylinkcss ul.explorer {
	width: 150%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}



.anylinkcss ul li a, .anylinkcss-wide ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #6f8100;
color: white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 11px;
font-size:13px;
}

.anylinkcss a:hover, .anylinkcss-wide a:hover{ /*hover background color*/
background: #8ead00;
color: white;
}

.anylinkcss ul li a:hover, .anylinkcss-wide ul li a:hover {
color: white;
background: #8ead00;
font-size:13px;
}

.anylinkcss ul li.new a:hover, .anylinkcss-wide ul li.new a:hover { /* hover for NEW menu item */
color: white;
background: #8ead00	
url(./images/psubmenu-NEW.hover.png) right -1px no-repeat;
font-size:13px;
}

.anylinkcss ul li.ip a:hover { /* hover for Information portal menu item */
color: white;
background: #8ead00	
url(./images/kb.icon.png) left -1px no-repeat;
font-size:13px;
}

.anylinkcss ul li.ip24 a:hover { /* hover for Information portal menu item */
color: white;
background: #8ead00	
url(./images/information-portal.icon.sm.png) 10px 5px no-repeat;
font-size:13px;
}


/*-------------------------- EXPLORER ------------------------*/
.explorerlinkcs{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #6f8100;
border-bottom-width: 0;
Font-Family: Arial, Helvetica, MS Sans Serif, Tahoma;
color: white;
line-height: 30px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #a6c100;
width: 200px; /* default width for menu */
}

.explorerlinkcs ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.explorerlinkcs ul li {
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
background: #a6c100;
}

.explorerlinkcs ul li.new { /* list item for NEW menu item */
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
background: #a6c100
url(./images/psubmenu-NEW.png) right -1px no-repeat;
}


.explorerlinkcs ul li a{
width: 100%;
display: block;
border-bottom: 1px solid #6f8100;
color: white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 11px;
font-size:13px;
}

.explorerlinkcs a:hover{ /*hover background color*/
background: #8ead00;
color: white;
}

.explorerlinkcs ul li a:hover {
color: white;
background: #8ead00;
font-size:13px;
}

.explorerlinkcs ul li.new a:hover { /* hover for NEW menu item */
color: white;
background: #8ead00	
url(./images/psubmenu-NEW.hover.png) right -1px no-repeat;
font-size:13px;
}



/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}