
.flagmenu{
	font-weight: bold;
	font-size: 55%;
	width: 75%;
	padding-bottom:20px;
}

.flagmenu ul{
	padding: 5px 0;
	margin: 0;
	text-align: center;
}

.flagmenu ul li{
	display: inline;
}

.flagmenu ul li a{
	display: block;
	color: #000000;
	font-weight:bold;
	padding: 4px 4px 4px 4px;
	margin: 3px;
	text-decoration: none;
}

.flagmenu1 {
	height:15px;
	width:30px;
	background: transparent url(../images/eng.gif) center center no-repeat;
}

.flagmenu2 {
	height:15px;
	width:30px;
	background: transparent url(../images/fra.gif) center center no-repeat;
}

.arrowgreen{
	position:relative;
	top: 0px;
	left: 0px;
	width: 100px; /*width of menu*/
	border-color:#94AA74;
	border-size: 1px;
	border-width: 1px;
	padding-bottom:20px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

.urbangreymenu{
width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 10px Verdana;
color: black;
background: #97B7FF url(../images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: bold 9px Arial;
color: black;
background: #C2D6FF;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: black;
background: #8AAFFF;
}

.urbangreymenu li a.selected{
color: black;
font-weight:bolder;
background: #497EEB;
}

