
#infotop
{
	position:relative;
	z-index:100;
	width:595px;
	float:right;
}

/*p.bold
{
	padding-left:15px;
	color:#c00;
}*/


.menutop
{
	width:595px;
	height:25px;
	font-size:10px;
	position:relative;
	z-index:100;
	/*border-right:1px solid #000;*/
}


/* hack to correct IE5.5 faulty box model */
* html .menutop
{
	width:595px;
	w\idth:600px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menutop ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menutop positon */
.menutop li
{
	float:left;
	width:180px; /* Change 2nd width drop down from here*/
	position:relative;
}


.menutop a, .menutop a:visited /* style the links for the top level */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	width:130px;
	height:25px; 
	border:1px solid #747474;
	border-width:0px 0 0px 0px;
	/*background:#758279;*/
	padding:0 0 0 10px;
	line-height:25px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menutop a, * html .menutop a:visited
{
	w\idth:100px;
}



/* style the second level background */
.menutop ul ul a.droptop, .menutop ul ul a.droptop:visited
{
	background:#d4d8bd;
}

/* style the second level hover */
.menutop ul ul a.droptop:hover{background:#c9ba65;}
.menutop ul ul :hover > a.droptop {background:#c9ba65;}
/* style the third level background */
.menutop ul ul ul a, .menutop ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menutop ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menutop ul ul
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:115px;
	border:1px solid #000;
	border-width:0 0 0 0;
	padding-left:10px;
}

/* another hack for IE5.5 */
* html .menutop ul ul
{
	top:25px;
	t\op:24px;
	z-index:100;
}

/* position the third level flyout menutop */
.menutop ul ul ul
{
	left:0px;
	top:-1px;
	width:115px;
}

/* position the third level flyout menutop for a left flyout */
.menutop ul ul ul.left
{
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menutop table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menutop ul ul a, .menutop ul ul a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#d4d4d4;
	color:#414141;
	height:auto;
	line-height:16px;
	padding:5px 10px 5px 10px;
	width:160px; /* Change width of drop menu*/
	border-width:0 0px 1px 0px;/* zeon*/
}


/* yet another hack for IE5.5 */
* html .menutop ul ul a, * html .menutop ul ul a:visited {w\idth:165px;}/* Change width of drop menu*/

/* style the top level hover */
.menutop a:hover, .menutop ul ul a:hover
{
	color:#000;
	background:url(../images/btntop_bg.gif);
	background-repeat:repeat-x;
}


.menutop :hover > a, .menutop ul ul :hover > a
{
	color:#000;
	/*background:#949e7c;/* zeon*/
}

/* make the second level visible when hover on first level list OR link */
.menutop ul li:hover ul,
.menutop ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menutop ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menutop ul :hover ul :hover ul{ visibility:visible;}

