﻿html{
    scrollbar-base-color: #91C4F9;
    scrollbar-Arrow-Color:#FFFFFF;
}
body {
	background: #ffffff url('images/bg.gif') repeat-y fixed center top;	
}
.Right_Menu A , Right_Menu A:active , Right_Menu A:visited {
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #43B2E7;
	text-align: right;
	background-color: #F4FAFF;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #91C4F9;
	padding: 5px;
	margin-top: 1px;
	height: 15px;
	display: block;
	border-left-color: #91C4F9;
	border-left-width: 2px;
	border-left-style: solid;
}
.Right_Menu A:hover {
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;
	background-color: #43B2E7;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FF0000;
	padding: 5px;
	margin-top: 1px;
	height: 15px;
	display: block;
	border-left-color: #FF0000;
	border-left-width: 2px;
	border-left-style: solid;
}
