/* CSS Document - Body */

body {
background-color: #ffffff;
background-image: url('http://img444.imageshack.us/img444/8159/pat.png');
background-repeat: repeat  ;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	}
	
	ul li {
	position: relative;
	}
	
	li ul {
	position: absolute;
	left: 99px;
	top: 0;
	display: none;
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #bd96b9;
	background: #;
	padding: 5px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}
	
	ul li a:hover {
	display: block;
	text-decoration: none;
	color: #e0267d;
	background: #610063;
	padding: 5px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}
	
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	border-bottom: 0px solid #ccc;
	}
	
	li:hover ul li.over ul 
  { display: block; }


.entrance {
font-family: arial;
font-size: 12px;
color: #000000;
position: fixed;
top: 400px; 
left: 350px; 
z-index: auto;
text-align: left;
}

.entrance a {
background-color: ;
color: #ffffff;
border-bottom: 0px;
text-decoration: none;
}

.entrance a:hover {
font-family: arial;
background-color: black;
color: lila;
}

#content {
font-family: tahoma;
font-size: 12px;
color: #bd96b9;
position: relative;
margin-top: -260px;
margin-left: 250px;
width: 490px;
height: 440px;
overflow: auto;
padding: 10px;


}


#content a {
color: #f62390;

}


h1 {
font-size: 20px;
color: #d3d0d0;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #5d055f;
}
.vscrollerbar {
width: 10px;
background-color: #c074c2;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #c074c2;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}