.cv_header{ margin-bottom:25px; }

.cvmenu { padding:0; }

.cvmenu li { list-style:none; float:right; }

.cvmenu li a {
	display:block;
	padding:5px 10px;
	font-size:12px;
	text-align:right;
	background:#a668c5;
	color:white;
	border:2px solid #74409c;
	margin-bottom:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-weight:700;
	font-family: "museo-slab-1","museo-slab-2", Helvetica, sans-serif;
}

.cvmenu li a:hover { background:#b06dad; }

.paper {
	background:#864897 url(../images/backgrounds/cv_paper.jpg);
	color:white;
	height:640px;
}

.paper a {
	color:white;
}

.paper div{ padding:10px; }

a.cv_browse {
	display:block;
	padding:10px;
	width:200px;
	height:80px;
	background:#864897 url(../images/backgrounds/cv_browse.jpg);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:white;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	font-family: "museo-slab-1","museo-slab-2", Helvetica, sans-serif;
	text-align:center;
}

h3.splat a{
	color:white;
	display:block;
	background:url(../images/backgrounds/cv_splat.png) no-repeat;
	width:100px;
	height:87px;
	margin-left:-50px;
	z-index:50;
	position:relative;
	padding:115px 105px 105px 115px;
	text-align:center;
}

ol.steps li a{ 
	font-size:16px;
	font-weight:700;
	font-family: "museo-slab-1","museo-slab-2", Helvetica, sans-serif; 
	display:block;
	background:#A3238E;
	border:2px solid white;
	padding:10px;
	margin:10px 0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color: #ffffff;
}

ol.steps li a:hover { background:#a668c5; }

.disabled { cursor:default; }

ol.steps li a.disabled:hover { background:#a668c5; }

ol.steps li a .small {font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; }

p.opportunity { padding-left:20px; }

ul.bullet li {
	line-height: 18px;
	list-style: disc outside url("http://www.susu.org/images/content/bullet-purple.png") !important;	
	margin-bottom: 18px;
}