@charset "UTF-8";
/* CSS Document */



#navigation { width:975px; height:30px; float:left; background-image:url(../images/bkgrd-navbar.gif); background-repeat:repeat-x; padding-left:25px; padding-top:0px; position:absolute; top:244px; left:0px; text-align:left; z-index:10; }
#navigation ul { margin-left: 0; padding-left: 0; display: inline; } 
#navigation ul li { margin-left: 0; list-style: none; display: inline; }
#navigation .buttons { z-index:15; position:absolute; }





.dropdown {width:975px; height:30px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; background-image:url(../images/bkgrd-navbar.gif); background-repeat:repeat-x;}
/* hack to correct IE5.5 faulty box model */
* html .dropdown {width:975px; w\idth:975px;}
/* remove all the bullets, borders and padding from the default list styling */
.dropdown ul {padding:0;margin:0;list-style-type:none;}
.dropdown ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdown li {float:left;width:100px;position:relative;}
/* style the links for the top level */
.dropdown a, .dropdown a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:100px; height:30px; line-height:30px; background-image:url(../images/bkgrd-navbar.gif); background-repeat:repeat-x;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdown a, * html .dropdown a:visited {width:50px; w\idth:138px; text-decoration:none;}

/* style the second level background */
.dropdown ul ul a.drop, .dropdown ul ul a.drop:visited {background:#d11900; text-decoration:none;}
/* style the second level hover */
.dropdown ul ul a.drop:hover{background:#d11900; text-decoration:none;}
.dropdown ul ul :hover > a.drop {background:#d11900; text-decoration:none;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdown ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:100px;}
/* another hack for IE5.5 */
* html .dropdown ul ul {top:30px;t\op:30px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropdown table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.dropdown ul ul a, .dropdown ul ul a:visited {background:#7e7e7e; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:126px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .dropdown ul ul a, * html .dropdown ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.dropdown a:hover {color:#fff; background:#7E7E7E;  text-decoration:none; background-image:url(../images/bkgrd-navbar.gif); background-repeat:repeat-x;}
.dropdown ul ul a:hover{color:#fff; background:#d11900;  text-decoration:none; background-image:url(../images/bkgrd-navbar.gif); background-repeat:repeat-x;}

.dropdown :hover > a {color:#fff;background:#7E7E7E;  text-decoration:none; background-image:url(../images/bkgrd-navbar.gif); background-repeat:repeat-x;}
.dropdown ul ul :hover > a {color:#fff;background:#d11900; text-decoration:none;}

/* make the second level visible when hover on first level list OR link */
.dropdown ul li:hover ul,
.dropdown ul a:hover ul{visibility:visible; }