/* CSS Document */

.french{
	background-color: #e34614;
}

.pipe{
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	font-style: normal;
	margin-top: 5px;
}
#nav, #nav ul {
	
	list-style: none;
	line-height: 13px;
	background: #820c17;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 11px;
	float: left;	
}

.border{
border: 1px solid #FFFFFF;
}

.itemborder{
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}

#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a.daddy {
	background: url(images/menu_arrow.gif) no-repeat 160px center;
	
}

#nav li {
	float: left;	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	/*w\idth: 175px;*/
	font-weight: normal;
	margin: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

#nav li li {
	width: 175px;
}

#nav li ul a {
	width: 165px;
	/*w\idth: 175px;*/
}

#nav li ul ul {
	margin: -2.2em 0 0 15.6em;
}

/* SPECIAL SERVICES MENU */
#nav li ul ul.ss {
	margin: -2.2em 0 0 -13.7em;
	border: 1px solid #FFFFFF;
	width: 150px;
}

.ss{
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}

#nav li li.ss {
	width: 150px;
}

.ss2{
	border-top: none;
	border-right: none;
	border-right: none;
	border-left: none;
}

#nav li ul ul.ss2 {
	margin: -2.2em 0 0 -13.7em;
	border: 1px solid #FFFFFF;
	width: 150px;
}

#nav li li.ss2 {
	width: 150px;
}

/* SPECIAL SERVICES MENU ENDS */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #A50130;
}
