

#menu dl, #menu dt,#menu  dd, #menu ul, #menu li 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li a
{
	display: block;
	height: 100%;
	border: 0 none;
}


#menu
{
	width : 100%;
	height : 50px;
	margin-top : 0px;
	padding-top :0px;
}



#menu dt a
{
	color : #FFFFFF;
	text-decoration : none;
	display: block;
	height : 50px;
}

#menu dt a:hover
{
	color : #FFFFFF;
	text-decoration : underline;
}


#menu dl
{
	width : 100px;
	float : left;
	cursor : pointer;
	height : 50px;
	
}


#menu dt a
{
	padding-top : 0px;
	height : 50px;
}

#menu dd
{
	display : none;
	position: absolute;
	z-index:100;
	opacity:0.9;
	filter:alpha(opacity=100);
	border : 1px solid #669ACC;
	border-top : 0;
	width : 106px;
	padding-top : 0px;
	margin-left : 3px;
	margin-top:0px;
	color : #000000;
	line-height : 22px;
	background-color : #FBFCFF;
}

#menu dd a
{
	color : #669ACC;
	text-decoration : none;
	width : 104px;
	border : 1px #669ACC;
	Font-family: Verdana;
	
}

#menu dd a:hover
{
	color : #669ACC;
	text-decoration : underline;
	background-color : #CCCCCC;
	
			
}

#menu dt:hover
{
	background-repeat : no-repeat;
	height : 50px;
}

