@charset "utf-8";
/* CSS Document */
/* navigation styling */
.menu {width:900px; height:40px; background-image:url(../images/nav_bg.jpg); background-repeat:repeat-x;font-size:15px; line-height:17px; position:relative; z-index:100; color:#888888;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:150px; border-top: 1px solid #666666;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:150px;position:relative; background-image:url(../images/nav_list_bg.jpg); background-repeat:no-repeat; background-position:left;}
.menu li li{float:left;width:150px;position:relative; background-image:none; margin:0px;}
/* style the links for the top level */
.menu a, .menu a:visited, .menu a:hover{display:block;font-size:15px;text-decoration:none; color:#888888; width:150px; height:23px;  padding:9px 0px 8px 0px; line-height:17px; text-align:center; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:150px; w\idth:150px;}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:40px;left:0; width:150px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:40px;t\op:40px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

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

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul ul a:hover { background-image:url(../images/blabkpx.jpg);color:#888888; border-bottom:1px solid #666666; height:auto; line-height:1em; padding:5px 10px; width:130px;font-size:11px; line-height:13px; filter: alpha(opacity=90);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 -moz-opacity: 0.90; opacity:0.9;  -khtml-opacity:0.90;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:130px;}

/* style the top level hover */
.menu ul ul a:hover{color:#888888; background:#383838;background-image:url(../images/nav2_hover.jpg);
background-repeat:repeat-x; background-position:bottom;
}
.menu a:hover{color:#888888; background:none;}
.menu :hover > a, .menu ul ul :hover > a {color:#888888;background:none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
.menu li li a:hover{
background-image:url(../images/nav2_hover.jpg);
background-repeat:repeat-x;
background-position:bottom;
background-color:#383838;

}
#nav1 {
background-image:none;
}
#nav2 {
	margin-left: 0px;
}
#nav1 a:hover{
	color:#dc0067;
}

#nav2 a:hover{
	color:#ED6F23;
}
#nav3 a:hover{
	color:#00ADEF;
}
#nav4 a:hover{
	color:#F5D417;
}
#nav5 a:hover{
	color:#652A7A;
}
#nav6 a:hover{
	color:#dc0067;
}
#nav1 .current{
	color:#dc0067;
}
#nav2 .current{
	color:#ED6F23;
}
#nav3 .current{
	color:#00ADEF;
}
#nav4 .current{
	color:#F5D417;
}
#nav5 .current{
	color:#652A7A;
}
#nav6 .current{
	color:#dc0067;
}
