@charset "utf-8";
/* CSS Document */

.menu {width:1100px; height:33px; line-height:33px; position:absolute; z-index:10000; font-family:arial, sans-serif; font-weight:bold; text-transform:uppercase; font-size:11px !important; top:490px; left:175px; }

/* hack to correct IE5.5 faulty box model */

* html .menu, * html .submenu {width:901px; w\idth:900px;}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul, .submenu 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 menu positon */

.menu li, .submenu li {float:left;position:relative;}

/* style the links for the top level */

.menu a, .menu a:visited {display:block;font-size:20px;text-decoration:none; color:#fff;  height:33px; padding:0 9px 0 9px; line-height:33px; font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {}
* html .submenu a, * html .submenu a:visited {}

/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{color:#fff; background:#8db62e;}

.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#8db62e;}

.submenu {width:924px; height:33px; line-height:33px; position:absolute; z-index:100; font-family:arial, sans-serif; font-weight:bold; text-transform:uppercase; font-size:11px !important; top:168px; left:322px; }

/* style the links for the sub level */

.submenu a, .submenu a:visited {display:block;font-size:10px;text-decoration:none; color:#fff;  height:33px; padding:0 9px 0 9px; line-height:33px; font-weight:bold;background:#8db62e; border-right:1px solid #fff; }

.submenu ul li:last-child a, .submenu ul li:last-child a:visited {border:none;}

/* style the sub level hover */

.submenu a:hover, .submenu ul ul a:hover, .hoverstate, .on {color:#fff; background:#8db62e;}


