body{
    overflow:hidden;
}
/* Navigation Style */
ul.menu{
    list-style:none;
    font-family: "Trebuchet MS", Arial, sans-serif;;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position: fixed;
    bottom:0px;
    left:0px;
    /*width:700px;*/
    height:100%;
	padding-top:0px;
}
ul.menu li{
    float:left;
    position:relative;
    height:100%;
    width:130px;
	left:40px;
}
ul.menu li > a{
    position:absolute;
	text-transform:uppercase;
    bottom:0px;
    left:0px;
    width:130px;
    height:40px;
    text-align:center;
    line-height:40px;
    color:#ddd;
    background-color:#161616;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;

    float:left; width:205px; border-right:solid 1px; border-right-color:#FFF; border-left:solid 1px; border-left-color:#FFF; text-align:center;
}
/* Thumb Scrolling Style */
div.sc_menu_wrapper {
    position: absolute;
    top:78px;
    width:207px;
    overflow: hidden;
    bottom:40px;
    left:0px;
    visibility:hidden;

}
div.sc_menu {
    width:207px;
    visibility:hidden;
	
}
.sc_menu a {
    display: block;
    background-color:#000;
    color: #fff;
    text-align:center;
	border-bottom:solid 2px;
	border-bottom-color:#161616;
  
}
.sc_menu img {
    display: block;
    border: none;

}

