/***********************MENU***********************/
#nav {
	background: url(images/nav-bg-up.gif);
	position: absolute;
	z-index:10;
	top: 10em;
}
#nav, #nav ul {
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#nav a {
	display: block;
	padding: 0.45em .75em;
 	color: #000000;
 	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}
#nav li ul li a {
	width: 7.5em;
	border-top: 0px solid #ccc;
	padding: 0.2em 1.5em;
 }
#nav, #nav ul {
	margin: 0 auto 1em;
 	padding: 0;
	width: 741px; 
	height: 2.45em;
	list-style-type: none;
	list-style-image: none; 
	list-style-position: outside; 
	line-height: 1; 
	-moz-background-clip: initial; 
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}
/*
#nav a.daddy {
 	background: url(images/arrow-rt.png) no-repeat scroll right center;
	-moz-background-clip: initial; 
	-moz-background-origin: initial; 
	-moz-background-inline-policy: initial; 
}
*/
#nav li {
	float: left;
	padding: .35em .9em .25em .9em;
/*	padding: .25em 2.5em .25em; */
	border-left: 0px solid #000000;
	background-repeat:repeat-x;
}
/*#nav > li > ul >li {
	background-image: none;
	background-repeat:repeat-x;
	}
*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
        background: #f2f2f2;
        width: 100px;
/*	width: auto;
	padding: 0 2em 2em 1em;
	_padding: 0 1em 2em 1em;
	margin: 0 0 0 -2.5em;
	_margin: .25em 0 0 -2.0em;
*/
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav > li a:hover {
	background:#cc0201;
	color: #fff;
}
/* IE7 sticking menus fix */
#nav li:hover, #nav li.sfhover {
    position: static;
}
* html #nav li:hover, * html #nav li a:hover {
	background:#cc0201;
	color: #fff;
}
#nav > li > ul li {
	border-left: 3px groove #6f6f6f;
	border-right: 3px groove #6f6f6f;
	_border-left: 3px solid #6f6f6f;
	_border-right: 3px solid #6f6f6f;
}
#nav > li ul {
	xborder-bottom: 3px groove #6f6f6f;
}
/* MULTI-LEVEL */
#nav li ul ul {
	margin: -2em 0 0 9.25em;
}
#nav, #nav ul {
	list-style: none; 
	line-height: 1;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	top: auto;
}
#nav li ul li {
	clear: left;
	margin: 0;
	padding: .2em 0;
	background: #f2f2f2;
	border-bottom: 1px groove #6f6f6f;
}
#nav {
	margin: 0 0 0 9px; 
}