.ddsmoothmenu
{
	font-size: 11px;
	padding: 62px 0 0 600px;
/*	width: 100%;*/
}

.ddsmoothmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index:100;
}

/*Top level list items*/
.ddsmoothmenu ul li
{
	display: inline;
	float: left;
	position: relative;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a
{
	background: #2F4971; /* background of menu items (default state)*/
	border-right: 1px solid #778;
	color: #3668CE;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	white-space: nowrap;
}

* html .ddsmoothmenu ul li a
{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
	color: #fff;
}

.ddsmoothmenu ul li a:hover
{
	background: #233856; /*background of menu items during onmouseover (hover state)*/
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
	display: none; /*collapse all sub menus to begin with*/
	left: 0;
	position: absolute;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
	display: list-item;
	float: none;
}

/*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
{
	border-top-width: 0;
	border-bottom: 1px solid #4D5869;
	margin: 0;
	padding: 5px;
	width: 200px; /*width of sub menus*/
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
	position: absolute;
	right: 7px;
	top: 12px;
}

.rightarrowclass
{
	position: absolute;
	right: 5px;
	top: 6px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow
{
	background: silver;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
