/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn. 
   hold div height accommodates scrollbar in this example    
*/
div#hold	{ 
    height: 26px;
    overflow: hidden;
    position: relative;
    margin-left: 230px;
    width: 500px;
    z-index: 100;
}

div#wn {
    clip: rect(0px, 500px, 52px, 0px); 
    height: 26px; 
    left: 0px;
    margin-top: 1px;
    overflow: hidden;	
    position: absolute; 
    top: 0px; 
    width: 499px;
    z-index: 1; 
}

div#lyr1 {
    left:0px;
    position: absolute;
    top:0px; 
    visibility:hidden; 
    z-index:1; 
}

#t1 td {
    background: transparent url(/images/menu_delim.gif) no-repeat scroll right 4px;
    color: #FFFFFF;
    padding-right: 19px;
    white-space: nowrap;
}

#t1 td em {
    padding-top: 10px;
}

#t1 td a:link,
#t1 td a:visited {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}

#t1 td a:hover {
    color: #81d0ef;
}

/* image menu */
div#scroll_menu	{ 
    background: transparent url(/images/scroll_menu_bg.jpg) repeat-x scroll 0 0;
    height: 121px;
    margin-top: 8px;
    overflow: hidden;
    width: 100%;
    z-index: 100;
}

div#mid_content div#scroll_menu table a:link,
div#mid_content div#scroll_menu table a:visited {
    border: 4px solid #DFD9CD;
    display: block;
    height: 72px;
    margin: 0 3px 0 3px;
    width: 72px;
}

div#mid_content div#scroll_menu table a:hover {
    border-color: #999999;
}

div#scroll_wrapper {
    clip: rect(0px,390px, 52px, 0px); 
    height: 26px; 
    left: 0px;
    margin-top: 1px;
    overflow: hidden;
    padding-left: 20px;
    position: absolute; 
    top: 0px; 
    width: 390px;
    z-index: 1;
}

div#scroll_table_wrapper {
    left:0px;
    position: absolute;
    top:0px; 
    visibility:hidden; 
    z-index:1;
    text-align: center;
}