/* 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}
#menu {
	width: 140px;
	position: absolute;
	top: 0px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #FFF;
	border-left-color: #fff;
	background-color: #FFC921;
}
#menu ul {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu dd {
	border: 1px solid gray;
	background-color: #ccc;
}
#menu li {
	text-align: right;
	background-color: #C6C6C6;
}
#menu dt a {
	color: #424242;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	padding-right: 2px;
}
#menu li a {
	color: #424242;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-size: 0.85em;
	padding-right: 0.5em;
}
#menu dt a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	background-color: #FFC921;
}
#menu li a:hover {
background: #eee;
}

#wrapper1 {
	background-image: url(../img/bg_vertnav.png);
	background-repeat: repeat-y;
	background-position: 0px 250px;
}

#wrapper2 {
	background-image: url(../img/bg_vertnav.png);
	background-repeat: repeat-y;
	background-position: 0px 250px;
}

#container {
	background-image: url(../img/bg_vertnav.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.hidden {
	visibility: hidden;
}

#content div a .banner100 {
	height: 113px;
	width: 96px;
	padding-bottom: 10px;
	padding-right: 1px;
	padding-top: 0px;
	padding-left: 1px;
}
#content a:hover .banner100 {
	position: relative;
	background-image: url(../img/banner_100/bg_banner100_over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content div a .banner175 {
	height: 201px;
	width: 171px;
	padding-bottom: 17px;
}
#content a:hover .banner175 {
	position: relative;
	background-image: url(../img/banner_175/bg_banner175_over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


