.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #eee url(../../shared/images/slashfiles/bottom.gif) no-repeat  right bottom;
    color: #FFFFFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(../../shared/images/slashfiles/title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(../../shared/images/slashfiles/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    color: white;
    padding: 5px 0;
    text-indent: 10px;
    background: #000000;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #FFFFFF;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #600001 url(../../shared/images/slashfiles/linkarrow.gif) no-repeat right center;
    color: #FFF;
}

.linkline {
 background: url(linkline.gif) 0 0 no-repeat;
 width: 20em;
 padding:3px
}

.bl-black {background: url(bl-black.gif) 0 100% no-repeat #000000; width: 100%}
.br-black {background: url(br-black.gif) 100% 100% no-repeat}
.tl-black {background: url(tl-black.gif) 0 0 no-repeat}
.tr-black {background: url(tr-black.gif) 100% 0 no-repeat; padding:10px}

.bl-red {background: url(bl-red.gif) 0 100% no-repeat #800000; width: 15em}
.br-red {background: url(br-red.gif) 100% 100% no-repeat}
.tl-red {background: url(tl-red.gif) 0 0 no-repeat}
.tr-red {background: url(tr-red.gif) 100% 0 no-repeat; padding:10px}

.bl-red2 {background: url(bl-red.gif) 0 100% no-repeat #800000;}
.br-red2 {background: url(br-red.gif) 100% 100% no-repeat}
.tl-red2 {background: url(tl-red.gif) 0 0 no-repeat}
.tr-red2 {background: url(tr-red.gif) 100% 0 no-repeat; padding:10px}

.clear {font-size: 1px; height: 1px}

.bl-grey {background: url(bl-grey.gif) 0 100% no-repeat #DEDCDC; width: 100%}
.br-grey {background: url(br-grey.gif) 100% 100% no-repeat}
.tl-grey {background: url(tl-grey.gif) 0 0 no-repeat}
.tr-grey {background: url(tr-grey.gif) 100% 0 no-repeat; padding:10px}

.bl-line {background: url(bl-red.gif) 0 100% no-repeat #600001; width: 100%}
.br-line {background: url(br-red.gif) 100% 100% no-repeat}
.tl-line {background: url(tl-red.gif) 0 0 no-repeat}
.tr-line {background: url(tr-red.gif) 100% 0 no-repeat; padding:10px}

.bl-ltgrey {background: url(bl-ltgrey.gif) 0 100% no-repeat #D0D0D0; width: 100%}
.br-ltgrey {background: url(br-ltgrey.gif) 100% 100% no-repeat}
.tl-ltgrey {background: url(tl-ltgrey.gif) 0 0 no-repeat}
.tr-ltgrey {background: url(tr-ltgrey.gif) 100% 0 no-repeat; padding:10px}

#embeddedright {
/*position: absolute;
left: 64px;
top: 64px;*/
width: 48%;/* -- edit width here! -- */
float: right;
padding: 0;
margin: 0;
 }
#embeddedleft {
/*position: absolute;
left: 64px;
top: 64px;*/
width: 48%;/* -- edit width here! -- */

padding: 0;
margin: 0;
 }


.clearer {
	clear: both;
	font-size: 1px;
}

#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:320px; 
  height:425px; 
  border:1px solid #888; 
  background:#fff url(windows/win_back.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:2px;
  width:320px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:320px; 
  height:2px; 
  border:0;
  url(website-h.png)
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }
