/* rugby */
a:link, a:visited {
	color: #1b365d;
}

a:hover {
	color: #FE6A66;
}

#header_site {
	background: url(../images/rugby/header.png) 0 0 no-repeat;
}

h3, .componentheading, table.moduletable th {
  color: #1b365d;
}

div.module_menu {
	background: url(../images/rugby/box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/rugby/box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/rugby/box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/rugby/box_tl.png) 0 0 no-repeat;
}

#top	 { 
	margin-top: 26px; 
}


#topnav	 { 
	background: url(../images/rugby/menu-bg.png) repeat-x; 
}

#topnav a { 
	font-weight: bold !important; 
	border-bottom: none; 
	color:#FFF; 
}

#topnav a span.first {
	color: #00aeef;
}/**/

#topnav a:hover { 
	text-decoration: none; 
	color: #FE6A66;  
}

#topnav a:hover span.first { 
	color: #464441; 
	font-weight: normal; 
}/**/

#topnav li.active  a { 
	border-bottom: 4px solid #00AEEF; 
	padding-bottom: 2px; 
	text-decoration: none;
}

#topnav ul { 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	list-style-type: none; 
	padding: 0; 
	width: 100%; 
	line-height: 30px;
}

#topnav ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-transform: capitalize;
	letter-spacing: 1px;
	border-right: 1px solid #FE6A66;
/*	background: url(../images/rugby/navigation.png);*/
}

#topnav  li a:hover, #header li a.active {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 4px solid #FE6A66;
}

#topnav #active_menu-nav {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 4px solid #FE6A66;
}