.chromestyle{
width: 600px;

font:bold 12px arial ;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 4px solid green;*/
width: 100%;
background-color: #13579c;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;

}

.orangebox {
background:url(../images/images/sun_19.gif); 
color: black;
font: 12px arial ;
padding: 10px ;
}

.orangebox h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	/*padding-bottom:5px;*/
}

.whitebox {
background-color: #ffffff;
color: black;
font: 12px arial ;
padding: 10px ;
border-top: 1px solid #FCAF17;
border-bottom: 1px solid #FCAF17;
}
.whitebox h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #13579c;
	border-bottom: 1px solid #13579c;
	/*padding-bottom:5px;*/
}

.whitebox h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #FCAF17;*/
	color: #13579c;
	padding:5px;
	border: 1px solid #FCAF17;
}

.whiteboxleft {
background-color: #ffffff;
border-left: 1px solid #FCAF17;

}

.whiteboxright {
background-color: #ffffff;

border-right: 1px solid #FCAF17;
}
.box {background:#fee3ad; border:1px solid #ffa20f; margin-bottom:20px}
.box2 {background:url(i/high-dot.gif) repeat-x 0 0 #fee3ad; position:relative; margin-bottom:20px}
.box2 div {background:url(i/high-dot.gif) repeat-x 0 100%; position:relative}
.box2 div div {background:url(i/high-dot.gif) repeat-y}
.box2 div div div {background:url(i/high-dot.gif) repeat-y 100% 0}
.box2 div div div div {background:url(i/high-tl.gif) no-repeat 0 0}
.box2 div div div div div {background:url(i/high-tr.gif) no-repeat 100% 0}
.box2 div div div div div div {background:url(i/high-bl.gif) no-repeat 0 100%}
.box2 div div div div div div div {background:url(i/high-br.gif) no-repeat 100% 100%}

.box2, .box2 div {height:1%}
html>/**/body .box2, html>/**/body .box2 div {height:auto}

.sub .box {background-color:#d7b9c9; border:1px solid #781351}
.sub .box2 {background-image:url(i/snav-dot.gif); background-color:#d7b9c9}
.sub .box2 div {background-image:url(i/snav-dot.gif)}
.sub .box2 div div {background-image:url(i/snav-dot.gif)}
.sub .box2 div div div {background-image:url(i/snav-dot.gif)}
.sub .box2 div div div div {background-image:url(../../images/images/clgif.gif)}
.sub .box2 div div div div div {background-image:url(i/snav-tr.gif)}
.sub .box2 div div div div div div {background-image:url(i/snav-bl.gif)}
.sub .box2 div div div div div div div {background-image:url(i/snav-br.gif)}