body {margin:0px; padding:0px;}

.topborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0px 12px 3px 0px;
	text-align:right;
	background-color:#FFF;
	color:#C01F1D;
	line-height:17px;
	background-image:url(../images/template/nav-curl.gif); background-position:left; background-repeat:no-repeat;
	
}
.topborder a{color:#C01F1D;}
.topborder a:visited {color:#C01F1D;}
.topborder a:hover {color:#000;}





/*################################################### -- navigation -- ###################################################*/

#menu {
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 2px solid #7A6699;
	border-left: 1px solid #7A6699;
	background-color: #cccccc;
}

#menu a, #menu a:visited {
	display:block;
	width:100%;
	height:18px;
	line-height:1.4em;
	text-decoration:none;
	color:#222222;
	background: url(../images/bullet.gif) #cccccc;
	background-repeat:no-repeat;
	background-position: left;
	border-bottom: 1px solid #ffffff;
	padding: 4px 0px;
}

#menu a span {
	padding-left: 10px;
}

#menu a:hover {
	display:block;
	width:100%;
	height:18px;
	cursor:pointer;
	text-decoration:none;
	color:#7A6699;
	background: url(../images/bullet.gif) #cccccc;
	background-repeat:no-repeat;
	background-position: left;
	border-bottom: 1px solid #ffffff;
	padding: 4px 0px;
}

#navfoot {
	width:150px;
	border-right: 2px solid #7A6699;
	border-left: 1px solid #7A6699;
	border-bottom: 2px solid #7A6699;
	background-color: #cccccc;
}