#menu ul {
	line-height: 1.0em;
	list-style: none;
	margin: 0;
	padding: 0 0 3px 0;	
}

#menu ul li {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 4px;
	padding:0;	
	text-align: center;
	width: 99px;
	background:none;
}

#menu a:link,
#menu a:visited {
	background: url('../images/menu_top_bg-sml.gif') no-repeat top left;
	color: #FFF;
	display: block;	
	height: 17px;
	padding: 4px 0 1px 0;
	text-decoration: none;
}

#menu a.current:link,
#menu a.current:visited,
#menu a:hover {
	background: url('../images/menu_top_bg_current-sml.gif') no-repeat top left;	
}


#menu2 li,
ul#menu2,
#submenu2 li,
ul#submenu2,
ul#submenu2 li,
#subsubmenu2 li,
ul#subsubmenu2, 
ul#subsubmenu2 li
{
	background: none;
	list-style-type: none!important;
	line-height: 30px;
	display: block;
	padding: 0;
	margin: 0;
}

ul#menu2 {
	margin: 0;
	padding: 0;
}

/*ul#submenu2 {
	margin-bottom: 25px;	
}*/
	
#menu2 a:link,
#menu2 a:visited {
	line-height: 25px;
	padding: 1px 0 0 13px;
	display: block;
	color: #FFF;
	text-decoration: none;	
	font-weight: bold;
}

#menu2 a.current:link,
#menu2 a.current:visited {
	background: #002f5e url('../images/bg-blue-menu-current.gif') repeat-x top left;
}

#submenu2 a:link,
#submenu2 a:visited {
	background: #e9f4fb;
	color: #1c3282;
	display: block;
	line-height: 20px;
	margin: 0;
	text-decoration: none;
	padding: 0 0 0 13px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	
	
}


#submenu2 a.current:link,
#submenu2 a.current:visited {
	background: url('../images/submenu2_bg_current.gif') repeat-x bottom left;
	color: #666;
	font-weight: bold;
	margin-right: 0;
}



#subsubmenu2 a:link,
#subsubmenu2 a:visited {
	margin: 0 ;
	background: #FFF;
	padding: 0 8px 0 23px;
	color: #444;
}

#submenu2 a:hover,
#subsubmenu2 a:hover {
	background: #cddde8;	
}

#subsubmenu2 a.current:link,
#subsubmenu2 a.current:visited {
	background:	#FFF;
	color: #444;	
}