
/*********************************************
*                                            *
*  Coversure HU Motorhome Micro Site         *
*  © DataMatters Ltd 2009                    *
*  Author Lee Jeffery - 09.12.09             *
*  ----------------------------------------  *
*  MENU                                      *
*                                            *
*********************************************/

/*********************************************/
/*   CSS Document                            */
/*   05/07/2010                              */
/*********************************************/

/*********************************************
* Nav                                        *
*********************************************/

#menu {
	margin: 0px auto;
	width: 910px;
}

#nav {
	float:right;
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	background-color: #25950c;
	margin: 0px;
	padding: 0px;
	margin-top: -31px;
	margin-right: 10px;
	border-bottom: 1px solid #1e8806;
}

#nav li {
	float:left;
	position:relative;
	display:block;
	border-right: 3px solid #ffffff;
	margin: 0px;
	padding: 0px;
}

#nav li a {
	display:block;
	padding:8px 20px 8px 20px;
	color:#fff;
	background:#25950c;
	text-decoration:none;
}

#nav li a:hover{
	color:#fff;
	background:#1e8806;
	text-decoration:none;
}

#nav #current {
	color:#fff;
	text-decoration:underline;
}

#nav a.quote {
	margin: 0px;
	background: #195e0a;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}






