.ddsmoothmenu{
	font-size:14pt;
	background: none; /*background of menu bar (default state)*/
	width: 100%;
	direction: ltr;
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
	background: none;
	display:block;
	height:43px;
	background:url(images/line_menu.png) left bottom no-repeat;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Title */

.ddsmoothmenu ul li ul.c1{
	width:170px !important;
	text-align: left;
}

.ddsmoothmenu ul li ul.c2{
	width:340px !important;
	text-align: left;
}

.ddsmoothmenu ul .colum01{
	width:170px;
	float: left;
}

.ddsmoothmenu ul .colum02{
	width:170px;
	float: left;
}

.ddsmoothmenu ul .title01{
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#fcfcfc;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:9pt;
}

.ddsmoothmenu ul .title02{
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#0167AF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:9pt;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	margin:0px 6px 0px 6px;
	padding:0px 0px 0px 0px;
	background:url(images/line_menu.png) no-repeat right bottom;
}

/****************************  Start new styel  ****************************/

/* A */
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: none; /*background of menu items (default state)*/
	padding:0px 0px 0px 0px;
	border-left: none;
	color:#42424C;
	text-decoration: none;
	font-size:1.0em;
	letter-spacing: 0.03em;
	cursor:pointer;
	height:43px;
}

* 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:link, .ddsmoothmenu ul li a:visited{
	color: #F5F5F5;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url(images/menu_hover.png) repeat bottom center;
	color:#C3A350;
}

.ddsmoothmenu ul li a.selectedd{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url(images/menu_hover.png) repeat bottom center;
	color:#50AADD;
}
/* hover */
.ddsmoothmenu ul li a.selectedd:hover span{ 
	color:#50AADD;
}

.ddsmoothmenu ul li a.selectedd:hover{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url(images/menu_hover.png) repeat bottom center;
	color:#50AADD;
}

.ddsmoothmenu ul li a.selectedd span{ 

}

.ddsmoothmenu ul li.main a.selectedd{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url(images/menu_hover.png) repeat bottom center;
	color:#000000;
	background-color: none;
	
}

.ddsmoothmenu ul li a:hover{
	background: url(images/menu_hover.png) repeat bottom center;
	color:#50AADD;
}

/* Main */
.ddsmoothmenu ul li.main a{
	background: none;
	padding-right:0px;
}

.ddsmoothmenu ul li.main a:hover{
	background: url(images/menu_hover.png) repeat bottom center;
}

.ddsmoothmenu ul li.main a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#000000;
	background:url(images/menu_hover.png) repeat bottom center;
}

/* Span Main */
.ddsmoothmenu ul li.main a span{
	background: url(images/arrow_down.png) no-repeat right 36px;
}
	
.ddsmoothmenu ul li.main a span:hover{
	background: url(images/arrow_down_over.png) no-repeat right;
}

.ddsmoothmenu ul li.main a.selected span{
	background: url(images/arrow_down.png) no-repeat right bottom;
	color:#50AADD;
}

.ddsmoothmenu ul li.main a.selectedd span{
}

/* Span */
.ddsmoothmenu ul li a span{
	background: none;
	padding: 0px 30px 0px 30px;
	margin:0px 0px 0px 0px;
	height:43px;
	display:block;
	position:relative;
	z-index:99999;
	vertical-align: top;
	line-height:2.6em;
}

.ddsmoothmenu ul li a span:hover{
	background: none;
}

.ddsmoothmenu ul li a.selected span{
}
/* End Span */

/*** Sup menu ***/
.ddsmoothmenu ul li.main li a{
	background-image:none;
	color:#054993;
}

.ddsmoothmenu ul li.main li a:hover{
	background-image:none !important;
	color:#fcfcfc;
	background:#054993 !important;
}

	/*** main ***/
.ddsmoothmenu ul li.main li.main a{
	background: url(images/arrow_right.png) no-repeat right 10px;
}

.ddsmoothmenu ul li.main li.main a.selected{
	background: url(images/arrow_right_over.png) no-repeat right 10px #054993 ; 
	color:#fcfcfc;
}

.ddsmoothmenu ul li.main li.main a:hover{
	background: url(images/arrow_right_over.png) no-repeat right 10px #054993 !important; 
}
	
/*** Sup Sup menu ***/
.ddsmoothmenu ul li.main li.main li a{
	background-image:none !important;
	padding-left:7px;
	padding-right:7px;
}

.ddsmoothmenu ul li.main li.main li a.selected{
	background-image:none !important;
}

.ddsmoothmenu ul li.main li.main li a:hover{
	background-image:none !important;
}

	/*** main ***/
.ddsmoothmenu ul li.main li.main li.main a{
	background: url(images/arrow_right.png) no-repeat left 10px;
}

.ddsmoothmenu ul li.main li.main li.main a:hover{
	background: url(images/arrow_right_over.png) no-repeat left 10px #0167AF; 
}
	
/****************************  End new styel  ****************************/
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	right:0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border-right: none;
	margin:0px 0 0 0px;
	padding:2px 0 0 2px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	background:none;
	width: auto;
	padding:0px 0px 0px 0px !important;
	margin:0px !important;
	background: url(images/menu_ul_bg.png) repeat;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu **** */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	right:0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font:normal 10pt Tahoma, Geneva, sans-serif;
	padding:5px 10px !important;
	min-height:17px;
	height:auto;
	margin:0px 0px 0px 0px !important;
	border-bottom: 1px solid #0167AF;
	color:#adbedb;
	display: block;
	font-size:9pt;
}

/* 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: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}