@charset "UTF-8";
/* CSS Document */


a, a:visited, a:hover, a:active, a:focus {
    direction: ltr;
    outline: 0 none;
}
#holder {
	background: transparent url(../dl-menu/tabs_0.gif) repeat-x scroll left top;
	overflow: hidden;
	padding-left: 10px;
	position: absolute;
	width: 740px;
}
dl.menu {
    background: url("../dl-menu/tabs_0.gif") no-repeat scroll left bottom transparent;
    float: left;
    margin: -32700px -150px 0 0;
    width: 250px;
}
dl.menu a {
    color: #FFFFFF;
    display: block;
    font: 11px/25px verdana,sans-serif;
    height: 25px;
    text-decoration: none;
    text-indent: 10px;
}
dl.menu a:visited {
    color: #FFFFFF;
}
dl.menu dt {
    float: left;
    margin: 32700px 0 0;
    padding: 0;
    position: relative;
    z-index: 50;
}
dl.menu dt a {
    background: none repeat scroll 0 0 transparent;
    width: 100px;
}
dl.menu dt a:hover, dl.menu dt a:focus, dl.menu dt a:active {
    background: url("../dl-menu/tabs_1.gif") no-repeat scroll left top transparent;
    margin-right: 1px;
    text-decoration: none;
}
dl.menu dd {
    background: url("../dl-menu/tabs_1.gif") no-repeat scroll left top transparent;
    float: left;
    margin: -25px 0 0;
    padding: 25px 0 0;
    position: relative;
    z-index: 10;
}
dl.menu dd a {
    background: none repeat scroll 0 0 #666666;
    width: 150px;
}
dl.menu dd a:hover, dl.menu dd a:focus, dl.menu dd a:active {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
    margin-right: 1px;
}
