/*.dropdown{
	font:10px Century Gothic, Helvetica; 
	color: #fff;
	float:left; 
	padding-right:5px;
	text-align: left;
	}
.dropdowndt
{
	overflow: hidden;
	height: 24px;
}	

.dropdowndd{
	position: relative;
	overflow:hidden; 
	left: -40px;
	width: 200px; 
	height: 22px;
	display:none; 
	z-index:200; 
	opacity:0;
	padding: 0px;
	margin-top: 5px;
	background: url(../images/dropDownBG5.png) repeat-y;
	}
	
.dropdownul{
	list-style:none;
	border-top:none;
	}
	
.dropdownli{
	display:inline;
	height: 0px;
	width:200px;
	
	}*/
	
.ddmenu{
    overflow: hidden;
    text-align: center;
    font-style: normal;
}

.ddmenu:hover{
    overflow: visible;
}

.ddmenucolumn{
    cursor:pointer; 
}

.ddmenucolumn a, .ddmenucolumn a:active, .ddmenucolumn a:visited{
	display:block; 
	font-family: Verdana;
	color:#fff; 
	text-decoration:none;
	font-size: 7pt;
	cursor:pointer; 
	font-weight: bold;
}
	
.ddmenucolumn a:hover{
	text-decoration: underline;
	cursor:pointer; 
}
	
.ddmenurow{
    cursor: pointer;
    text-align: left;
    background: url(../images/dropDownBG5.png) repeat-y;
}

.ddmenurow a, .ddmenurow a:active, .ddmenurow a:visited{
	display:block; 
	font-family: Verdana;
	color:#fff; 
	text-decoration:none;
	font-size: 10px;
	cursor:pointer; 
	font-weight: normal;
	position: relative;
	top: 5px;
	left: 5px;
}
	
.ddmenurow a:hover{
	text-decoration: underline;
	cursor:pointer; 
}
	
/*.dropdowndt a, .dropdowndt a:active, .dropdowndt a:visited{
	text-decoration: none;
	display:block; 
	font-family: Verdana;
	color:#fff; 
	font-weight: bold;
	font-size: 7pt;
	cursor:pointer; 
	margin-top: 12px;
	}
	
.dropdowndt a:hover{
	text-decoration: underline;
	}
*/
