

div.menu-bar {
background-color: white;
background-image: url(rmyc-side-bar.jpg);
background-repeat: no-repeat;
width: 200px;
height: 600px;
position: absolute;
left: 0px;
top: 260px;
text-align: left;
vertical-align:middle
z-index: 10;
}

a.link { font-family: arial; font-weight: bold; color: white; font-size: 13pt; text-decoration:none;}
a.link:hover { font-family: arial; font-weight: bold; color: #66ccff; font-size: 13pt; text-decoration:none;}
a.activelink { font-family: arial; font-weight: bold; color: #ffd905; font-size: 13pt; text-decoration:none;}





ul.main-menu {
        width: 160px;
	list-style: none;
	text-align:left;
        
        }


ul.submenu {
        width: 160px;
	list-style: none;
	background: #232d75;
        position: absolute;
	left: 105px;
	top: 0px;
	z-index: 10;
	display: none;
	}
		
ul.main-menu li {
	position: relative;
	padding-bottom: 1em}

ul.submenu li { padding: 0em; }

ul.submenu li a {
	display: block;
	text-decoration: none;
        text-align: left;
	color: white;
        background: #232d75;
        font-family: arial;
        font-size: 11pt;
       	z-index: 10;
	}

li:hover ul.submenu, li.over ul.submenu { display: block; z-index: 10; }


 div.maintext { _z-index: -1;}
/* Fix IE. Hide from IE Mac \*/
* html ul.submenu li { float: left; height: 100%; z-index: 10; }
* html ul.submenu li a { height: 100%; z-index: 10;}

/* End */


a.sublink { font-family: arial; font-weight: normal; color: white; font-size: 11pt; text-decoration:none;}
a.sublink:hover { font-family: arial; font-weight: normal; color: #66ccff; font-size: 11pt; text-decoration:none;}



div.maintext {
 
 position: absolute;
 top: 230px;
 left: 260px;
 width: 600px;
 font-family: arial, sans;
 font-size: 11pt;  
 display: block;
 z-index: 0;}

table {

font-family: arial, sans;
 font-size: 11pt;  
 display: block; }


p.newsupdate {font-family: arial; font-size: 11pt; color: #0200a8; position: absolute; top: 40px; left: 200px;}
p.texthead {font-family: arial; font-size: 14pt; font-weight: bold; color: #0200a8;}
p.subhead {font-family: arial; font-size: 12pt; font-weight: bolder; color: #333366;}

a.textlink {font-family: arial; font-size: 11pt; font-weight: normal; color: #333366; text-decoration:underline;}
a.textlink:hover {font-family: arial; font-size: 11pt; font-weight: normal; color: red; text-decoration:underline;}



img.inline-image {
 border-color: white;

}
