/* These represent the shortcuts to be displayed on any pages with sub-sections and articles */

div.right-shortcuts
{
    /*top: 176px;*/
	top: 20px;
	left: 306px;
	position: absolute;
	
	width: 736px;
	height: 40px; /* +2 (32) for the medium border width */
	border-left: none;
	border-top: none;
	/*border-bottom: 1px solid #090;*/
	background: #d0e7d5;
	z-index:15;
	
	border-radius: 0px 10px 0px 0px; 
	-moz-border-radius: 0px 10px 0px 0px; 
	-khtml-border-radius: 0px 10px 0px 0px; 
	-webkit-border-radius: 0px 10px 0px 0px; 
}

div.right-shortcuts img
{
    /*border: 1px solid #8dbb94;*/
	border: none;
    float: left;
    position: relative;
	margin-left: 4px; /* Gives some buffer space between each image */
	margin-top: 2px;
	z-index: 5;
	height: 35px;
	width: 35px;
}

div.right-shortcuts img:hover
{
	/*border: 1px solid #b3f1bc;*/
}

div#hover-msg
{
	float: right;
	margin-top: 12px;
	margin-right: 15px;
	z-index: 5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 11px;
	color: #360;
}

div.right
{
	top: 58px;
	left: 306px;
	position: absolute;
	
	width: 736px;
	min-height: 2550px;
	
	border-top: solid 1px #666;
	border-left: none;
	border-right: none;
	border-bottom: none;
	
	background:#e4f3e5 repeat-y;
	/*overflow-y: auto;
	overflow-x: hidden;*/
	overflow: hidden;
	z-index:5;
	
	border-radius: 0px 0px 10px 0px; 
	-moz-border-radius: 0px 0px 10px 0px; 
	-khtml-border-radius: 0px 0px 10px 0px; 
	-webkit-border-radius: 0px 0px 10px 0px; 
}
