@charset "utf-8";


#menu {
	height:60px;
	padding:90px 0px 0px 0px;
	float:right;
}

#menu ul
{
	text-transform:lowercase;
	padding-left:160px;
	max-width:680px;
}

#menu li {
	float:left;
	margin:0 0 0 10px;
	font-weight:bold;
	font-size:1.4em;
}

#menu a {	
	position:relative;
	float:left;
	padding:5px 15px 4px 15px;
	color:#fff;
	text-decoration:none;
}

#menu a:hover, #menu a:active {
	background-color:#fff;
	background-image: url(../gfx/design/menu/corner_lt.gif);
	background-repeat: no-repeat;
	background-position:left top;
	text-decoration:none;
	color:#347696;
}

#menu #selected a {
	background-color:#fff;
	background-image: url(../gfx/design/menu/corner_lt.gif);
	background-repeat: no-repeat;
	background-position:left top;
	color:#202429;
}

#menu a span {
	display:none;
}
#menu a:hover span {
	display:block;
}

.corner {
	background-color:#fff;
	background-repeat: no-repeat;
	background-position:left top;
	position:absolute;
	height:4px;
	display:block;
	width:4px;
}

.rt {
	background-image: url(../gfx/design/menu/corner_rt.gif);
	right:0px;
	top:0px;
}

.lb {
	background-image: url(../gfx/design/menu/corner_lb.gif);
	bottom:0pt;
	left:0pt;
}

.rb {
	background-image: url(../gfx/design/menu/corner_rb.gif);
	bottom:0pt;
	right:0pt;
}