body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;

	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

#ads1 img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header1 {
	clear:both;
	height:100px;margin-top:-9px;
	width:100%;
}
#header1 {
	background-color:#E8E8E8;
}
#header1 p,
#header1 h1,
#header1 h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header1 ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header1 ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header1 ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#E8E8E8;
	color:#E8E8E8;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header1 ul li a:hover {
	background:#808080;
	color:#fff;
}
#header1 ul li a.active,
#header1 ul li a.active:hover {
	color:#fff;
	background:#A00000;
	font-weight:bold;
}
#header1 ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims1 {
	clear:both;
	background:#808080;
	
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask1 {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright1,
.colmid1,
.colleft1 {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col11,
.col21,
.col31 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol1 {
	background:#493D26;		/* right column background colour */
}
.threecol1 .colmid1 {
	right:25%;			/* width of the right column */
	background:#C0C0C0;			/* center column background colour */
}
.threecol1 .colleft1 {
	right:50%;			/* width of the middle column */
	background:#493D26;		/* left column background colour */
}
.threecol1 .col11 {
	width:16%;			/* width of center column content (column width minus padding on either side) */
	left:117%;
	background:#493D26;	/* 100% plus left padding of center column */
}
.threecol1 .col21 {
	width:42%;			/* Width of left column content (column width minus padding on either side) */
	left:59%;
	background:#493D26;	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol1 .col31 {
	width:42%;			/* Width of right column content (column width minus padding on either side) */
	left:75%;			
		background:#493D26;		 }		/* (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */

/* Footer styles */
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background-color:#808080;
	
}
#footer p {
	padding:10px;
	margin:0;
}


















p {
	margin:.4em 0 .8em 0;
	padding:0;
	color:#480000;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {

}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#C0C0C0;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#808080;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#C0C0C0;

	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#707070;		/* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background:#989898;		/* center column background colour */
}
.threecol .colleft {
	right:60%;			/* width of the middle column */
	background:#707070;	/* left column background colour */
}
.threecol .col1 {
	width:50%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:25%;			/* Width of left column content (column width minus padding on either side) */
	left:33%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:25%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background-color:#C0C0C0;
	
}
#footer p {
	padding:10px;
	margin:0;
	color:#202020;
}

#header {
	clear:both;
	float:left;
	width:100%;
	height:195px;
	background-color:#C0C0C0;
	margin-top:-18px;
}
#header p {
	padding:10px;
	margin:0;
}


#menu5 {
padding:0;
margin-top:20px;
margin-left:-40px;
} 

#menu5 li{
list-style: none;
position: relative;
width:115px;
height: 30px;
padding:0 20px;
background-color:#E8E8E8;
line-height: 30px;
cursor:pointer;
} 

#menu5 li a{
text-decoration:none;
font-size:14px;
color: 	#E80000;

} 

#menu5 li:hover{
background-color:FF6666;
} 


#menu5 ul ul{
position: absolute;
top:0;
left:-20px;

visibility:hidden;
}



#menu5 ul li:hover ul{
visibility:visible;
} 