#menu {
	display: block;
	width: 148px;
	filter: Alpha(Opacity=80);
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
	
#menu a {
	display: block;
	text-align: right;
	color: #53574D;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#menu a:hover, #menu a.active {
	background-color: #ECECE9;
}

.sub {
	padding-right: 10px;
	position: static;
}
.blog {
	background-image: url(images2/blog.jpg);
	background-repeat: no-repeat;
	background-position: 60px top;	
	height: 22px!important;
}
a.blog:hover {
	background-position: 60px bottom;
}

#menu .title { 
	display: block;
	color: #53574D;
	text-align: left;
	text-indent: 10pt;
	border: solid;
	border-width: 0px 0px 1pt;
	border-color: #D5D8D1;
	text-transform: uppercase;
}

a.menubody
{
	width: 100%;
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a.menubody img:hover
{
	filter: Alpha(Opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#size {
	position:absolute;
	left: 270px;
	top:50px;
	width:285px;
	height:25px;
	z-index:3;
	text-align: left;
	vertical-align: middle;
	color: #53574D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#size .lo {
	color: #53574D;
	font-size: 12px;
}
#size .mid{
	color: #53574D;
	font-size: 16px;
}
#size .hi{
	color: #53574D;
	font-size: 18px;
}

#size .nobold{
	color: #53574D;
	font-weight: normal;
	font-size: 12px;
}