.ddsmoothmenu{
	width:774px;
	height:28px;
	float:right;
	margin:0px;
	padding:12px 0px 0px 0px;
	}

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

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	margin:0px;
	padding:0px 18px 5px 0px;
	float:left;
	}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;  
	margin:0px;
	padding:0px 0px 9px 0px;

	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	text-decoration: none;
}

* 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:#FFFFFF;
}

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

.ddsmoothmenu ul li a:hover{ 
	background:url(../images/nav-hover.png) center 17px no-repeat;	
	color:#ff2511;
}

.ddsmoothmenu ul li a.active{ 
	background:url(../images/nav-hover.png) center bottom no-repeat;	
	color:#ff2511;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:1px 0px 0px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display:list-item;
float:none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top:0; 
width:200px;
background:#dcd8d8;
visibility:hidden;
display:none;
left:197px!important;
cursor:pointer;
}

.ddsmoothmenu ul li ul li ul li{
padding-left:18px !important;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Verdana;
 /*width of sub menus*/
padding:5px;
margin:0;
color:#fdde48;
text-transform:none;
width:170px;
display:block !important;
float:none !important;

}

.ddsmoothmenu ul li ul li a:hover{
	background:#dcd8d8;
	}

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

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.ddsmoothmenu ul li ul li{
	background:#000;

	}
.ddsmoothmenu ul li ul li:hover{
	background:#dcd8d8;
	}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0; 
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
} 

.arrow img{
	float:right;
	padding:3px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	height:7px;
	width:6px;
	background:url(../images/sub-arrow.png) right top no-repeat;
	}	





.ddsmoothmenu .bg1{
	background-color:#0b2241;
	border-top:1px solid #2f5383;
	border-left:1px solid #2f5383;
	border-right:1px solid #2f5383; }	
	
.ddsmoothmenu .bg1:hover{
	background-color:#0b2241;}	 
	
.ddsmoothmenu .about{
	width:93px;
	display:block;
	text-align:center;
	padding:17px 0px 15px 5px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;}

.ddsmoothmenu .about:hover{
	color:#075999;
	background:url(images/button-hover1.png) no-repeat left top;
	font-weight:bold;} 	
	
.ddsmoothmenu .curiculum{
	width:93px;
	display:block;
	text-align:center;
	padding:17px 0px 15px 5px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;}

.ddsmoothmenu .curiculum:hover{
	color:#075999;
	background:url(images/button-hover1.png) no-repeat left top;
	font-weight:bold;} 
	
.ddsmoothmenu .news{
	width:94px;
	display:block;
	text-align:center;
	padding:17px 4px 15px 0px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;}
	
.ddsmoothmenu .news:hover{
	color:#075999;
	font-weight:bold;
	background:url(images/news-btn.png) no-repeat left top;}

.ddsmoothmenu .studentlife{
	width:107px;
	display:block;
	text-align:center;
	padding:17px 0px 15px 0px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;}

.ddsmoothmenu .studentlife:hover{
	color:#075999;
	background:url(images/student-btn-hver1.png) no-repeat left top;
	font-weight:bold;}
	
.ddsmoothmenu .admission{
	width:92px;
	display:block;
	text-align:center;
	padding:17px 0px 15px 6px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;}

.ddsmoothmenu .admission:hover{
	color:#075999;
	background:url(images/button-hover1.png) no-repeat left top;
	font-weight:bold;}
	
.ddsmoothmenu .contact{
	width:95px;
	display:block;
	text-align:center;
	padding:17px 0px 15px 3px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;}

.ddsmoothmenu .contact:hover{
	color:#075999;
	background:url(images/button-hover1.png) no-repeat left top;
	font-weight:bold;}
	
.ddsmoothmenu .parenttools{
	width:110px;
	display:block;
	text-align:center;
	padding:17px 0px 15px 6px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;}

.ddsmoothmenu .parenttools:hover{
	color:#075999;
	background:url(images/parent-tools-hver.png) no-repeat left top;
	font-weight:bold;}	
	
	
	