.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #336699; url(images/bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #000000;
    background: #FFCC33;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(images/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #336699;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
 
}

.sdmenu .submenu a:hover {
    background : #BDCCDC url(images/linkarrow.gif) no-repeat right center;
    color: #000;
}

body{
font-family: century gothic;
}

p{
 font-size: 11pt;
}

li{
font-size: 11pt;
}