#menu {
	height:29px;
	border:1px solid #dfddd5;
	border-bottom:0;
	background:transparent url(../images/menu-bg.gif) 0 0 repeat-x;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.menu {}

	#menu ul {
		float:left;
		list-style:none;
		padding:0;
		margin:0;
	}
	
	#menu li {
		float:left;
		padding:0;
		margin:1px 0 0 0;
		background:transparent url(../images/menu-sep.gif) 100% 0 no-repeat;
	}
	
	#menu li.nobg {
		background:none;
	}
	
	#menu a {
		display:inline-block;
		height:29px;
		text-decoration:none;
		padding:0 20px;
		color:#133457;
		line-height:24px;
		font-weight:bold;
	}
	
	#menu li.home {
		background:transparent url(../images/home-icon.gif) center 2px no-repeat;
	}
	
	#menu li.home:hover,
	#menu li.home.hover {
		background:transparent url(../images/home-icon.gif) center 2px no-repeat;
	}
	
		#menu li.home a {
			width:40px;
			display:block;
			padding:0;
			text-indent:-9999px;
		}
		
		#menu li.home:hover a,
		#menu li.home.hover a{
			background:none;
		}
	
	#menu li:hover,
	#menu li.selected,
	#menu li.hover,
	#menu li.hover.selected {
		background:transparent url(../images/menu-hover-right.gif) 100% 0 no-repeat;
	}
	
		#menu li:hover a,
		#menu li.selected a,
		#menu li.hover a,
		#menu li.hover.selected a {
			color:#FFFFFF;
			background:transparent url(../images/menu-hover-left.gif) 0 0 no-repeat;
		}

/* LEVEL 2 MENU */
		#submenu ul {
			float:left;
			list-style:none;
			padding:0;
			margin:0 0 0 37px;
		}
		
		* html #submenu ul {
			margin:0 0 0 19px;
		}
		
		#submenu li {
			float:left;
			padding:0;
			margin:1px 0 0 0;
		}
		
		#submenu a {
			display:inline-block;
			text-decoration:none;
			padding:0 9px 0 9px;
			color:#133457;
			line-height:24px;
			font-weight:bold;
		}
		
		#submenu a:hover,
		#submenu a.selected {
			color:#c50303;
		}
		
	
/* /LEVEL 2 MENU */
