/*Main Naviagion (horizontal)*/
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #fff;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: #d1e399;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: #abbb7a;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
content: " " url(graphics/arrow.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #d1e399;
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 #fff; /*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: #abbb7a;
}










/**Sub Naviagation**/
#navcontainer{ 
width: 210px;
float:left;
}

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navcontainer a{
display: block;
padding: 2px;
width: 210px;
background-color: #d1e399;
border-bottom: 2px solid #fff;
}

#navcontainer a:link, .navlist{
color: #000;
text-decoration: none;
}

#navcontainer a:visited{
color: #000;
text-decoration: none;
}

#navcontainer a:hover{
background-color: #abbb7a;
color: #000;
text-decoration: none;
}










/*Body and Base Stuff*/


body {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
	background-color: #666666;
	background-image: url(http://graphics.peakpotentials.com/new/up/graphics/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

p, body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #466100;
	text-decoration: underline;
}

a:visited {
	color: #466100;
	text-decoration: underline;
}

a:hover {
	color: #60131B;
	text-decoration: underline;
}

a:active {
	color: #466100;
	text-decoration: underline;
}

.Title1, h1 {
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.Title2, h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Title3, h3 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.helptext{
    background-image: url(http://graphics.peakpotentials.com/new/beta/graphics/testimonial-bg.jpg);
    border-style: solid;
    border-width: 1px;        /* sets border width on all sides */
    border-color: #d1e399;
    padding: 3px 3px 3px 3px;
     }
	 
