.menu {
	width:765px;
	padding:0;
	padding-left:4px;
	margin:0;
	list-style:none; 
	height:32px; 
	
	position:relative;
	z-index:500; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.menu li.level0 {
	display:block; 
	float:left;
	padding:0px;
	margin:0px;
	background:transparent url(../images/nav-bg.jpg); 
	background-repeat:repeat-y;
	background-position:top; 
}
.menu li a.level0_link {
	display:block; 
	float:left; 
	height:32px;
 	line-height:30px; 
	color:#000000; 
	text-decoration:none; 
	font-size:12px; 
	font-weight:normal; 
	padding:0px;
	padding:0px 1px 0px 3px;
	cursor:pointer;
	background: url(../images/nav_left.gif) no-repeat;
	background-position:left;
}
.menu li a.level0_link span {
	float:left; 
	display:block; 
	padding:0px 8px 0px 8px; 
	height:32px;
	background:url(../images/nav_right.gif) right top;
}
/*.last{
	padding:0px 2px 0px 0px;
	margin:0px;
}
.last[class]{
	padding-right:3px;
}*/
.menu li a.level0_link:hover {
	color:#000; 
	background: url(../images/nav_left_high.gif) no-repeat; 
	line-height:30px;
}
.menu li a.level0_link:hover span {
	background:url(../images/nav_right_high.gif) no-repeat right top;
}

.menu li:hover > a.level0_link {
	color:#000; background: url(../images/nav_left_high.gif) no-repeat; 
	line-height:30px;
}
.menu li:hover > a.level0_link span {
	background:url(../images/nav_right_high.gif) no-repeat right top;
}


.menu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
	}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible; position:relative; z-index:200;}
.menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/*.menu ul.sub1 {width:160px;}
.menu ul.sub2 {width:110px;}
.menu ul.sub3 {width:90px;}
.menu ul.sub4 {width:112px;}*/
.menu ul.sub5 {width:120px;}

.menu :hover ul {
	left:0; 
	top:32px; 
	background: #f2f2f3;
	padding:3px; 
	border:1px solid #cdcdcd; 
	border-width:0 1px 1px; 
	white-space:nowrap; 
	height:auto; 
	z-index:300;
	
}
.menu :hover ul li {
	display:block;
	height:20px; 
	position:relative; 
	font-weight:normal; 
	width:auto;
}
.menu :hover ul li a {
	display:block; 
	font-size:12px; 
	height:20px; 
	line-height:20px; 
	width:auto; 
	padding:0 8px; 
	color:#000; 
	text-decoration:none;
}
.menu :hover ul li a:hover {
	background:#bb0101; 
	color:#fff;
	
}
