﻿

#dropdown {
	line-height: 1;
	margin-left: -20px; 
	float:left; 
	height:25px;
	margin-top: -5px;
}

#dropdown a {
	padding-left: 0;
}

#dropdown a:hover {
	background: #fff;
}

#nav h3 {
	padding: 4px 0 3px 5px;
	color: #003333;
	background: #fff url(http://www.indianatech.edu/PublishingImages/global/menuarrow.gif) no-repeat right center;
	border: solid 1px #ccc;
	font-size: 1em;
	width:143px;
}
#nav h3 a {
	color: #003333;
}
#nav h3 a:hover {
	/* text-decoration: none; */
	background: #fff url(http://www.indianatech.edu/PublishingImages/global/menuarrow.gif) no-repeat right center;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	font-size: .8em;
	text-decoration: none;
	padding: 1px 3px;
}

#nav li { /* all list items */
	float: left;
	padding-left: 25px;
	padding-top: 8px;
	text-align: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #e9e9e9;
	width: 149px;
	left: -99999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 100;
	border-bottom: dotted 1px #542812;
	border-left: dotted 1px #542812;
	border-right: dotted 1px #542812;
}

#nav li li {
	display: block;
	padding: 2px 0 0 0;
	width: 10em;
	font-size:92%;
}


#nav li ul li.last {
	border-bottom: solid 1px #ccc;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#nav li ul li a {
	text-decoration: none;
	font-weight: normal;
	color: #333;
	padding: 3px 5px;
}

#nav li ul li h4 {
	font-size: 85%;
	color: #003333;
	text-transform: uppercase;
	border-top: solid 1px #ccc;
	margin: 3px 0 0 0;
	padding: 5px 4px 1px;
	width:139px;
}


#nav li li a {
	font-size: .8em;
	color: #333;
	
}

#nav li li a:hover {
	background: #486784;
	color: #fff;
	width:140px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -99999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #menu li.hover { 
position: static; 
}

