.ddsmoothmenu 
{
	width:967px;
	border:0px solid red;
}
.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;
	background:url(../images/devider.jpg) no-repeat right top;

	
}
/*.ddsmoothmenu ul > li:last-child 
{
	position: relative;
	display: inline;
	float: left;
background:url(../images/edu.jpg) repeat-x !important; 
}
.ddsmoothmenu ul > li li:last-child 
{
	position: relative;
	display: inline;
	float: left;
	background:none !important; 
}*/

/*Education Tab On Class*/

ul li.education a 
{
	display: block; 
	float:left;
	padding:0px 0px;
	margin-right:0px;
	line-height:34px; 
	width:195px!important;
	font-family:TrajanProRegular, Times New Roman, Serif;
	font-size:16px;
	color:#ffffff!important;
	text-decoration:none;
	text-align:center;
	position:relative;
	
}
ul li.education {background:url(../images/edu.jpg) repeat-x !important; width:195px;}
ul li.education ul li a 
{
	display: block;
	float:left; 
	width:181px!important; 
	color:#ffffff!important;
	text-decoration:none;
	/*background:#6381a7;*/ background:url(../images/menu-seprater1.png) no-repeat top!important;
	
}
ul li.education a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:url(../images/edu-menu-h.png) repeat-x!important;
	color:#ffffff; width:195px; 
}
ul li.education a:hover 
{
	line-height:34px; 
	font-family:TrajanProRegular, Times New Roman, Serif;
	font-size:16px; 
	color:#ffffff;
	padding:
	text-decoration:none;
	text-align:center;
	background:url(../images/edu-menu-h.png) repeat-x!important;
}

li.education ul 
{
	position: absolute; width:195px; 
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:url(../images/bg-menu1.jpg) no-repeat top left!important;
}
ul li.education ul li a:link
{
	font-family:Arial;  
	font-size:12px;
	text-align:left;
	color: #ffffff!important;
	padding:8px 7px;
	line-height:normal;
	text-align:center;
}
 ul li.education ul li a:hover 
{
	color:#ffffff;
	text-decoration:none;
	background:url(../images/menu-h.png) no-repeat top!important;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a ,.ddsmoothmenu ul li a h2 ,.ddsmoothmenu ul li a h1 
{
	display: block; 
	float:left;
	padding:0px 0px;
	margin-right:0px;
	line-height:34px;
	width:193px;
	font-family:TrajanProRegular, Times New Roman, Serif;
	font-size:15px;
	color:#ffffff!important;
	text-decoration:none;
	text-align:center;
	position:relative;
	
}
.ddsmoothmenu ul li a h1 { font-weight:normal;}
* html .ddsmoothmenu ul li a 
{
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
	color: #7a7a7a;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:url(../images/nav_hover.jpg) repeat-x;
	color:#ffffff;
}
.ddsmoothmenu ul li a:hover 
{
	line-height:34px;
	font-family:TrajanProRegular, Times New Roman, Serif;
	font-size:16px; 
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	background:url(../images/nav_hover.jpg) repeat-x;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul 
{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:url(../images/bg-menu.jpg) no-repeat top left;
	
	

}
/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothmenu ul li ul li 
{
	display: list-item;
	float: none; 
	background:none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul 
{
	top: 0;
	background:none;
}
/* Sub level menu links style */

.ddsmoothmenu ul li ul li a 
{
	display: block;
	float:left;
	width:179px;
	color:#ffffff!important;
	text-decoration:none;
	/*background:#6381a7;*/ background:url(../images/menu-seprater.jpg) no-repeat top;
	
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited 
{
	font-family:Arial;
	font-size:12px;
	text-align:left;
	color: #fff;
	padding:8px 7px;
	line-height:normal;
	text-align:center;
}
.ddsmoothmenu ul li ul li a:hover 
{
	color:#ffffff;
	text-decoration:none;
	background:url(../images/hover1.jpg) no-repeat top;

}
/* 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: 0px;
	right: 0px;
}
.rightarrowclass {
	position: absolute;
	top: 0px;
	right: 0px;
}
/* ######### 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.8;
}
.ddsmoothmenu ul li .last-child 
{
	position: relative;
	display: inline;
	float: left;
	background:url(../images/edu.jpg) repeat-x !important;
