/* @group Horizontal Menu */
div.wrapper { 
	margin: 0 auto; width: 800px; padding:0;
}

td.leftcol { width:0px;padding:0;}
td.rightcol { width:0px;padding:0;}

.navspan {
	width: 100%; border: 0; cellspacing: 0; cellpadding: 0; background: url(../images/horiz-menu-bgg.png) repeat;
}

#horiz-menu {
	background: url(../images/horiz-menu-bgg.png) 0 0 repeat-x;
}

#horiz-menu ul ul {
	background: #031421;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;	
    border-left: 1px solid #094369;
	border-right: 1px solid #094369;
	border-bottom: 1px solid #094369;
}

#horiz-menu ul ul ul {
	border-top: 1px solid #094369;
}

#horiz-menu li a {
	background: url(../images/horiz-menu-div.png) 100% 50% no-repeat;
}

#horiz-menu a,
#horiz-menu li.active a {
	color: #fff;
}

#horiz-menu li.active a {
	color: #18A7E1;
}

#horiz-menu a:hover {
	color: #18A7E1;
}

#horiz-menu ul ul li a,
#horiz-menu ul li.active.parent ul a {
	background: url(../images/dropdown-arrow.png) 10px 50% no-repeat;
	color: #18A7E1;
}

/* @end */
