/* graphical menu codes */

#topmenu ul {
	list-style: none;
   width: 777px;
	height:62px;
	padding:0;
	margin: 3px 8px 0 0px;
	float:right;
	display:inline;
   position: relative;
	overflow: hidden;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
	float: left;
	font-size:11px;
	line-height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align:center;
	padding: 0 0 0 0;
	text-indent:777px;
	overflow:hidden;
	height:62px;
}

#topmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	
	


.product_off {
background: url("/graphics/topmenu.gif") 0 0 no-repeat;
width:154px;
}

#productAnchor:hover, .product_on {
background: url("/graphics/topmenu.gif") 0 -62px no-repeat;
}

.services_off {
background: url("/graphics/topmenu.gif") -154px 0 no-repeat;
width:152px;
}

.services_on{
background: url("/graphics/topmenu.gif") -154px -62px no-repeat;
}

.portal_off {
background: url("/graphics/topmenu.gif") -306px 0 no-repeat;
width:133px;
}

.portal_on{
background: url("/graphics/topmenu.gif") -306px -62px no-repeat;
}

.advisor_off {
background: url("/graphics/topmenu.gif") -439px 0 no-repeat;
width:154px;
}

.advisor_on{
background: url("/graphics/topmenu.gif") -439px -62px no-repeat;
}

.information_off {
background: url("/graphics/topmenu.gif") -593px 0 no-repeat;
width:184px;
}

.information_on{
background: url("/graphics/topmenu.gif") -593px -62px no-repeat;
}





ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.dropdown li span {
display: block;
_display:inline-block;
text-decoration: none;
}
ul.dropdown li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
padding: 6px 10px 6px 10px;
font-size: 13px;
color: #ffffff;
text-decoration: none;
border-bottom:1px solid #004268;

}


ul.dropdown li a:hover{
color: #ffffff;
background: #1685c4;
	text-decoration: none;
}


#product_submenu {
	width:148px;
	padding: 5px 0;
	background: #005c90;
	position: absolute;
	top: 208px;
	left: 187px;
	display: none;
	z-index:1000;
}

#services_submenu {
	width:142px;
	padding: 5px 0;
	background: #005c90;
	position: absolute;
	top: 208px;
	left: 345px;
	display: none;
	z-index:1000;
}

#information_submenu {
	width:180px;
	padding: 5px 0;
	background: #005c90;
	position: absolute;
	top: 208px;
	left: 784px;
	display: none;
	z-index:1000;
}

