﻿body 
{
	background-image: url('images/global/header_bg.gif');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	font-family:arial;	
}
.required_text{color:#cc655a;font:12px Times New Roman;}
.normal_text{color:#333333;font:12px Times New Roman;}
.investmenttext{color:#333333;font:14px Times New Roman;}

#dropdown {
		/* cancel the default list style */
		list-style:none;
		margin:0;
		padding:0;
		width:87px;
		position:relative;
	}
	
	#dropdown li {
	}
	
	#dropdown li a.parent {
		display:block; 
		width:87px; height:13px;
		font-weight:700;
		padding:0 0 0 0px;
		line-height:35px;
		/*background:url(parent.gif) 0px 0px no-repeat; */
	}
	
	#dropdown li a.hover {
		/*background:url(parent.gif) 0px -40px no-repeat;*/	
	}
	
		#dropdown ul {
			
			/* cancel the default list style */
			margin:0;
			padding:0;
			list-style:none;	
			display:none;
			
			/* make sure it has the highest z-index */
			position:absolute;
			left:0;
			z-index:500;
			background:#fff;
			width:92px;
			/*background:url(child.gif) left bottom no-repeat;*/
			background-color:#fff;
			/*border:solid 1px #333;*/
		}
		
			#dropdown ul li {
				font-size:11px;	
			}
			
				#dropdown ul li a {
					display:block; 
					font-weight:500;
					padding:8px 0 0 0;
					height:12px;
					color:#333;
					font-style:normal;
					text-decoration: none;
				}
				
				#dropdown ul li a:hover {
					color:#CC3333	
				}
