﻿/* --------------- */
/* MAIN NAVIGATION */
/* --------------- */
#nav_main_wrapper {
	float: left;
	width: 185px;
}
.nav_main_wrapper_top {
	height: 10px;
	background: #363e42 url(/images/nav_main_wrapper_top.gif) no-repeat;
	_margin-bottom: -5px;
}

#nav_main {
	background: #363e42;
}
#nav_main a {
	display: inline;
	_display: inline;
	margin-left: 7px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#nav_main a:hover, #nav_main a.active {
	padding-left: 6px;
	background: url(/images/bg_nav_main_active.gif) no-repeat left center;
}


#nav_main h5 {
	height: 20px;
	margin: 12px 0 7px 5px;
	padding: 1px 0 0 7px;
	background-color: #0c9fe4;
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
}
#nav_main h3 {
	height: 23px;
	margin: 12px 0 7px 5px;
	padding: 1px 0 0 7px;
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
}

#nav_main a#home {
	padding-left: 20px;
	font-size: 13px;
	background: url(/images/picto_home.gif) no-repeat left center;
}
#nav_main a#logout {
	padding-left: 20px;
	font-size: 13px;
	background: url(/images/menu-logout.png) no-repeat left center;
}
