/* 
Dragon Tang Soo Do

Last update:02/11/08
*/


#nav {
	margin-left:20px;
	background:#a7a9ac;	
	float:left;
	z-index:100;
	}

/* Top-level list */
#nav ul {
	display:block;
	list-style:none;
	z-index: 10;
	margin-left:6px;
	width:795px;
	}

/* Top-level items */
#nav ul li  {
	float:left;
	position:relative;
	}
	
/* Top-level links */
#nav ul li a#home {
	display:block;
	border-right:1px solid #FFF;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_home.jpg) no-repeat top;
	}
#nav ul li a#about {
	display:block;
	border-right:1px solid #FFF;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_about.jpg) no-repeat top;
	}
#nav ul li a#clubs {
	display:block;
	border-right:1px solid #FFF;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_clubs.jpg) no-repeat top;
	}
#nav ul li a#news {
	display:block;
	border-right:1px solid #FFF;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_news.jpg) no-repeat top;
	}
#nav ul li a#calender {
	display:block;
	border-right:1px solid #FFF;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_calender.jpg) no-repeat top;
	}
#nav ul li a#forstudents {
	display:block;
	border-right:1px solid #FFF;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_students.jpg) no-repeat top;
	}
#nav ul li a#kidzone {
	display:block;
	border-right:1px solid #FFF;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_kidzone.jpg) no-repeat top;
	}
#nav ul li a#media {
	display:block;
	border-right:1px solid #FFF;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_photos.jpg) no-repeat top;
	}
#nav ul li a#contact {
	display:block;
	border-right:1px solid #FFF;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_contact.jpg) no-repeat top;
	}
#nav ul li a#links {
	display:block;
	border-right:none;
	width:78px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:#a7a9ac url(../images/nav_links.jpg) no-repeat top;
	}
	
/* Removes right border from last top-level menu item */
#nav ul a.last {
	border-right:none;
	}
	
/* Styles top-level when over submenu */
#nav li:hover > a#home {
	background:#a7a9ac url(../images/nav_home.jpg) no-repeat bottom;
	}
#nav li:hover > a#about {
	background:#a7a9ac url(../images/nav_about.jpg) no-repeat bottom;
	}
#nav li:hover > a#clubs {
	background:#a7a9ac url(../images/nav_clubs.jpg) no-repeat bottom;
	}
#nav li:hover > a#news {
	background:#a7a9ac url(../images/nav_news.jpg) no-repeat bottom;
	}
#nav li:hover > a#calender {
	background:#a7a9ac url(../images/nav_calender.jpg) no-repeat bottom;
	}
#nav li:hover > a#forstudents {
	background:#a7a9ac url(../images/nav_students.jpg) no-repeat bottom;
	}
#nav li:hover > a#kidzone {
	background:#a7a9ac url(../images/nav_kidzone.jpg) no-repeat bottom;
	}
#nav li:hover > a#media {
	background:#a7a9ac url(../images/nav_photos.jpg) no-repeat bottom;
	}
#nav li:hover > a#contact {
	background:#a7a9ac url(../images/nav_contact.jpg) no-repeat bottom;
	}
#nav li:hover > a#links {
	background:#a7a9ac url(../images/nav_links.jpg) no-repeat bottom;
	}
	
/* Sets default styling for submenus */
#nav li ul {
	position:absolute;
	left:0px;
	top:25px;
	display:none;
	width:130px;
	background:#a7a9ac;
	margin:0;
	}
		
/* Styles for submenu items */
#nav ul li ul li {
	width:130px;
	border-top:1px solid #FFF;
	}
	
/* Styles for submenu links */
#nav ul li ul li a {
	display:block;
	padding: 5px 10px 5px 10px;
	color:#fff;
	border:none;
	text-decoration:none;
	}
#nav ul li ul li a:hover {
	background:#c4161c;
	color:#fff;
	}

/* Styles for display of submenu */
#nav li:hover ul, #nav li.over ul {
	display:block;
	z-index: 100;
	}
	

/* Using the body and nav id tags, the current page is highlighted in the menu */
body#home a#home
	{
	background:#a7a9ac url(../images/nav_home.jpg) no-repeat bottom;
	}
body#about a#about
	{
	background:#a7a9ac url(../images/nav_about.jpg) no-repeat bottom;
	}
body#clubs a#clubs
	{
	background:#a7a9ac url(../images/nav_clubs.jpg) no-repeat bottom;
	}
body#news a#news
	{
	background:#a7a9ac url(../images/nav_news.jpg) no-repeat bottom;
	}
body#calender a#calender
	{
	background:#a7a9ac url(../images/nav_calender.jpg) no-repeat bottom;
	}
body#forstudents a#forstudents
	{
	background:#a7a9ac url(../images/nav_students.jpg) no-repeat bottom;
	}
body#kidzone a#kidzone
	{
	background:#a7a9ac url(../images/nav_kidzone.jpg) no-repeat bottom;
	}
body#media a#media
	{
	background:#a7a9ac url(../images/nav_photos.jpg) no-repeat bottom;
	}
body#contact a#contact
	{
	background:#a7a9ac url(../images/nav_contact.jpg) no-repeat bottom;
	}
body#links a#links
	{
	background:#a7a9ac url(../images/nav_links.jpg) no-repeat bottom;
	}






.submenu {
	padding-bottom:30px;
	width:535px;
	}
	
.submenu ul {
	list-style-type:none;
	}
	
.submenu li {
	float:left;
	display:block;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
	margin-top:2px;
	margin-bottom:2px;
	border-right:1px #000 solid;
   }

.submenu li a {
	color:#004a8f;
	font-size:11px;
	}		