/*
IU School of Informatics | Top Menu
-----------------------------------
Bill English
benglish@indiana.edu
October 22, 2004
*/

#menulist {
	float: none;
	position: relative;
	width: 720px;
	line-height: 1.0;
	margin: 1px 1px 1px 1px;
	border: 1px dashed #00CCFF;
	padding: 1px;
}

#menulist ul {
	margin: 0;
	padding: 0;
	}

#menulist li {
	display: inline;
	list-style: none;
	padding-right: 10px;
	}

#menulist .actuator {
	color: #000;
	font-size: .6em;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	}

#menulist .selected, #menulist .actuator:hover {
	color: #0066FF;
	font-size: .6em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-bottom: .3em;
	}

#menulist .menu {
	color: #000;
	background-color: ffffff;
	border: 1px dashed #006600;
	position: absolute;
	visibility: hidden;
	clear: both;
	padding: 0 0 .2em 0
	}

#menulist .menu li { 
	margin: 0;
	padding: 0;
	}

#menulist .menu li a {
	background-color: #FFFFFF;
	color: #000;
	display: block;
	line-height: 1.4;
	margin: 0;
	padding: .2em 12px .25em 4px;
	text-decoration: none;
	font-weight: normal;
	font-size: .65em;
	width: 150px;
	}

#menulist .menu li a:hover {
	color: #006600;
	}

#overviewMenu,
#academicsMenu,
#researchMenu,
#careersMenu,
#peopleMenu,
#contactMenu { width: 165px; }

#menuwrapper {

	background: #ffffff;
	background-color: #ffffff;
	border-bottom: 1px solid white;
	height: 30px;
	width: 280px;
	}
