  
body { 
  color: #222; 
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.pd_menu {
	/*color: #99CC33;*/
	font-size: 110%; 
	color: #6DB33F;
	position: absolute; 
	top:45px; 
	left:400px;
}

.pd_menu2 {
	/*color: #99CC33;*/
	font-size: 110%; 
	color: #6DB33F;
	/*position: absolute; 
	top:45px; 
	left:400px; */
}

.pd_menu_link {
	color:#6DB33F;
	text-decoration:none;	
}

a {color:#FFFFFF;
	text-decoration:none;
	
	}
a:focus, 
a:hover     { /*color: #A1A0A4; */
	color: #000000;}

.pd_MenuString {
	position: absolute;
	/* top:5px; 
	left:650px; */
	top:100px; 
	left:50px;
}

.pd_color {
	color: #6DB33F;
}
.sidebar_not_logged_in {
	min-height:402px;
	background-color:#666634; 
	padding-left:10px;
}
.sidebar_logged_in {
	min-height:400px;
	background-color:#DFDFDF; 
	padding-left:10px;
}

#welcome{float:left;}
#welcome li{float:left;display:inline;margin:.2em 0 0 8px;padding:5px 2px;}
#welcome li a{border:1px dashed #a4a0a1;color:#a4a0a1;padding:3px 8px;text-decoration:none;}
#welcome li a:hover{border:1px solid #999;color:#000000; background-color:#666634 }
#welcome li.act a{border:1px solid #000;color:#000;}
#welcome li.act a:hover{background-color:#FFFFFF;}
/*p.welcome_text{font-size:1.2em;padding:0 4px; color:#000000;}*/
.xwelcome_body {height:350px; float:left;}
/*.welcome_text {height:100px; color:#000000; font-size:1.2em;}*/
.welcome_text { color:#000000; font-size:12px; }

.welcome_head {height:40px; }

a {color: #FFFFFF;}
a:focus, a:hover { color: #000000;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:496px; height:22px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif; margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:496px; w\idth:496px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:124px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:124px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:113px; height:20px; border:1px solid #000; border-width:1px 0 1px 1px; background:#666634; padding-left:10px; line-height:19px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:124px; w\idth:113px;}

/* style the second level background 
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#666634 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover 
.menu ul ul a.drop:hover{background:#666634 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#666634 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background 
.menu ul ul ul a, .menu ul ul ul a:visited {background:#666634;}
/* style the third level hover 
.menu ul ul ul a:hover {background:#666634;}
*/
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:21px;left:0; width:124px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#666634; color:#ffff; height:auto; line-height:1em; padding:5px 10px; width:103px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:125px;w\idth:103px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#666634;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#666634;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



