


#menu {
	width:176px;
	padding:10px;
	padding-right:0px;
	vertical-align:top;
}

#menu .menuBox {
	border:none;
	color:white;
	display:block;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	background:url('../design/boxPattern.gif') bottom left repeat-y;
	width:176px;
}

#menu .menuContent {
	background:url('../design/boxFooter.gif') left bottom no-repeat;
	display:block;
	margin:0px;
	padding-bottom:20px;
}


#menu h1 {
	background:url('../design/boxHeader.gif') no-repeat;
    color:#454545;
    display:block;
    padding-left:6px;
    padding-top:4px;
    display:block;
    height:37px;
    margin:0px;
    font-size:13px;
    font-weight:bold;
	font-family:Verdana,Tahoma;
    text-align:left;
}


#tree {
    display:block;
	padding-left:7px;
	padding-right:1px;
	width:170px;
}

#tree a {
    color:white !important;
	display:block;
	height:16px;
	padding-left:6px;
	text-decoration:none;
}

#tree a:hover {
	color:orange !important;
    background-color: transparent !important;
}

#tree ul.section {
    padding: 0px !important;
    margin: 0px !important;
}





#tree li.section {
    display:block !important;
    color: #ffffff;
    font-weight: bold;
    vertical-align: top !important;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0px !important;
    margin: 0px !important;
    margin-left: 0px !important;
    list-style-type: none !important;
    line-height: 20px !important;
    background: url("/images/list-item-section.gif") no-repeat left top;
}


#tree li.section.last {
    background: url("/images/list-item-section-end.gif") no-repeat left top;
}

#tree li.section.first {
    background: url("/images/list-item-section-begin.gif") no-repeat left top;
}

#tree ul.sub {
    margin-top: 3px;
}



#tree li.section ul li.sub {
    color: #ffffff;
    font-weight: normal;
    vertical-align: middle !important;
    line-height: 16px !important;
    text-transform: none;
    display:block !important;
    background: url("/images/list-item.gif") no-repeat left top;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 0px !important;
    margin-left: -26px !important;
    list-style-type: none !important;
    height: 20px;
}

#tree li.section ul li.sub.last {
   background: url("/images/list-item-end.gif") no-repeat left top;
}


#tree img {
    margin-right: 2px;
		margin-top: -7px;
	}

#topMenu {
   text-align: center;
   border-top: 1px dashed #cccccc;
   border-bottom: 1px dashed #cccccc;
   margin-top: 5px;
   margin-bottom: 10px;
   padding-top: 3px;
}

#topMenu ul {
   background-color: #ffffff;
}


#topMenu li {
   list-style-type: none !important;
   display: inline;
   height: 22px;
   border: 1px solid #888888;
   padding: 8px;
   margin-left: 10px;
   margin-right: 10px;
   -moz-border-radius: 5px 5px 5px 5px;
}

#topMenu li:hover {
   background-color: #c0c0c0;
}


#topMenu a {
   color: black !important;
   font-weight: bold !important;
}

#topMenu a:hover {
   background-color: transparent !important;
}
