#dropmenudiv{
position: absolute;
border: 0px solid white;
font: 12px Verdana;
line-height: 18px;
z-index: 100;
text-decoration: none;
}

#dropmenudiv a{
text-decoration:none;
color: #1A73A6;
width: 100%;
display: block;
text-indent: 12px;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #1A73A6;
background-color: #D4E0EC;
}
.portal_bg {
	background-image: url(images/portal_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.portal_bg_main {
	background-image:url(images/portal_bg_main.jpg)
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(images/portal_bg_main.jpg);
	width: 1000px;
	border: 1px solid #cccccc;
	background-repeat: repeat-x;
}
