#csumc_menu_bar {
	background-color:#333333;
	width:962px;
	height:30px;
}
#menuone {
	width: 176px !important;
}
#menutwo {
	width: 148px !important;
}
#menuthree {
	width: 167px !important;
}
#contactbutton {
	width: 96px !important;
}
#homebutton {
	width: 67px !important;
}
#menufive {
	width: 130px !important;
}
.menubaritem {
	height: 26px;
	color:#FFF;
	border: 1px solid #CCCCCC;
	margin-top:1px;
	margin-right:1px;
	font:normal normal bold 8pt/normal Verdana;
	/*width:auto !important;*/
	background: url(/menu_images/menu_arrow.gif) right no-repeat;
}
.menubaritem a {
	text-decoration:none;
	color:#FFF;
}
.menubaritem div {
	padding-top:5px;
	padding-left:5px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.menubaritem:hover {
	background-color:#666;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li img {
	float:right;
	margin-top:4px;
	margin-right:5px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	/*background:#666;*/
	width: 10em;
	font:normal normal normal 7pt/normal Verdana;
	color:white;
	/*margin-top:10px;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	height: 15px;
	border:1px solid #CCC;
	width: 100%;
	padding-top:4px;
	padding-left:4px;
	background-color:#666;
}

#nav li ul li:hover {
	background-color:#000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#mspacer {
	height:6px !important;
	background:none !important;
	border:none !important;
}

#mspacer:hover {
	background:none !important;
	border:none !important;
	height:6px !important;
}