/* MyNetFx CSS Definitions */

body {background: #161721;

}

/* menu styling */

#background {width:750px; height:280px; background:url(images/banner4.jpg); background-repeat:no-repeat; 
}
#menu2 {padding:0; width:750px; margin:0; list-style:none; height:28px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; background:#000;
}
#menu2 li.top {display:block; float:left;
}
#menu2 li a.top_link {display:block; height:25px; float:left; line-height:22px; font-size:11px; font-weight:bold; padding:0 20px 0 10px; color:#edb; text-decoration:none; border-top:3px solid #000;
}
#menu2 li a.top_link:hover {color:#d5cbc1; border-color:#b99c7d;
}
#menu2 li:hover > a.top_link {color:#d5cbc1; border-color:#b99c7d;
}

/* link styling */

#menu2 a:hover {visibility:visible; position:relative; z-index:200;
}
#menu2 li:hover {position:relative; z-index:200;
}

/* next level is invisible by placing it off screen. */

#menu2 ul, 
#menu2 :hover ul ul, 
#menu2 :hover ul :hover ul ul,
#menu2 :hover ul :hover ul :hover ul ul,
#menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; height:0; margin:0; padding:0; list-style:none;
}
#menu2 :hover ul.sub {left:0; top:25px; white-space:nowrap; width:120px; height:auto; z-index:300; padding-top:5px; background:url(images/trans.png);
}
#menu2 :hover ul.sub li {display:block; float:left; width:100%; height:25px;
}
#menu2 :hover ul.sub li span {display:block; height:25px; float:left; width:90px; font-weight:normal;
}
#menu2 :hover ul.sub li b {display:block; height:25px; float:left; width:30px; font-weight:normal;
}
#menu2 :hover ul.sub li a {display:block; float: left; font-size:11px; height:25px; width:120px; margin-right:-30px; line-height:25px; text-indent:1px; color:#edb; text-decoration:none; background:url(images/trans.png);
}
#menu2 :hover ul.sub li span a:hover {color:#d5cbc1;
}
#menu2 :hover ul.sub li:hover > span a {color:#d5cbc1;
}
#menu2 :hover ul :hover ul,
#menu2 :hover ul :hover ul :hover ul,
#menu2 :hover ul :hover ul :hover ul :hover ul,
#menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:120px; top:0; white-space:nowrap; width:120px; z-index:400; height:auto;
}

/* content in the page*/

#content {width: 750px;margin: 0 auto;	padding: 10px; color:#edb; font-size:14px; font-family:arial, verdana, sans-serif;
}
#content a:link {color: #b99c7d;
}
#content a:visited {color: #d5cbc1;
}
.textbox {margin-bottom: 9px;padding: 20px 40px 20px 60px;background: #353535;border-top: 1px solid #eeddbb;border-right: 1px solid #eeddbb;border-bottom: 1px solid #eeddbb;border-left: 1px solid #eeddbb;
}
h1, h2, h3 {color: #edb;
}

/* footer of the page*/

#footer {clear: both; width: 450px; margin: 0 auto; padding-top: 20px;
}

#footer p {margin: 0; text-align: center; font-size: 14px; font-family:Tahoma, Geneva, sans-serif
}
#footer * {color: #000;
}
