/* CSS Document */
body {
	behavior: url(css/csshover.htc);
	}


/* Main Navigation */
#mainNav {
	font-size: 0.9em;
	position: relative;
	background: url(../images/nav_bg.gif) repeat-x;
	height: 50px;
	z-index: 20;
	width: 100%;
	}

#mainNav ul {
	margin: 0;
	padding: 0;
	}

#mainNav li {
	list-style: none;
	margin: 0;
	float: left;
	}

#mainNav ul ul li {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	}

#mainNav li:hover, #mainNav li:focus {
	}

#mainNav li.subMenu {
	}

#mainNav li.subMenu:hover, #mainNav li.subMenu:focus {
	z-index: 60;
	}

#mainNav>ul a {
	}

#mainNav ul ul {	
	}

#mainNav ul.level1 li.subMenu:hover ul.level2, #mainNav ul.level2 li.subMenu:hover ul.level3 {
	display:block;
	}
	
#mainNav ul.level2 li:hover {
	cursor: pointer;
	}

#mainNav ul.level1 {
	z-index: 11;
	}

#mainNav ul.level2 {
	position: absolute;
	padding-top: 3px;
	padding-bottom: 3px;
	top: 23px;
	/*margin-left: 3px;*/
	display: none;
	z-index: 11;
	}
	
#mainNav ul ul a {
	color: #fff;
	padding-left: 12px;
	background: url(../images/bullet_subnav.gif) no-repeat left;
	}
	
.test {
	position: relative;
	}

#mainNav ul ul a:hover {
	color: #99C0D6;
	text-decoration: none;
	}
	
#aboutRobertUL {
	left: 0px;
	width: 720px;
	}

#productsUL {
	left: 106px;
	width: 614px;
	}
	
#pressUL {
	left: 292px;
	width: 428px;
	}
	
#resourcesUL {
	left: 10px;
	width: 720px;
	}
#successUL {
	left: 448px;
	width: 272px;
	}
	
#aboutrobert {
	background: url(../images/nav_aboutrobert.gif) no-repeat 0 0px;
	}
#aboutrobert:hover {
	background: url(../images/nav_aboutrobert.gif) no-repeat -104px 0px;
	}
#products {
	background: url(../images/nav_products.gif) no-repeat 0 0px;
	}
#products:hover {
	background: url(../images/nav_products.gif) no-repeat -103px 0px;
	}
#seminarsNav {
	background: url(../images/nav_seminars.gif) no-repeat 0 0px;
	}
#seminarsNav:hover {
	background: url(../images/nav_seminars.gif) no-repeat -84px 0px;
	}
#press {
	background: url(../images/nav_press.gif) no-repeat 0 0px;
	}
#press:hover {
	background: url(../images/nav_press.gif) no-repeat -66px 0px;
	}
#resources {
	background: url(../images/nav_resources.gif) no-repeat 0 0px;
	}
#resources:hover {
	background: url(../images/nav_resources.gif) no-repeat -90px 0px;
	}
#success {
	background: url(../images/nav_success.gif) no-repeat 0 0px;
	}
#success:hover {
	background: url(../images/nav_success.gif) no-repeat -115px 0px;
	}
#contact {
	background: url(../images/nav_contact.gif) no-repeat 0 0px;
	}
#contact:hover {
background: url(../images/nav_contact.gif) no-repeat -89px 0px;
	}
#home {
	background: url(../images/nav_home.gif) no-repeat 0 0px;
	}
#home:hover {
	background: url(../images/nav_home.gif) no-repeat -69px 0px;
	}