@charset "utf-8";
body {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFF;
}
.left {background-image:url(images/left.png);
    background-position:right;
	background-repeat: repeat-y;
}
.right {background-image:url(images/right.png);
    background-position:left;
	background-repeat: repeat-y;
}
.headder {background-image:url(images/headback.png);
    background-position:top;
	background-repeat:no-repeat;
}
.menu {background-image:url(images/menuback.png);
    background-position:top;
	background-repeat:no-repeat;
}
.background {
	background-image:url(images/background.png);
	background-position:center;
	background-attachment:fixed;
	background-repeat:repeat-x;
	text-align: right;
}
-->
#dropmenudiv{background-image:url(images/drop.png);
	background-position:bottom;
	position:absolute;
	border:0px;
	padding-bottom:3px;
	border-bottom-width: 0;
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:26px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	border-bottom: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}

#dropmenudiv a:hover,a:active {background-image:url(images/roll.png);
	background-position:center;
	background-repeat:no-repeat;
   height:26px;
   color:#FFF;
   border:none;
   outline:none;
}
a, a:visited {
   border:none;
   outline:none;
}
a {
    outline:none; /* FF1.5+ IE7+*/
    -moz-outline: /* FF<=1.5*/}
.h1 {
	font-size: 16px;
	color: #000;
}
.h2 {
	font-size: 14px;
	color: #000;
}
.h3 {
	font-size: 12px;
	color: #666;
}
a:link {
	color: #82bbe6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5b99c7;
}
a:hover {
	text-decoration: none;
	color: #91c6ee;
}
a:active {
	text-decoration: none;
	color: #a5d5f9;
}
