/* CSS Document */

#menu {
	list-style: none;
	color: #005f8a;
	padding: 5px 0 0 60px;
	margin: 0;
	height: 30px;
	bottom: 0;
	right: 0;
	background: url(images/menu.gif) no-repeat left;
	}
	
	
#menu li {
	float: left;
	position: relative;
	height: 30px;
	}
	
#menu li.selected {
	background: url(images/menu_li_selected.gif) repeat-x bottom;
	}
	
#menu a,
#menu .a
 {
	display: block;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	float: left;
	position: relative;
	text-transform: uppercase;
	}
	
#menu a strong,
#menu .a strong
 {
	display: block;
	padding: 0 14px;
	font-weight: normal;
	}
	
#menu a:hover {
	text-decoration: underline;
	}

	
/* Sec Menu */
#sec_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	margin: 5px 0;
	}
	
#sec_menu a {
	color: #999;
	font-size: 18px;
	text-decoration: none;
	display: block;
	height: 30px;
	padding-right: 10px;
	}
	
#sec_menu a strong {
	font-weight: normal;
	}
	
#sec_menu a em {
	font-style: normal;
	color: #ffcc00;
	}
	
#sec_menu a:hover strong {
	color: #fff;
	}