/* CSS Document */


	body {
		behavior:url("csshover3.htc");
	}
	
	* {
		font-family:arial,tahoma,verdana,helvetica;
		font-size:12px;
	}

	/* the menu */

	ul#menu,li#menuitem2,li#menuitem,ul#menu a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

	ul#menu {
		width:100%;
		background:white;
		list-style:none;
		margin-left:10px;
		position:relative;
		white-space:nowrap;
	}

	ul#menu a{
		padding-top:5px;
	}

	li.menuitem {
		list-style: none; 
		float: left; 
		padding: 0px 0px 5px 0px; 
		width: 88px;
		height: 28px; 
		color: #ed1b23;
		font-weight:bold;
		text-align: center;
		font-size: 11px;
		
	}
	
	
		ul.navbar2 {

		}

		li.menuitem ul {
			background:url("../images/menu/nav2_bar.gif") no-repeat;
			position:absolute;
			top:auto;
			left:-5;
			display: none; /*hides the submenu clever bit now:*/
			margin-left: 5px; /*makes it appear below the item*/
			width: 792px;
			padding-left:20px;
			float:left;
			
		}		
			li.menuitem>ul { left:-5; } /* others */
			li.menuitem>ul>li { left:0px;width:auto;padding-right:10px; } /* others */
		
		li.menuitem2	{ 
		list-style: none;
		float: left; 
		padding: 2px 9px 5px 0px; 
		width:1%;
		white-space:nowrap;
		text-align:center;
}				


	li.menuitem a {
		text-decoration:none;
		color:#ed1b23;
		font-weight:bold;
		font-size:11px;
		width:100%; /* IE */
		height: 28px;
		padding-top:0px;
	}
		li>a { width:auto; } /* others */

	li.menuitem2 a {
		color: #000;
		font-weight:normal;
		text-align: left;
		font-size: 11px;
		width: 100%;
	}
	/* regular hovers */
	li.menuitem a:link {color:#ed1b23;}
	li.menuitem a:visited {color:#ed1b23;}
	li.menuitem a:focus {background:url("../images/menu/nav1_btn.gif") no-repeat;color:#fff;}
	li.menuitem a:hover {background:url("../images/menu/nav1_btn.gif") no-repeat;color:#fff;}
	li.menuitem a:active {background:url("../images/menu/nav1_btn.gif") no-repeat;color:#fff;}
	
	
	li.menuitem2 a:link {color:#fff;}
	li.menuitem2 a:visited {color:#fff;}
	li.menuitem2 a:hover {color:#fff;background:none;}
	li.menuitem2 a:active {color:#fff;background:none;}
	
	.showbg {
		background:url("../images/menu/nav1_btn.gif") 
		no-repeat;
		color:#fff;
	}
	
	/* hovers with specificity */
		
		
	
	
