body {
	background-color: #FFF;
}

#logo {
	position:absolute;
	top:20px; 
	left:20px;
    border: 0px solid;
}

#slidingMenu{
	position:absolute;
	top:125px;
	left:1px;
	display:block;
    /* o internet explorer não calcula altura usando apenas top e botton*/
	height: 80%\9;
	width: 182px;
    overflow-y:auto;
    overflow-x:hidden;
	margin-bottom: 0px;
	bottom: 0px;
}

.sdmenu {
	position: absolute;
	top: 10px;
	left: 12px;
    width: 180px;
    font-family: Sans-Serif;
    font-size: 11px;
    background: #FFF url(../../img/slidingmenu/bottom.gif) no-repeat center bottom;
    color: #FFF;
    cursor: hand;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 3px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(../../img/slidingmenu/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(../../img/slidingmenu/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 2px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #EE7600;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #BABABA;
    color: #FFF;
}

#faixa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
    background: url(../../img/inicial/faixa1.gif) repeat-x;
}



