.menuHolder{
	position:absolute;
	z-index:1100;
	top:123px;
	width:100%;
}

.menuHolder .left{
	background-image:url(../_gfx/menuback_left.gif);
	background-repeat:no-repeat;
	width:5px;
	height:32px;
	border:none;
}

.menuHolder .mid{
	background-image:url(../_gfx/menuback_mid.gif);
	background-repeat:repeat-x;
	width:100%;
	height:32px;
	padding:0 0 0 5px;
}

.menuHolder .right{
	background-image:url(../_gfx/menuback_right.gif);
	background-repeat:no-repeat;
	width:5px;
	height:32px;
	border:none;
}

.menuSep{
	background-image:url(../_gfx/menuSep.gif);
	background-repeat:no-repeat;
	width:2px;
	margin:0 1px;
	height:32px;
}

#h_menu{
	background-image:url(../_gfx/bg_top_menu.gif);
	background-repeat:repeat-x;
}

.ddsmoothmenu{
	font: bold 11px Trebuchet MS; /*background of menu bar (default state)*/
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding:0;
	list-style-type: none;
}


/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding:0 2px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background:none; /*background of menu items (default state)*/
	padding: 4px 0px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	background: none; 
}

.ddsmoothmenu ul li a span {
	float:left;
	font-size:11px; 
	padding:5px 0px 5px 5px; 
	margin:0;
	cursor:pointer; 
	background: none; 
	height:14px; 
}

.ddsmoothmenu ul li a:visited span {
	background: none; 
}

.ddsmoothmenu ul li a:hover span {
	color:#0863b1; 
	background: url(../_gfx/topMenuLeft.gif) no-repeat; 
}

.ddsmoothmenu ul li a b {
	display:block; 
	width:5px; 
	height:32px; 
	float:left; 
	background: none;
	margin:0 4px 0 0 !important;
	margin:0 2px 0 0;
}

.ddsmoothmenu ul li a:hover b {
	background:url(../_gfx/topMenuRight.gif) no-repeat left top;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	background-image:none;
}

.ddsmoothmenu ul li a.selected span{ 
	color:#0863b1; 
	background: url(../_gfx/topMenuLeft.gif) no-repeat; 
}

.ddsmoothmenu ul li a.selected b{ 
	background:url(../_gfx/topMenuRight.gif) no-repeat left top;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
	color: #6c7073;
	background-color:#ffffff;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #daeef5; 
	color: #0071ca;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position:absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border:#00aae5 solid 1px;
	background-color:#ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	width: auto;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: normal 11px Verdana;
	background-color:#ffffff;
	padding: 4px 5px 4px 5px;
	width: 200px;
	margin: 0;
}

.ddsmoothmenu ul li ul li a:hover{
	background-color:#daeef5;
	background-image:none;
	color:#0072cf;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height:1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 0;
	right: 0;
	width:0;
	height:0;
}

.rightarrowclass{
	position: absolute;
	top: 0;
	right: 0;
	width:0;
	height:0;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}