#menu{
	clear:both;
	height:37px;
	background:#12602d;
	border-top:1px solid #c4d7cb;
	border-bottom:1px solid #c4d7cb;
	line-height:37px;
	padding-right:15px;
}	

.menu_separator{
	width:1px;
	height:37px;
	float:left;
}

.first{
	padding-left:20px;
}

#home{
	height:37px;
	float:left;
	padding-left:28px;
	padding-right:27px;
}

#home a,#home a:visited{
	color:white;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
}	

#home a:hover{
	color:#ADDDA3;
}


#previous{
	height:37px;
	float:left;
	
}

#previous a,#previous a:visited{
	color:white;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding-left:25px;
	padding-right:25px;
}	

#previous a:hover{
	background:url(../img/red_arrow_bottom.png) no-repeat 50% 27px #d2232a;
}

#media{
	height:37px;
	float:left;
	
}

#media a,#media a:visited{
	color:white;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding-left:33px;
	padding-right:33px;
}	

#media a:hover{
	background:url(../img/red_arrow_bottom.png) no-repeat 50% 27px #d2232a;
}

#premier{
	height:37px;
	float:left;
}

#premier a,#premier a:visited{
	color:white;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding-left:37px;
	padding-right:36px;
}

#premier.drop a, #premier.drop a:visited{
	background:url(../img/menu_arrow.png) no-repeat 20px 0;
	padding-left:48px;
	padding-right:25px;
}

#premier.drop a:hover{
	background:url(../img/menu_arrow_down_gold.png) no-repeat 20px 0 #d4c334;
}

#premier.drop ul a:hover {
	background: none;
}

#standard{
	height:37px;
	float:left;
}

#standard a,#standard a:visited{
	background:url(../img/menu_arrow.png) no-repeat 20px 0;
	color:white;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding-left:48px;
	padding-right:25px;
}	

#standard a:hover{
	background:url(../img/menu_arrow_down_silver.png) no-repeat 20px 0 #a7a9ac;
}

.submenu{
	position:absolute;
	width:530px;
	background:#231f20;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	display:none;
	z-index:99;
}

.submenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

.submenu li{
	font-size:12px;
	padding-top:5px;
}

#premier .submenu a,#premier .submenu a:visited,#standard .submenu a,#standard .submenu a:visited{
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
	background:none;
	line-height:1.3em;
}

#menu .submenu_left,#menu .submenu_right,#menu .submenu_left_standard{
	font-size:12px;
	line-height:1.3em;
}

*html #premier .submenu a,#premier .submenu a:visited,#standard .submenu a,#standard .submenu a:visited{
	line-height:12px;
}


#premier .submenu a:hover,#standard .submenu a:hover{
	text-decoration:underline;
}

#premier .submenu li,#standard .submenu li{
	width:auto;
}

#standard .submenu_separator{
	width:1px;
	height:210px;
	float:left;
	margin-right:10px;
}

#premier .submenu_separator{
	width:1px;
	height:100px;
	float:left;
	margin-right:10px;
}

.silver-back{
	background:#a7a9ac;
}
.gold-back{
	background:#d4c334;
}

.submenu_left{
	float:left;
	width:243px;
}

.submenu_left_standard{
	float:left;
	width:280px;
}

.submenu_left_standard li{
	width:auto;
}

.submenu_right li{
	width:auto;
}

#premier .submenu_right{
	width:250px;
	float:left;
}		

#standard .submenu_right{
	width:220px;
	float:left;
}		







#footer_nav{
	float:right;
	padding-right:55px;
	margin-top:15px;
}

#footer_nav ul{
	float:right;
	margin-right:55px;
	margin:0;
	padding:0;
}


#footer_nav ul li{
	list-style:none;
	float:left;
}

#footer_nav a,#footer_nav a:visited{
	text-decoration:none;
	color:black;
	font-size:11px;
}

#footer_nav  a:hover{
	text-decoration:underline;
}