@charset "UTF-8";
/* CSS Document */

#menu {
	list-style: none;
	width: 175px;
	height: 100%;
  	position: inherit;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#menu li {
	/*display: none;*/
	font-size: x-small;
	font-weight: normal;
	/*color: #006;  position: absolute;*/
	padding-left: 10px;
}
#menu span {
  /*display: none;*/
  /*position: absolute;*/
	font-size: x-small;
	font-weight: normal;
}
#menu a {
	display: block;
	/*text-indent: -900%;*/
	outline: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover, #menu a:focus {
	color: #C60;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 3px;
	/*background-image: url(../images/navover2.png);
	background-repeat: repeat-x;
	background-position: left top;*/
}
#navleftboxtop	{
	background-image:url(../images/boxlefttop.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:62px;
	text-align:right;
	padding-top:3px;
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif;
	vertical-align: text-bottom;
}
#navleftboxtop p	{
	display: block;
	font-size:medium;
	margin-right: 15px;
	margin-left: 10px;
	color: #FFF;
}
#navleftboxmid	{
	background-image:url(../images/boxleftmid.png);
	background-position:top;
	background-repeat:repeat-y;
	height:100%;
}
#navleftboxbott	{
	background-image:url(../images/boxleftbott.png);
	background-position:top;
	background-repeat:no-repeat;
	height:40px;
}
#eventboxtop {
	background-image: url(../images/eventboxtop.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 70px;
	text-align: center;
	padding-left: 15px;
}
#eventboxbott {
	background-image: url(../images/eventboxbott.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
#eventboxmid {
	background-image: url(../images/eventboxmid.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 100%;
}
