.ddsmoothmenu
{
 	font-family: "Tahoma";
	font-size: 14px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ddsmoothmenu ul
{
	z-index: 50;
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

.ddsmoothmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	behavior: url("/css/csshover.htc");
	text-align: center;
}

.ddsmoothmenu ul li a
{
	color: #FFFFFF;
	font-weight: normal;
}

.ddsmoothmenu ul li.hoofditem
{
	width: 109px;
	height: 20px;
	padding: 12px 15px 8px 15px;
	background:url("/images/seperator.png");
	background-repeat:no-repeat;
	background-position: left top;
}

.ddsmoothmenu ul li.hoofditemhover:hover 
{
	color: #FFFFFF;
	cursor: pointer;
	width: 109px;
	height: 20px;
	padding: 12px 15px 8px 15px;
}

.ddsmoothmenu ul li.hoofditemactive
{
	color: #FFFFFF;
	cursor: pointer;
	width: 109px;
	height: 20px;
	padding: 12px 15px 8px 15px;
}

.ddsmoothmenu ul li.hoofditem1
{
	width: 109px;
	height: 20px;
	padding: 12px 15px 8px 15px;
}

.ddsmoothmenu ul li.hoofditemhover1:hover 
{
	color: #FFFFFF;
	cursor: pointer;
	width: 109px;
	height: 20px;
	padding: 12px 15px 8px 15px;
}

.ddsmoothmenu ul li.hoofditemactive1
{
	color: #FFFFFF;
	cursor: pointer;
	width: 109px;
	height: 20px;
	padding: 12px 15px 8px 15px;
}


.ddsmoothmenu ul li a
{
	display: block;
	color: #D4D4D4;
	text-decoration: none;
}

/*IE6 hack to get sub menu links to behave correctly*/
* html .ddsmoothmenu ul li a
{
	text-decoration: none;	
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
	text-decoration: none;	
	color: #D4D4D4;
}

.ddsmoothmenu ul li a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
	position: absolute;
	left: 0px;
	margin: 0px 0px 0px 2px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background-image:url("/images/dropdown.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	padding: 0px 0px 10px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
	height: 25px;
	display: list-item;
	text-align: left;
	float: none;
	border-bottom: 1px solid #FFFFFF;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul
{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a
{
	width: 118px; /*width of sub menus*/
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;	
	color: #7B003B;
}
.ddsmoothmenu ul li ul li a:link
{
	width: 118px; /*width of sub menus*/
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 12px;
	color: #7B003B;
	text-decoration: none;
}
.ddsmoothmenu ul li ul li a:visited
{
	width: 118px; /*width of sub menus*/
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 12px;
	color: #7B003B;
	text-decoration: none;
}
.ddsmoothmenu ul li ul li a:active
{
	width: 118px; /*width of sub menus*/
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 12px;
	color: #7B003B;
	text-decoration: none;
}
.ddsmoothmenu ul li ul li a:hover
{
	width: 118px; /*width of sub menus*/
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
