@charset "iso-8859-1";

body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}


#Template_Header {
	background-repeat: no-repeat;
}

.container {
	margin: 0px;
	padding: 0px;
	border: 0px solid #ccc;
    position: absolute;
    width: 250px;
    height: 360px;
}


#scrolldiv {
    position: absolute;
    margin: 0px;
    overflow: hidden;
    width: 250px;
    height: 345px;
}

#imgup {
    position: relative;
}

#imgup:hover {
	cursor: hand;
}

#imgdown {
    position: relative;  
}

#dropmenudiv{
position:absolute;
border: 0px;
margin-left: -10px;
margin-top:8px;
line-height: 16px;
z-index: 100;
border:1px solid white; border-bottom:none;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
height:18px;
border-bottom:1px solid white;
font-size:11px;
text-decoration: none;
color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #572655;
}
