.ddsmoothmenu{
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	color: #FFFFFF;
}

.ddsmoothmenu ul{
z-index:18000;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	margin: 0px;
	padding-top:4px;
	padding-left:8px;
	_margin-top:-10px;
	padding-bottom:0px;
}
.ddsmoothmenu ul li img
{
	position: relative;
	display: inline;
	float: left;
	margin: 0px;
	padding:0px;
	height:43px;
	_margin-top:6px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: white;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:11px 15px 13px;
	margin-left: 0px;
	_padding-right:9px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #225780;
	/*background-image: url(../images/nav-hover.jpg);
	background-repeat: no-repeat;*/
	background-color: #C5EFFD;
	/*border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;*/
	
}
.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #C5EFFD;
	background-color: #225780;
}
.ddsmoothmenu ul li a:hover{
	color: #225780;
	/*background-image: url(../images/nav-hover.jpg);
	background-repeat: no-repeat;*/
	background-color: #C5EFFD;
	margin:0px;
	padding:11px 15px 13px;
}
.ddsmoothmenu ul li a.select-menu{
	color: #FFFFFF;
}	
/*1st sub level menu*/




.ddsmoothmenu ul li ul{
	position: absolute;
	left:7px !important;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 200px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
	border-left:1px solid #08143E !important;
	border-right:1px solid #08143E !important;
	border-bottom:1px solid #08143E !important;
}

.ddsmoothmenu ul li ul span {
	line-height: 0px;
	margin: 0px;
	display: block;
	float: left;
	height: 0px;
	width: 217px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#fff;

}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	left:200px !important; 
	top: 0;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 200px;
	/*background-color: #FFFFFF;*/
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: none;
	margin: 0px;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 177px;
	margin: 0px;
	border-top-width: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	padding:3px 13px 8px 12px;
	text-decoration: none;
	line-height: normal;
}
.ddsmoothmenu ul li ul li a:hover{
	width: 178px;
	margin: 0px;
	border-top-width: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
	background-image: none;
	background-color: #08143E;
	padding:3px 13px 8px 12px;
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li ul li a{
	width: 180px;
	margin: 0;
	border-top-width: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	padding:3px 13px 8px 12px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ddsmoothmenu ul li ul li ul li a:hover{
	width: 175px;
	margin: 0;
	border-top-width: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding:3px 13px 8px 12px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 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: 50px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top:8px;
right: 20px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.0;
}




.sp-inner-mid-area {
	margin: 0px;
	float: left;
	width: 704px;
	padding-top: 100px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
.sp-heading-area {
	font-family: Calibri, Arial, Verdana;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}
.sp-heading-area h1 {
	font-family: Calibri, Arial, Verdana;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
}
.sp-txt-area {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 46px;
}
.ld-head-bg {
	margin: 0px;
	padding-top: 13px;
	padding-right: 112px;
	padding-bottom: 11px;
	padding-left: 77px;
}
.pm-head-bg {
	margin: 0px;
	padding-top: 13px;
	padding-right: 66px;
	padding-bottom: 11px;
	padding-left: 77px;
}
.header-menu-area{
	display: block;
	float: left;
	background-color: #000000;
	width: 1043px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1%;
}
