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

/* I designed most of this code, though I copied the round corners code from http://kalsey.com/2003/07/rounded_corners_in_css/ */

#right_navbar {
	margin:0px 0px 0px 10px;
	float:right;
	width:auto;
	height:auto;
	line-height:20px; 
}
#right_navbar a:link p{
	margin-top:-10px;
	padding:0 0 0 0;
	font-size:14px;
	color:#FFF;
	text-align:left;
	text-decoration:none;
}
#right_navbar a:visited p{
	margin-top:-10px;
	font-size:14px;
	color:#FFF;
	text-align:left;
	text-decoration:none;

}
#right_navbar a:hover p, #right_navbar a:active p{
	margin-top:-10px;
	font-size:14px;
	color:#F90;
	text-align:left;
	background-color:#FFF;
	text-decoration:none;
}
#right_navbar h4 {
	font-size:16px;
	text-align:center;
	color:#FFF;
}
#right_navbar p{
	margin-top:0;
	padding:0 0 0 0;
	font-size:12px;
	color:#FFF;
	text-align:left;
	text-decoration:underline;
}

.rbtop div { 
	background: url(../images/corners/orange/tl.gif) no-repeat top left; 
	padding:0px 0px 15px 0px;

}
.rbtop { 
	background: url(../images/corners/orange/tr.gif) no-repeat top right; 
	padding:0px 0px 15px 0px;
}
.rbbot div { 
	background: url(../images/corners/orange/bl.gif) no-repeat bottom left; 
	padding:0px 0px 0px 0px;
}
.rbbot { 
	background: url(../images/corners/orange/br.gif) no-repeat bottom right; 
	padding:10px 0px 0px 0px;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	float: right;
	width: 100%;
	height: 7px;
	font-size: 1px;
	text-decoration:none;
}
.rbcontent, .rbbot, .rbtop { 
	background-color:#F90;
	text-decoration:none;
}
.rbcontent a:link, .rbcontent a:visited, .rbcontent a:hover, .rbcontent a:active{
	text-decoration:none;
}
.rbbot { 
	margin:-15px 0 0px 0;
}
.rbcontent {
	padding: 0px 7px 0 7px; 
	text-decoration:none;
}
.rbroundbox { 
	float: right;
	width: auto;
	padding: 0px 0 10px 10px;
}