@charset "utf-8";

/* SWEEB.NET
 * =========
 *
 * All HTML / CSS / JAVASCRIPT (C) Alexander Shepherd 2009
 *
 * Page Built by SWEEB
 * Alexander.Shepherd@Gmail.com
 *
 * VALID XHTML
 * http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sweeb.net
 *
 * VALID CSS 2.1
 * http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.sweeb.net
 *
 */

/*MAIN MENU ITEMS*/
	.main_menu {
		width: 904px;
		height: 40px;
	}
	
	.main_menu a {
		float: left;
		width: 149px;
		height: 40px;
		background-image: url(/images/main/menu.JPG);
		border-right: 2px solid black;
		text-decoration: none;
		font-weight: bold;
		color: black;
	}
	.main_menu a:hover {
		background-image: url(/images/main/menu_hover.JPG);
	}
	
	/*Text Positioning within the link*/
	.main_menu a span {
		position: relative;
		top: 9px;
	}
	
/*SUB MENU ITEMS*/
	.sub {
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		z-index: 27;
	}
	
	.sub a {
		width: 149px;
		background: #c7d0fb;
		height: 24px;
		padding-top: 3px;
		color: black;
		text-decoration: none;
		font-weight: bold;
		border-top: 1px solid black;
		text-align: center;
		z-index: 28;
		/*border-left: 1px solid black;
		border-right: 1px solid black;*/
	}
	.sub a span {
		z-index: 29;
	}
	
	.sub a:hover {
		background: #1995f8;
	}
	
#sub_holder {
	position:absolute;
}

.no_script_sub {
	float:left;
	border-right: 2px solid black;
	border-top: 0;
	border-bottom: 2px solid black;
}