#sug {
margin: 5px auto 8px 0;
padding: 2px 2px 2px 25px;
line-height: 18px;
}	
#page {
float:right;
width:420px;
}
#page h1 {
font-size: 18px;
text-align: left;
line-height:20px;
}
#notes {
margin:-20px 0 0 206px;
}
#page p {
line-height:18px;
margin:auto 15px 8px 3px;
text-align:justify;
}
.accntlink {
float:left;
overflow:hidden;
width:400px;
}
.accntlink p {
margin:auto;
text-align:justify;
}

.accntlink .Plink {
margin: auto;
padding: 10px;
width: auto;
float: left;
}
.Plink .textL a {
color: #39B54A;
text-decoration: none;
}
.Plink .textL a:hover {
text-decoration: underline;
}
#accountwrap {
float:left;
margin:5px auto;
width:400px;
}

#accountwrap .DescripL {
	color: #000000;
}

/*** ESSENTIAL STYLES ***/
.javmen, .javmen * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.javmen {
	line-height:	1.0;
}
.javmen ul {
	position:		absolute;
	top:			-999em;
	width:			25em; /* left offset of submenus need to match (see below) */
	margin:			-450px 0 0 90px;
}
.javmen ul li {
	width:			100%;
}

.javmen li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.javmen li {
	float:			left;
	position:		relative;
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
color:#000000;
}
.javmen a {
	display:		block;
	position:		relative;
}
.javmen li:hover ul,
.javmen li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.javmen li:hover li ul,
ul.javmen li.sfHover li ul {
	top:			-999em;
}
ul.javmen li li:hover ul,
ul.javmen li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.javmen li li:hover li ul,
ul.javmen li li.sfHover li ul {
	top:			-999em;
}
ul.javmen li li li:hover ul,
ul.javmen li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.javmen {
	float:			left;
	margin-bottom:	1em;
}
.javmen a {
	border-left:	1px solid #fff;
	border-top:		1px solid #FFFFFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.javmen a, .javmen a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000000;
}
.javmen li {
	/* background:		#000000;*/
}
.javmen li li a , .javmen li li a:visited   {
color:#000000;
}
.javmen li li a:hover {
color:#C30000;
text-decoration:underline;
}

.javmen li li {
	background:		#D5D5D5;
}
.javmen li li li {
	background:		#9AAEDB;
}
.javmen li:hover,
.javmen li li:hover .javmen li li.sfHover,
.javmen a:focus, .javmen a:hover, .javmen a:active {
/*	background:		#F8F8F8;*/
	outline:		0;
}

/*** arrows **/
.javmen a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.javmen ul .sf-sub-indicator { background-position:  -10px 0; }
.javmen ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.javmen ul a:focus > .sf-sub-indicator,
.javmen ul a:hover > .sf-sub-indicator,
.javmen ul a:active > .sf-sub-indicator,
.javmen ul li:hover > a > .sf-sub-indicator,
.javmen ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.green a {
color:#E93400;
}