/* === [ BREADCRUMB ] ============================== */

.Breadcrumb {
}
.Breadcrumb a {
}
.Breadcrumb a:after {
}
.Breadcrumb a:hover {
}

/* === [ UNIQUE NAVIGATION ] ============================== */

.navunique a {
}
.navunique a:hover {
}
/* === [ Selected state ] === */
			 
.navunique a.MenuSelected {
}
/* === [ PRIMARY NAVIGATION - GLOBAL STYLE ] ============================== */

/* === [ Level 1 ] === */

#cN .navitem1 {
}
.default #cN .navitem1, .raceresults #cN .navitem1, .drivers #cN .navitem1 {
}
#cN .navitem1 a:after {
}
#cN .navitem1 a {
}
#cN .navitem1 a:hover {
}
/* === [ Selected state ] === */
			 
#cN .navitem1 a.MenuSelected {
}
#cN .navitem1 a:hover.MenuSelected {
}
/* === [ Selected Parent state ] === */
			 
#cN .navitem1 a.SelectedParent1 {
}
/* === [ SUB NAVIGATION - cLS - Left Hand Container ] ============================== */

/* === [ Level 1 ] === */
#cLS .Navigation {
	margin: 0 0 50px 0;
}
#cLS .navitem1 {
	display: block;
}
#cLS .navitem1 a {
	display: block;
	padding: 0 0 0 20px;
	width: 180px;
	height: 35px;
	font-size: 1.3em;
	line-height: 35px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/Templates/XXX/_images/_xxx/button.jpg) no-repeat;
}
#cLS .navitem1 a:hover {
	color: #FF6600;
	background: url(/Templates/XXX/_images/_xxx/button_f2.jpg) no-repeat;
}
#cLS .navitem1 a.MenuSelected {
	font-weight: bold;
	color: #FF6600;
	background: url(/Templates/XXX/_images/_xxx/button_f3.jpg) no-repeat;
}
#cLS .navitem1 a.MenuSelected:hover {
	font-weight: bold;
	color: #FF6600;
	background: url(/Templates/XXX/_images/_xxx/button_f3.jpg) no-repeat;
}
/* === [ SUB NAVIGATION - cPC - Primary Container ] ============================== */

/* === [ Level 1 ] === */
#cPC .Navigation {
	padding: 0 0 25px 0;
}
#cPC .navitem1 a {
	margin: 0 5px 0 0;
	padding: 0 0 0 10px;
	font-size: 1.1em;
	line-height: 20px;
	color: #FFFFFF;
	background: url(/Templates/XXX/_images/_xxx/arrow.png) no-repeat center left;
}
#cPC .navitem1 a:hover {
	color: #FF6600;
	background: url(/Templates/XXX/_images/_xxx/arrow_orange.png) no-repeat center left;
}
#cPC .navitem1 a.MenuSelected {
	color: #FF6600;
	background: url(/Templates/XXX/_images/_xxx/arrow_orange.png) no-repeat center left;
}
