#pad {height:220px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* This is for the sub menu base**/
#dropline {padding:0 0 0 30px; margin:0 0 0 195px; list-style:none; height:30px; background:url(http://www.infoage.co.nz/images/pro_15_0.gif) repeat-x; position:relative;}
#dropline a{text-decoration:none;}
#dropline table {border-collapse:collapse: width:0; height:0; margin:-3px -10px;}

/**sub menu base item**/

#dropline li { 0;float:left;}
#dropline li a {display:block; height:30px; line-height:30px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none; font-family:tahoma, sans-serif; font-size:12px;}
#dropline li a b {display:block; height:30px; float:left; padding:0 0 0 20px; cursor:pointer;}
#dropline li a:hover {background:url(http://www.infoage.co.nz/images/tab_a.gif) no-repeat right top; line-height:36px; height:30px}
#dropline li a:hover b {background:url(http://www.infoage.co.nz/images/tab_b.gif) no-repeat left top; line-height:36px;}
#dropline li:hover > a {background:url(http://www.infoage.co.nz/images/tab_a.gif) no-repeat right top; line-height:30px; height:30px}
#dropline li:hover > a b {background:url(http://www.infoage.co.nz/images/tab_b.gif) no-repeat left top; line-height:30px;}

/**sub menu sub item**/
#dropline ul {padding:0; margin:0 0 0 42px; list-style:none; position:absolute; height:25px; width:700px; background:#ffeac5; left:-9999px; top:30px; z-index:10; }

#dropline ul li {height:25px; line-height:25px;border-bottom:1px solid #e60;}
#dropline ul li.first {height:25px; line-height:25px;border-bottom:0;border-left:0;}
#dropline ul.right li {float:right;}
#dropline ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; border-right:1px solid #e60; font-weight:bold; font-size:11px;}
#dropline ul li a:hover {height:25px; line-height:25px; background:transparent; color:#c60;}
#dropline ul.right li a {border-left:1px solid #e60; border-right:1px solid #e60;}
#dropline ul li a.first { border-left:1px solid #e60;}
#dropline ul li a.last { border-right:1px solid #e60;}

#dropline ul li a.aboutlast {border-left:1px solid #e60;}
#dropline ul li aboutfirst {border-left:0;border-bottom:0;}

#dropline :hover ul {left:0;}
/**current item, not used in the page as only one menu bar.**/
#dropline li.current ul {left:0; z-index:1;}
#dropline li.current a {background:url(tab_a.gif) no-repeat right top; line-height:36px; height:44px}
#dropline li.current a b {background:url(tab_b.gif) no-repeat left top; line-height:36px;}
#dropline li.current ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; background:transparent;}
#dropline li.current ul li.current_sub a {color:#c60;}
#dropline li.current ul li a:hover {color:#c60;}
#page{
	position: absolute;
	/**top: 10;
	left: 100;**/
	visibility:hidden;
	top: 218px;	/**left: 380px;
	right:200px;
	top: 229px;
	width: 80%;**/
}
