

/* Menu */
#menu{
	position:relative;
	padding:0px;
	height:30px;
	overflow:hidden;
	margin:80px 0 0 97px;
	float:left;
	display:inline;
}

#menu ul {
	padding:0px;
	margin:0px;
}

/* Dont apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#menu ul li {
	margin:0px;
	float:left;
	/*position: relative;
	*/list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	height:30px;
}

#menu ul li a.default {
		text-indent:-500em;
		display:none;
		width:1;
		background-image:none;
}

#menu ul li a {
	text-indent:0em;
	z-index:100;
	display:block;
	float:left; 
	height:22px;
	width:105px;
	/**/
	position:relative;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#002d57;
	text-decoration:none;
	padding:8px 0 0 0;
	text-align:center;
	font-weight:normal;
}

#menu ul li a:hover {
	font-weight:normal;
}


#menu li.background {
	background:url(/images/bg_menu_right2.gif) no-repeat top right;
	z-index:8;
	position:absolute;
	visibility:hidden;
}

#menu .background .left {
	background:url(/images/bg_menu2.gif) no-repeat top left;
	height:30px;
	margin-right:9px;
	z-index:1; /* 7px is the width of the rounded shape */
}
































