.topMenuHolder{
	position:relative;
	z-index:1000;
}

#h_menu{
	position:absolute;
	z-index:1100;
	top:-6px;
	left:15px !important;
	left:0;
	width:955px;
}

.menuSep{
	background-image:url(../_gfx/menuSep.gif);
	background-repeat:no-repeat;
	width:4px;
	margin:12px 6px 0 4px;
	height:32px;
}

.ddsmoothmenu{
	font: normal 11px Arial; /*background of menu bar (default state)*/
}

.ddsmoothmenu ul{
	z-index:1101;
	margin:0;
	padding:0 0 0 10px;
	list-style-type: none;
}


/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding:0;
}

/*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: #110f29;
	text-decoration: none;
	background: none; 
	cursor:pointer;
}

.ddsmoothmenu ul li a span {
	float:left;
	font-size:11px; 
	/*padding:20px 25px 5px 25px; */
	margin:0;
	cursor:pointer; 
	background: none;
	height:21px; 
}

.ddsmoothmenu ul li a:visited span {
	background: none; 
}

.ddsmoothmenu ul li a:hover span {
	color:#0863b1; 
	background:url(../_gfx/menuBack_on.gif) repeat-x; 
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li.selected a span, .ddsmoothmenu ul li a.selected span{ 
	color:#2c77ba; 
	background:url(../_gfx/menuBack_on.gif) repeat-x;  
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
	color: #2c76bf;
	border-top:#dbe6f3 solid 1px;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #e3fabb; 
	color: #0071ca;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position:absolute;
	left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background-color:#ffffff;
	background-image:url(../_gfx/menu_ul_Back.gif);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	z-index:1102;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	width: auto;
	padding:0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: normal 11px Verdana;
	padding: 5px 10px 5px 10px;
	width: 160px;
	margin: 0;
	overflow:hidden;
}

.ddsmoothmenu ul li ul li a:hover{
	background-color:#b0ce1d;
	background-image:none;
	color:#ffffff;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height:1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{

}

.rightarrowclass{
	position: absolute;
	top: 8px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background:silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
}