@charset "UTF-8";
/* CSS Document */

#nav {
	margin: 0px 0px 0px 10px;
	padding: 0;
	height: 35px;
	width: 900px;
	background-color: #666666;
	text-align: left;
	background-image: url(../images/bkg_main_nav_corner_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	z-index: 10000;
	position: relative;
}

/* ******* About ******* */

#navContainerAbout {
	margin: 0;
	padding: 0;
	z-index: 1000; 
	position: relative; 
	float: left; 
	height: 35px; 
	width: 82px; 
	border-right: solid 1px #999999;
}

#navElementAbout {
	margin: 0;
	padding: 10px 30px 0px 10px;
	height: 25px;
	color: #ffffff; 
	font: normal 16px 'Tw Cen MT','Lucida Grande',Arial,Helvetica,sans-serif;
	line-height: 16px;
	background-image: url(../images/bkg_main_nav_corner_left.gif);
	background-repeat: no-repeat;
}

#navElementAbout a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

#navElementAbout:hover {
	background-color: #2c5f8c;
	background-image: url(../images/bkg_main_nav_corner_left_o.gif);
	background-repeat: no-repeat;
}

/* ******* Sponsors ******* */

#navContainerSponsors {
	margin: 0;
	padding: 0;
	z-index: 1000; 
	position: relative; 
	float: left; 
	height: 35px; 
	width: 96px; 
	border-right: solid 1px #999999;
}

/* ******* Students ******* */

#navContainerStudents {
	margin: 0;
	padding: 0;
	z-index: 1004; 
	position: relative; 
	float: left; 
	height: 35px; 
	width: 96px; 
	border-right: solid 1px #999999;
}

/* ******* Calendar ******* */

#navContainerCalendar {
	margin: 0;
	padding: 0;
	z-index: 1000; 
	position: relative; 
	float: left; 
	height: 35px; 
	width: 100px; 
	border-right: solid 1px #999999;
}

/* ******* Contacts ******* */

#navContainerContacts {
	margin: 0;
	padding: 0;
	z-index: 1003;
	position: relative; 
	float: left; 
	height: 35px; 
	width: 96px; 
	border-right: solid 1px #999999;
}

/* ******* Secretariat ******* */

#navContainerSecretariat {
	margin: 0;
	padding: 0;
	z-index: 1000; 
	position: relative; 
	float: right; 
	height: 35px; 
	width: 116px;
}

#navElementSecretariat {
	margin: 0;
	padding: 10px 30px 0px 10px;
	height: 25px;
	color: #ffffff; 
	font: normal 16px 'Tw Cen MT','Lucida Grande',Arial,Helvetica,sans-serif;
	line-height: 16px;
	background-image: url(../images/bkg_main_nav_corner_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-left: solid 1px #999999;
}

#navElementSecretariat a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

#navElementSecretariat:hover {
	background-color: #2c5f8c;
	background-image: url(../images/bkg_main_nav_corner_right_o.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

/* ******* Admin ******* */

#navContainerAdmin {
	margin: 0;
	padding: 0;
	z-index: 1000; 
	position: relative; 
	float: right; 
	height: 35px; 
	width: 82px;
}

#navElementAdmin {
	margin: 0;
	padding: 10px 30px 0px 10px;
	height: 25px;
	color: #ffffff; 
	font: normal 16px 'Tw Cen MT','Lucida Grande',Arial,Helvetica,sans-serif;
	line-height: 16px;
	background-image: url(../images/bkg_main_nav_corner_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-left: solid 1px #999999;
}

#navElementAdmin a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

#navElementAdmin:hover {
	background-color: #2c5f8c;
	background-image: url(../images/bkg_main_nav_corner_right_o.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}


.navElementMain {
	margin: 0;
	padding: 10px 30px 0px 10px;
	height: 25px;
	color: #ffffff; 
	font: normal 16px 'Tw Cen MT','Lucida Grande',Arial,Helvetica,sans-serif;
	line-height: 16px;
}

.navElementMain a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

.navElementMain:hover {
	background-color: #2c5f8c;
}

.navElement {
	margin: 0;
	padding: 10px 0px 0px 10px;
	height: 24px;
	width: 100%;
	border-top: solid 1px #567fa3;
	color: #ffffff; 
	font: normal 14px 'Tw Cen MT','Lucida Grande',Arial,Helvetica,sans-serif;
	line-height: 16px;
	background-color: #2c5f8c;
}

.navElement:hover {
	background-color: #6c8faf;
}

.navElement a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}
