/* menu */

.menu1{
width: 99%;
font-weight: bold;
}

.menu1:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu1 ul{
border: 1px solid #BBB;
width: 100%;
background: url(menubg_0.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menu1 ul li{
display: inline;
}

.menu1 ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.menu1 ul li a:hover, .menu1 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(menubg_0-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### 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;
}


.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;
}






/* Stalking.co.uk Style Sheet 1 */

a:link {
	color: #000000;
	}				/* unvisited links - Black */
a:active {
	color: #000000;
	}				/* active link - Black */
a:visited {
	color: #000000;
	}				/* visited link - Black */
a:hover {
	color: #800000;
	}				/* hover over link - maroon */
a:hover {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}
a:link, a:active, a:visited {
	text-decoration: underline;
	}


/* Header */
#pageHeader h1 { 
background: url('stalking.jpg') no-repeat; 
margin-top: 0px; 
width: 80px; 
height: 105px; 
float: left;
}
#pageHeader h2 { 
margin-top: 0px; 
float: left;
}
#pageHeader h3 { 
background: url('stalking.jpg') no-repeat; 
margin-top: 0px; 
width: 75px; 
height: 105px; 
float: right;
}

a:link IMG {
	border: 2px solid #000000;
	}
a:visited IMG {
	border: 2px solid #000000;
	}
a:active IMG {
	border: 2px solid #000000;
	}
a:hover IMG {
	border: 2px solid #000000;
	}
P {
	line-height: 120%;
	word-spacing: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
BODY {
	color: #800000;			/* maroon */
	background-color: #c0c0c0;			/* grey */
	background-image: url('bkgd1.jpg');			/* light grey lined */
	font-family: Times New Roman;
	}


