@charset "utf-8";
/* 
	-------------------------------
	Rupex Menu Styles
	Author: www.72dpi.co.nz
	-------------------------------
*/

/* =nav */

ul#nav  {
	position: absolute;
	width: 502px;
	height: 41px;
	bottom: 10px;
	right: 10px;
	z-index:50;
}
#nav li{
	float: left;
	margin:0;
	padding:0;
	background-image:none;
}
#nav li a{
	display: block;
	height: 41px;
	background: url(/img/nav_sprite.png) 0 0 no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	position: relative;
}
/*---*/
#nav li#t-home a{
	background-position: 0 0;
	width: 84px;
}
#nav li#t-home a:hover{
	background-position: 0 -41px;
}
#nav li#t-home a.current{
	background-position: 0 -41px;
}
/*---*/
#nav li#t-plug-seedlings a{
	width: 131px;
	background-position: -84px 0;
}
#nav li#t-plug-seedlings a:hover{
	background-position: -84px -41px;
}
#nav li#t-plug-seedlings a.current{
	background-position: -84px -41px;
}
/*---*/
#nav li#t-orchids a{
	width: 90px;
	background-position: -215px 0;
}
#nav li#t-orchids a:hover{
	background-position: -215px -41px;
}
#nav li#t-orchids a.current{
	background-position: -215px -41px;
}
/*---*/
#nav li#t-about-us a{
	width: 100px;
	background-position: -305px 0;
}
#nav li#t-about-us a:hover{
	background-position: -305px -41px;
}
#nav li#t-about-us a.current{
	background-position: -305px -41px;
}
/*---*/
#nav li#t-contact-us a{
	width: 97px;
	background-position: -405px 0;
}
#nav li#t-contact-us a:hover{
	background-position: -405px -41px;
}
#nav li#t-contact-us a.current{
	background-position: -405px -41px;
}

/*----- Drop down menu -------*/

/* =Suckerfish drop downs */
#nav li li{ /* all list items */
	/*width: 10em;  width needed or else Opera goes nuts */
	float: none;
	margin: 0;
}

#nav li li a{
	background: none;
	font-size: 0.9em;
	line-height: 1.2;
	text-indent: 0;
	margin-bottom: 0;
	background-position: 0;
	padding: 5px 10px 5px 15px;
	
}
#nav li li:hover{
	background-color: #1C6729;
	text-decoration: none;
	
}
#nav li ul { /* second-level lists */
	margin-top: 0px;
	position: absolute;
	left: -999em;
	color: #fff;
	background-color: #000;
	width: 170px;
	padding: 5px 5px 4px 5px;
	height: auto;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul#nav li span {
	display: block;
    height: 2px;
}

#nav li ul a{
	color: #fff;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.9em 0 0 200px;
	font-size: 1em;
}		
#nav li:hover > ul { /* shows lists nested DIRECTLY under hovered list item */
	left: auto;
}
#nav .sfhover {/*Split up for IE6 Compatability*/
	left:auto;
}
#nav li:hover { /*Fix for IE7*/
	position: static;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul#nav li ul li a{
	width: 145px;
	height: auto;
	display: block;
	
	
	
}
ul#nav li ul li a:hover{
	color: #FFF;
	background-color: #1C6729;
	
}
ul#nav li:hover { /*Fix for IE7*/
	position: static;
	;
}

#nav li ul li a.current, #nav li ul li a:hover{
	background: none;
	-moz-border-radius: 5px;
	border-radius: 5px
}



/*----- Drop down menu ends -------*/
/*----- Sidemenu styling -------*/
#submenu{
	background:url(/img/submenu_top.png) 0 0 no-repeat #000;
	width:265px;
	margin:20px 0px 0 20px;
	
}

#submenu-pagename{
	height:36px;
	margin-bottom:10px;
	
}

#submenu h5{
	font-size:1.5em;
	color:#fff;
	padding: 12px 15px 0 25px;
}

#submenu h5 a{
	color:#fff;
	text-decoration: none;
}

#submenu-bottom{
	background:url(/img/submenu_bg_bottom.gif) 0 0 no-repeat;
	width:265px;
	height:8px;
}

#sidemenu{
	width: 298px;
	margin-bottom: 20px;
	padding: 0;
}

#submenu ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	text-transform: none;
	color: #8E8E8E;

}

#submenu ul li a{
	display: block;
	color: #CACACA;
	height: 21px;
	width:210px;
	margin-left:10px;
	padding: 9px 15px 0 30px;
	background: url(/img/subnav_sprite.png) 0 0 no-repeat;
}
#submenu ul li a:hover{
	color: #fff;
	text-decoration: none;
	background: url(/img/subnav_sprite.png) 0 -31px no-repeat;
}

#submenu ul li.current a{
	color: #fff;
	font-weight: normal;
	background: url(/img/subnav_sprite.png) 0 -31px no-repeat;
}

/*----- Sidemenu styling ends -------*/
/* =breadcrumb 
--------------- */
#breadcrumb{
	padding: 0;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	color: #666;
}
#breadcrumb a, #breadcrumb span{
	padding: 0 2px 0 0; 
	margin-right: 3px;
	color: #666;
	text-decoration: none;
}
#breadcrumb a.first{
	background: none;
	padding: 0;
}
#breadcrumb a.current{
	color: #fff;
}
body.kids #breadcrumb a.current{
	color: #000;
}