/*   Nav bar for taviravilla.co.uk   */

.subheader {
	font: 75% Verdana, Tahoma, Arial, Helvetica, sans-serif;
/*	background: url(../html/images/nav_main_bg.gif) repeat-x; */
	color: #626262;
	line-height: 26px;
	float: none;
	width: 100%;
}

.subheader a {
	padding: 5px 10px 5px 10px;
	color: #626262;
	font-weight: bold;
	background: inherit;
	text-decoration: none;
}

.subheader a:hover {
	color: #0033FF;
}

