.ddmenu 
{
	position:relative; 
	margin:0 0 0 0;
	z-index:1000;
	float:left;
	text-align:center;
	font:bold 10pt Arial, Helvetica, sans-serif;
}
.ddmenu ul {
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
}
.ddmenu ul ul {
	width:160px;
	text-align:left;
	float:left;
}
/*	Main list 
-----------------------------------*/
.ddmenu li {
	float:left;
	width:142.5px;
	position:relative;
}
/*	First Level
-----------------------------------*/
/* Links */
.ddmenu a
{
	background: #272727 url(images/round_left.gif) no-repeat left top;
		float:left;
			color:#ffffff;
	width:141px;

	display:block;
	text-decoration:none; 
	color:#ffffff;
	
	text-transform:uppercase;
	font: normal 11px Arial, Verdana, sans-serif;
	line-height:25px;

	
}
.ddmenu a span
{
	float:left;
display:block;
	background: transparent url(images/round_right.gif) no-repeat right top;
	
}
.ddmenu a span
{
	float:none;
}
/* Links on hover */
.ddmenu a:hover
{
	background-color: #000000;
}
/*	Second Level
-----------------------------------*/
/* Links */
.ddmenu ul ul a, .ddmenu ul ul a:visited {
	background:#000000;
	border-bottom: 1px solid #3a3a3a;
	padding:5px 10px; 
	width:120px;
	
}
/* Links on hover */
.ddmenu ul ul a:hover {
	background:#272727;
}
/* Visibility */
.ddmenu ul li:hover ul, .ddmenu ul a:hover ul{
	visibility:visible; 
	display:block;
}
/*	Third Level
-----------------------------------*/
/* Links */
.ddmenu ul ul ul a, .ddmenu ul ul ul a:visited {
	background:#000000;
	color:#FFFFFF;
}
/* Links on hover */
.ddmenu ul ul ul a:hover {
	background:#272727;
	color:#ffffff;
}
/* Positioning */
.ddmenu ul ul ul{
	left:150px; 
	
}
.ddmenu ul ul ul.left {
	left:150px;
}
/* Visibility */
.ddmenu ul :hover ul ul{
	visibility:hidden;
}
.ddmenu ul :hover ul :hover ul{
	visibility:visible;
}
/*	All Sub Levels 
-----------------------------------*/
/* Default visibility */
.ddmenu ul ul {
	visibility:hidden;
	position:absolute;
	top:25px;
	left:0; 
	
}
.ddmenu ul ul ul{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:130px; 
	
}
/*	IE Table 
-----------------------------------*/
.ddmenu table {
	position:absolute;
	float:left;
	top:0;
	left:0;
	display:block;
}
.ddmenuline
{
	clear: both;
	padding:0 0 0 0;
	width:100%;
	height:3px;
	line-height:3px;
	font:normal 2px Arial, Helvetica, sans-serif;
	border-top: 2px solid #FF8B00;
}
