/********/
/* MENU */
/********/

#menuolv a {
	color:#BB111C;
}

#contentolv a {
	color: #BB111C;
	font-weight: bold;
}

a{outline: none;}
:focus{-moz-outline-style: none;}

a:focus
{
	outline:0;
} 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

object { outline:none; }

#nav {
	margin:0;
	padding: 10px 0px 0;
	background: #fff url(../images/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	z-index:500;
}

#nav li {
	margin: 0 5px;
	padding: 0 0 5px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */

#nav a {
	font-weight: bold;
	color: #BB111C;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
}

#nav a:hover {
	background: #000;
	color: #eeeeee;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #BB111C url(../images/gradient.png) repeat-x 0 -40px;
	color: #f6eace;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #BB111C;
}

#nav ul a:hover {
	background: #BB111C url(../images/gradient.png) repeat-x 0 -100px !important;
	color: #f6eace !important;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	z-index:500;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 33px;
	left: 0;
	background: #f6eace url(../images/gradient.png) repeat-x 0 0;

}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	/*-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;*/
}
#nav ul li:last-child > a {
	/*-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;*/
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
