.home {
    width: 180px;
	display: block;
    font-family: Tahoma;
    font-size: 12px;
	font-weight: bold;
	text-align: center;
    padding: 10px 0 0 0;
	margin: 0 0 0 5px;
	height: 20px;
	background: url(toptitle.gif) repeat-x;
}
.home a{
	text-decoration:none;
	color:#FFF;
}
.page {
    width: 180px;
    font-family: Tahoma;
    font-size: 12px;
	text-align:center;
	font-weight: bold;
    padding: 5px 0 0 0;
	margin: 0 0 0 5px;
	height: 20px;
	background: url(intro.gif) repeat-x;
}
.page a{
	text-decoration:none;
	color:#FFF;
}
.sdmenu {
    width: 180px;
    font-family: Tahoma;
    font-size: 11px;
    padding-bottom: 15px;
	margin-left: 5px;
    background: #d9ebf7 url(bottom.gif) no-repeat right bottom;
    color: #FFF;
}
.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
	font-size: 12px;
    font-weight: bold;
    color: white;
	background: url(title.gif) repeat-x;
    cursor: pointer;
}
.sdmenu .title {
    border-bottom: 1px solid #DDD;
}
.sdmenu .arrow {
    margin-left: 10px;
    margin-right: 7px;
}
.sdmenu .titlehidden {
    border-bottom: none;
}
.sdmenu #top {
    background: url(title.gif) repeat-x;
}
.sdmenu .submenu {
    overflow: hidden;
}
.sdmenu .submenu a {
    padding: 3px 0 3px 0;
    text-indent: 10px;
    background: #d9ebf7;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #dd5500;
    text-decoration: none;
}
.sdmenu .submenu a:hover {
    background : #2f65cf url(linkarrow.gif) no-repeat right center;
    color: #FFF;
}
.splash {
	background-color: #EAEAEA;
}
.expand {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 0 0 0;
	margin-left: 5px;
	text-align:center;
	background-color: #a6d6f5;
    color: #FFF;
    text-decoration: none;
	width: 180px;
	height: 15px;
}
