#pad {height:150px;}
/* Public domain license:
This style sheet is, in part, derived from the style sheet mentioned
in the copyright notice below. For my part, you can do what you want
with it. You obviously should take heed of the copyright notice below
when doing this. (Andy Eyre, Aug 2009).
*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {float:right; padding:0 0 0 30px; margin:0; margin-right:30px; list-style:none;}
#menu li {float:left; position:relative; margin-right:2px; display:block; height:0; width:60px; border-bottom:30px
solid #77A; border-left:15px dashed transparent ;}
#menu li a {position:absolute; left:60px; top:0; border-top:30px
solid #77A; border-right:15px dotted transparent; text-decoration:none; font-family:arial, sans-serif; font-size:12px; color:#fff;}
#menu li a b {display:block;
background:#77A; position:absolute; top:-30px; left:-60px; width:60px; height:30px; line-height:30px; text-align:center; cursor:pointer; font-weight:normal;}

#menu li#single {width:80px;}
#menu li#single a {left:80px;}
#menu li#single a b {left:-80px; width:80px;}

#menu li a:hover {color:#000;}

body {
	background-color: #DDFFFF;
	font-family: Sans-Serif;
}
h3 {
	background-color: #DDDDFF;
}
h4 {
	background-color: #DDEEFF;
}
.headline {
	background-color: #CCCCFF;
	margin: 10px;
	width: 640px;
}
.photo {
	background-color: #DDDDFF;
	padding: 10px;
	width: 150px;
	float: right;
}
.stuff {
	width: 640px;
	margin: 10px;
	font-size: small;
}
.highlight {
	color: red;
}
.short_header{
        width: 460px; 
}
.short_body{
	width: 460px;
}
.bumpdown{
position:relative;
top:25px;
padding-bottom:10px;
}
.indent{
position:relative;
left:15px;
}
.tiny{
font-size:10px;
}
