#topnav-inner .item {
	float:left;
	background-image:url(/images/backgrounds/topnav.png);
	height:48px;
	width:135px;
	margin-right:10px;
	text-align:center;
	padding-top:10px;
}
#topnav-inner .item .line1 {
	font-size:14px;
	font-weight:bold;
}
#topnav-inner .item .line2 {
	font-size:10px;
}
#topnav-inner ul {
	list-style:none;
}
#topnav-inner ul li {
	float:left;
}
#topnav-inner .item:hover {
	background-image:url(/images/backgrounds/topnav_active.png);
}
#topnav-inner .item.active {
	background-image:url(/images/backgrounds/topnav_active.png);
}
#topnav-inner .item.active:hover {
	background-image:url(/images/backgrounds/topnav.png);
}
#home-image-inner {
	margin-top:8px;
}
#home-image-inner img {
	padding-right:5px;
	width:40px;
	height:40px;
}
#footer-image-inner .images {
	float:left;
}
#footer-image-inner .images img {
	padding-bottom:4px;
	padding-left:4px;
	width:20px;
	height:20px;
}
#footer-image-inner .title {
	font-size:15px;
	font-weight:bold;
	color:#f15a29;
	padding-bottom:10px;
}
#middle-nav .center {
	background-image: url(/images/backgrounds/menu-bg.png);
	background-repeat: no-repeat;
	width:900px;
	height:8px;
	margin-top:-9px;
}
#middle-nav {
	height: 24px;
	width:900px;
	xxpadding-top: 10px;
	text-align:center;
	padding-bottom:2px;
	padding-left:15px;/*ONTE: to align menu with sac logo*/
}
#middle-nav ul {
	list-style:none;
	margin-right:15px;
}
#middle-nav-inner {
	xxmargin-left:100px;
}
#middle-nav .border img {
	margin-top:-7px;
}
.sfm, .sfm ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:10;
}
.sfm div.submenu:hover {
	background-image:url(/images/backgrounds/menu-active.png);
}
.sfm div.submenu {
	height:12px;
	padding:3px 30px;
	background-image:url(/images/backgrounds/menu.png);
	color:#091034;
}
.sfm ul li a {
	display: block;
	padding:3px 25px;
	background-image:url(/images/backgrounds/menu.png);
	color:#091034;
}
.sfm ul li a:hover, .sfm ul li a.active {
	background-image:url(/images/backgrounds/menu-active.png);
}
.sfm ul li a.active:hover {
	background-image:url(/images/backgrounds/menu.png);
}
.sfm li ul li a {
	background-image:none;
	/*	padding:10px 15px;*/
/*	border:dotted 1px red;*/
	margin:0;
	padding:0;
	padding-left:10px;
	color:#ffffff;
	width:90%;
}
.sfm li ul li a.active:hover {
	background-image:none;
	color:#ffffff;
}
.sfm li ul li a:hover {
	background-image:none;
	color:#F15A29;
}
.sfm li ul li a.active {
	background-image:none;
	color:#F15A29;
}
.sfm li { /* all list items */
	xxdisplay:inline-block;
	float:left;
	margin-right:10px;
}
ul .level_1 {
	padding-top:10px;
	/*border:dotted 1px red;*/
	
}
.sfm li ul li {
	height:30px;
	/*	padding-bottom:5px;*/
	background-image:none;
	/*padding:0 15px;*/
	float:none;
	margin-bottom:10px;
	height:20px;
	
	padding-bottom:2px;
	border-bottom:solid 1px white;
/*	border:dashed 1px green;*/
	padding-right:5px;
	padding-left:5px;
}
.sfm li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	xxmargin-left:-30px;
	xxmargin-top:5px;
	background-image:url(/images/backgrounds/menu-li-bg.png);
	padding-bottom:10px;/*the border on the li on the last item was sticking outside of the greyish box*/
	width:200px;
}
.sfm li ul li {
	margin-right:0px;
	display:block;
}
.sfm li ul ul { /* third-and-above-level lists */
	/*margin: -1em 0 0 105px;
	margin-left:107px;
	margin-top:-41px;*/
	position:relative;
	top:-22px;
	right:-195px;
	padding-top:10px;
	
}
.sfm li:hover ul ul, .sfm li.sfhover ul ul {
	left: -999em;
}
.sfm li:hover ul, .sfm li li:hover ul, .sfm li.sfhover ul, .sfm li li.sfhover ul {  /*lists nested under hovered list items */
	left: auto;
}

/* ul .level_2{
	
	margin-left:100px;
	width:170px;
	padding-bottom:25px;
}

ul .level_2 li{
	margin-bottom:15px;
	
}

ul .level_2 li a{
height:25px;

	
}*/

