﻿/* Right Menu */

.RightMenu_Panel
{
	margin-left:10px;
	margin-top:10px;	
	/*width:140px;
	height:202px;*/
	height:202px;
}

.RightMenu_Panel .RightMenu_PhotoPanel 
{
	width: 130px;
	height: 184px;}

.RightMenu_Panel .RightMenu_PhotoPanel .Heading1
{
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	background-color: #017dc5;
}

.RightMenu_Panel .RightMenu_PhotoPanel .Heading2
{
	font-size: 11px;
	color: #FF0000;
	font-weight:bold ;
}

.RightMenu_Panel .RightMenu_PhotoPanel .More
{
	text-align : right;
	margin-top:5px;	
	margin-right:10px;
	vertical-align:bottom;
	
}

.RightMenu_Panel .RightMenu_PhotoPanel .More .Link:link, 
.RightMenu_Panel .RightMenu_PhotoPanel .More .Link:visited, 
.RightMenu_Panel .RightMenu_PhotoPanel .More .Link:active, 
.RightMenu_Panel .RightMenu_PhotoPanel .More .Link:hover
{
	vertical-align: bottom;
	font-size: 12px;
	color: Navy;
	font-weight: bold;
	text-decoration: none;
}

.RightMenu_Panel .UpRightCorner
{
	width:9px;
	height:9px;
	background: url(../../images/01/right_menu_photo_bg_upright_corner.gif) no-repeat;
}
.RightMenu_Panel .RightPanel
{
	width:9px;
	height:184px;
	background: url(../../images/01/right_menu_photo_bg_right_panel.gif) no-repeat;
}
.RightMenu_Panel .BottomPanel
{
	width:130px;
	height:9px;
	background: url(../../images/01/right_menu_photo_bg_bottom_panel.gif) no-repeat;
}
.RightMenu_Panel .BottomRightCorner
{
	width:9px;
	height:9px;
	background: url(../../images/01/right_menu_photo_bg_bottomright_corner.gif) no-repeat;
}
.RightMenu_Panel .BottomLeftCorner
{
	width:9px;
	height:9px;
	background: url(../../images/01/right_menu_photo_bg_bottomleft_corner.gif) no-repeat;
}

.RightMenu_Panel .PanelBG_Horizontal
{
	width: auto;
	height:auto;
	background-color: #017DC5;
	 
}

.RightMenu_Panel .PanelBG
{
	width:auto;
	height:auto;
	background-color: #017DC5;
}

.RightMenu_Panel .PanelBG_TEXT
{
	width:auto;
	height:auto;
	background-color: #017DC5;
	vertical-align: bottom;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}

.RightMenu_Panel .img-shadow
{
	float: left;
	background: #FFFFFF none repeat-y ;
/*	background: url(../../images/01/right_menu_photo_bg.jpg) repeat-y;*/
	width:130px;
	height:130px;
	margin: 0px 0 0 5px;
}

.RightMenu_Panel .img-shadow .img
{
	display: block;
	position: relative;
	background-color: #fff;
	margin: 5px 5px  -5px -5px;
	width:130px;
	height:130px;

}