/* Main navigation */

#menu{
	width: 100%;
	background: url(/as_assets/images/menu.gif) repeat-x;
	text-align: center;
	overflow: hidden; 
	height: 32px;
	/*display: inline-block;*/
}
#menu ul{
	display: block;
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
#menu ul li{
	display: block;
	float: left;
}
#menu ul li a, #menu ul li a:visited{
	display: block;
	line-height: 27px;
	color: #fff;
	text-decoration: none;
	padding: 0 14px;
	font-weight: bold;
	font-size: 1.1em;
}
#menu ul li a:hover, #menu ul li.current a{
	text-decoration: underline;
}

/* Submenu */

.submenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
.submenu ul li{
	display: block;
	width: 159px;
	padding-bottom: 4px;
}
.submenu ul li a, .submenu ul li a:visited{
	display: block;
	width: 159px;
	background: #f6f6f6 url(/as_assets/images/submenu_top.gif) no-repeat top left;
	color: #656464;
	text-decoration: none !important;
	font-size: 1.2em;
}
.submenu ul li a span{
	display: block;
	padding: 8px 15px;
	background: url(/as_assets/images/submenu_bottom.gif) no-repeat bottom left;
}
.submenu ul li a:hover, .submenu ul li.current a, .submenu ul li.current a:visited{
	color: #fff;
	background: #003592 url(/as_assets/images/submenu_top.gif) no-repeat top right;
}
.submenu ul li a:hover span, .submenu ul li.current a span, .submenu ul li.current a:visited span{
	background: url(/as_assets/images/submenu_bottom.gif) no-repeat bottom right;
}

/* Footer navigation */

.fmenu ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}
.fmenu ul li{
	display: block;
	float: left;
	padding: 0 4px;
	border-left: 1px solid #6a6a6a;
}
.fmenu ul li a, .fmenu ul li a:visited{
	text-decoration: underline;
}
.fmenu ul li a:hover, .fmenu ul li.current a{
	text-decoration: none;
}