.navigation {
	clear:both;
	height:55px;
	margin-top:13px;
}
.navigation .left_curve{
	float:left;
	width:16px;
	height:38px;
	background-repeat:no-repeat;
	background-position:left;
	
	
}

.navigation2 {
	float:right;
	height:45px;
position: relative;
margin-top:-20px;
padding-left:100px;


}
.navigation2 .left_curve{
	float:left;
	width:16px;
	height:38px;
	background-repeat:no-repeat;
	background-position:left;
}

.ddsmoothmenu{
	font-size:12px;
	float:left;
	background-image:url(../images/menu-background.png);
	background-repeat:no-repeat;
	width:960px;
	height:43px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 7px 0px 0px 5px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}
.ddsmoothmenu ul li a.linkdown{
	background-image:url(../images/right.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.ddsmoothmenu ul li a.linkdown:hover{
	background-image:url(../images/right.gif) !important;
	background-position:right !important;
	background-repeat:no-repeat !important;
}
.ddsmoothmenu ul li ul li a.selected{
	background-image:url(../images/right.gif);
	background-position:right;
	background-repeat:no-repeat;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
font-family:'Ubuntu', Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:500;
letter-spacing:-1px;
}
.ddsmoothmenu ul li a.link{
	text-align:center;
	height:24px;
	padding:6px 8px 0px 8px;
	color:#435b7a !important;
}
.ddsmoothmenu ul li a.link:hover{
	color:#991627;
}
* 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: #666666;

}
.ddsmoothmenu ul li a:hover{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#1e334d !important;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#333333 !important;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#fff;
margin-left:0px;
margin-top:-1px;
width:188px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	clear:both;
	
}
.ddsmoothmenu ul li ul li:hover{
	background-image:url(../images/navi_rol.gif);
}
.ddsmoothmenu ul li ul li:hover a{
	color:#FFF;
	
}


.ddsmoothmenu ul li ul li ul li a{
	margin-left:10px !important;
}

/*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{
	padding:8px 5px 11px 20px;
	height:12px;
	clear:both;
	background-image:url(../images/navi_bg.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:inline-block;
	color:#666;
	width:163px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.ddsmoothmenu ul li ul li a:hover{
	background-image:url(../images/navi_rol.gif);
	color:#777 !important;
}
/* 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{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}