.dsportal_menu, .dsportal_menu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dsportal_menu li{
position: relative;
}

.dsportal_menu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 225px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	filter:alpha(opacity=90);

-moz-opacity:1;
	background-color: #add1dd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #FFFFFF;
}

.dsportal_menu li a{
	color: #003399;
	display: block;
	width: auto;
	padding-left: 0px;
	text-decoration: none;
	background-image: none;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.dsportal_menu .arrowdiv{
	position: absolute;
	right: 2px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	border-top-style: none;
}

.dsportal_menu li a:visited, .glossymenu li a:active{
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dsportal_menu li a:hover{
	background-image: none;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* IE only \*/
* html .dsportal_menu li { float: left; height: 1%; }
* html .dsportal_menu li a { height: 1%; }
/* End */
