#nav-container{ width: 755px; height: 40px;
margin:0;
padding:0;
}

#nav1 div a{ width: 182px; height: 40px; display:block;	background:url(images/why-medical.png) 0 0 no-repeat; }
#nav1 div a:hover{ background-position: 0 -40px; }

#nav2 div a{ width: 86px; height: 40px; display:block;	background:url(images/course-info.png) 0 0 no-repeat; }
#nav2 div a:hover{ background-position: 0 -40px; }

#nav3 div a{ width: 75px; height: 40px; display:block;	background:url(images/about-us.png) 0 0 no-repeat; }
#nav3 div a:hover{ background-position: 0 -40px; }

#nav4 div a{ width: 100px; height: 40px; display:block;	background:url(images/student-login.png) 0 0 no-repeat; }
#nav4 div a:hover{ background-position: 0 -40px; }

#nav5 div a{ width: 85px; height: 40px; display:block;	background:url(images/resources.png) 0 0 no-repeat; }
#nav5 div a:hover{ background-position: 0 -40px; }

#nav6 div a{ width: 83px; height: 40px; display:block;	background:url(images/contact-us.png) 0 0 no-repeat; }
#nav6 div a:hover{ background-position: 0 -40px; }

#nav7 div a{ width: 144px; height: 40px; display:block;	background:url(images/e-newsletter.png) 0 0 no-repeat; }
#nav7 div a:hover{ background-position: 0 -40px; }

#nav-container li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
position:relative;
}
#nav-container li div{
float:left;
}
#nav-container li ul {
position:absolute;
top:37px;
clear:left;
display:none;
width:175px;
z-index:-5000;
}
#nav-container li:hover ul, #nav-container li.hover ul {
display:block;
margin:0;
padding:0;
}
#nav-container li:hover ul li, #nav-container li ul li{
float:none;
background:url(images/trans-bg.png);
}

#nav-container li:hover li a, #nav-container li.hover li a {
font-family:hevetica, arial, "trebuchet ms", sans-serif;
font-size:11px;
color:#fff;
text-decoration:none;
display:block;
height:29px;
line-height:29px;
background:url(images/nav-border.gif) repeat-x 0 100%;
padding:0 12px;
}

#nav-container li:hover li a:hover, #nav-container li.hover li a:hover{
color:#97051d;
text-decoration:none;
background:#fff url(images/nav-border.gif) repeat-x 0 100%;
}

#nav-container li:hover ul li.last, #nav-container li ul li.last{
	height:5px;
	font-size:0;
	overflow:visible;
	background:url(images/trans-bg.png);
	margin:0 6px;
	}
	#nav-container li:hover ul li.last div.left-corner, #nav-container li ul li.last .left-corner{
		height:5px;
		background:url(images/nav_left-corner.png) no-repeat 0 0;
		width:6px;
		margin:0 0 0 -6px;
		}
	#nav-container li:hover ul li.last div.right-corner, #nav-container li ul li.last .right-corner{
		height:5px;
		background:url(images/nav_right-corner.png) no-repeat 0 0;
		width:6px;
		float:right;
		margin:0 -6px 0 0;
		}

li#nav1:hover ul, li#nav1.hover ul{
	padding:0 0 0 7px;
	}

	
	
	
	
	
	
	
	
	
	