/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background-color:#800000;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
/* Top corners and border */
.bt {
	height:25px;
	margin:0 0 0 18px;
	background:url(chromebox.gif) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:25px;
	height:25px;
	background:url(chromebox.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:35px;
	margin:0 0 0 18px;
	background:url(chromebox.gif) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-18px;
	width:25px;
	height:35px;
	background:url(chromebox.gif) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 25px;
	background:url(chromebox-sides.gif) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 25px 0 0;
	background:url(chromebox-sides.gif) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#800000;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Border CSS ends here */

#sitenavdropbox {
        background-color: #800000;
        /* width: 770px; specify on the page */
        font-family: Arial, sans-serif;
        font-size: 16px;                          
        border-bottom: 2px solid black;
        border-top: thin solid black;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sitenavdropbox a:link, #sitenavdropbox a:visited {
	padding: 0px 10px; 
        color: #ffffff;  
        font-weight: bold;
	text-decoration: none;
}

#sitenavdropbox a:hover {
        color: #ffffff;  
        font-weight: bold;
	text-decoration: underline;
}

#sitenavbox {
	/* global things for all sites here */
}

.sitenavbar h2 {
	font-size: 10pt;
	font-weight: normal;
}

.sitenavbar h3 {
	margin: 1em;
	font-size: 12pt;
	text-align: center;
	color: #ffffee;
}

.sitenavbar li {
	line-height: 2ex;
/*
	display: block;
	float: left;
	width: 25ex;
	padding-right: 25px;
*/
}

.sitenavbar {
	color: #ffffbb;
	font-family: Verdana, Arial, sans-serif;
}

.sitenavbar ul {
	list-style-image: url(reddial.gif);
}

.sitenavbar li a:link, .sitenavbar li a:visited {
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
}

.sitenavbar li h3 {
	font-weight: normal;
	text-align: left;
	font-size: 1.0em;
	color: #ffffaa;
}

.sitenavbar li a:hover {
	color: #ffffaa;
	text-decoration: underline;
}

#sitenavboxclose {
	position: absolute;
	right: 5ex;
	top: 2ex;
}

#sitenavboxdesc { 
	height: 13ex;
	margin-right: 4px;
}

#sitenavboxdesc h2 {
	margin: 0;
}

#sitenavboxclose a:link, #sitenavboxclose a:visited {
	color: #aaa;
}

.sitenavbgc, .sitenavbbg {
	width: 370px;
	left: 400px;
	top: 20px;
	position: absolute;
}

.sitenavbbsc {
	width: 370px;
	right: 40px;
	top: 20px;
	position: absolute;
}

