#topnav {
	position:relative;
	float: right;
	height: 42px;
	width: 648px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f1d07;
	line-height: 48px;
	padding: 0;
	margin: 0;
	z-index: 10;
	background: #1e1e1e;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#topnav ul li {
	position: relative;
	float: left; 
	display:block;	
	padding: 0px;
	width:auto;
	overflow: visible;
}

/* HOME */
a.nav-home {
	background: url(/images/home-off.gif) top left no-repeat;
	width: 129px;
	height: 42px;
	display: block;
	margin: 0 2px 0 0;
	}
a.nav-home:hover {
	background: url(/images/home-over.gif) top left no-repeat;
	text-decoration: none;
}


/* FRESHERS */
a.nav-freshers {
	background: url(/images/freshers-off.gif) top left no-repeat;
	width: 127px;
	height: 42px;
	display: block;
	margin: 0 2px 0 0;
	}
a.nav-freshers:hover {
	background: url(/images/freshers-over.gif) top left no-repeat;
	text-decoration: none;
}


/* COMMUNITY LIFE */
a.nav-community {
	background: url(/images/community-life-off.gif) top left no-repeat;
	width: 127px;
	height: 42px;
	display: block;
	margin: 0 2px 0 0;
	}
a.nav-community:hover {
	background: url(/images/community-life-over.gif) top left no-repeat;
	text-decoration: none;
}


/* RESOURCES */
a.nav-resources {
	background: url(/images/resources-off.gif) top left no-repeat;
	width: 128px;
	height: 42px;
	display: block;
	margin: 0 2px 0 0;
	}
a.nav-resources:hover {
	background: url(/images/resources-over.gif) top left no-repeat;
	text-decoration: none;
}


/* CONTACT */
a.nav-contact {
	background: url(/images/contact-off.gif) top left no-repeat;
	width: 129px;
	height: 42px;
	display: block;
	margin: 0;
	}
a.nav-contact:hover {
	background: url(/images/contact-over.gif) top left no-repeat;
	text-decoration: none;
	}


.notvisible {visibility: hidden;}


#topnav li a {
	outline: none;
	color: #ffffff;
}
#topnav li a:hover {
	color: #ffffff;
}
#topnav ul li ul {
	position: absolute;
	float: left; 
	top: 42px;
	left: 0px;
	width: 127px;
	background: #929292;
	padding-bottom: 4px;
	z-index: 500;
}
#topnav li ul li a {
	outline: none;
	display: block;
	width: 115px;
	line-height: 13px;
	background: #606060;
	color: #ffffff;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	z-index: 500;
}
#topnav li ul li a:hover {
	background: #929292;
}

#topnav ul ul {
	position: absolute;
	z-index: 500;
}

#topnav ul ul li {
	clear: both;
	line-height: 41px;
}



div#topnav ul ul,
div#topnav ul li:hover ul ul,
div#topnav ul ul li:hover ul ul
{display: none;}

div#topnav ul li:hover ul,
div#topnav ul ul li:hover ul,
div#topnav ul ul ul li:hover ul
{display: block;}

#sttoms-link {
	position: absolute;
	top: 140px;
	right: 1px;
	width: 84px;
	height: 39px;
	padding: 9px 0 0 140px;
	background: url(/images/sttoms-bg.gif) top left no-repeat;
}
.visit-sttoms {
	margin: 0;
}
