@charset "utf-8";

/*Top Menu box Navigation part of spry tabs*/
ul.dropdown {
		background-color: #9CF;
		padding: 1px;
		float: left;
		position: relative;
		margin-top: 0px;
		margin-right: 4px;
		margin-bottom: 6px;
		margin-left: 4px;
		z-index: 2597;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px;			
}

ul.dropdown a {
	background-position: left center;
	padding-left: 30px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	background-image: url('../images/imagesbuttons/cd.png');
	background-repeat: no-repeat
}


ul.dropdown a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 10pt;
}

ul.dropdown a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #900;
	font-size: 10pt;
	background-image: url('../images/imagesbuttons/ctrl_stop_blue.png');
	background-repeat: no-repeat
}

ul.dropdown a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/imagesbuttons/cdgo.png');
	background-repeat: no-repeat
}
/*End of Menu Current Page Highlight*/

ul.dropdown a:hover .desc{
		display: table-caption;
		font-size: 0.75em;
		background: #111;
		filter:alpha(opacity=75);
		opacity:.75;
		-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity75)"; /*--IE 8 Transparency--*/
		color: #FF3;
		position: absolute;
		bottom: 80%;
		left: 30%;
		padding: 5px;
		margin: 1px;
		width: 175px;
		border-top: 1px solid #999;
		font-weight: bold;
		z-index: 3500;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px;
		border-radius: 10px;
		text-transform: capitalize;
}

ul.dropdown a .desc {
		display: none;
}



ul.dropdown li {
	border-right:1px solid #036; line-height: 1.4em;
	/*vertical-align: middle;*/
	margin: 0px;
	float: left;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-color: #3CC;
	list-style-image: url('menu.css');
	list-style-type: none;
	border-bottom-color: #036;
	padding-left: 3px
}

ul.dropdown li:hover {
		position: relative;
		z-index: 2599;
}

ul.dropdown li:hover>ul {
	visibility: visible;
}

ul.dropdown ul {
		margin: 2px;
		list-style-image: url('menu.css');
		list-style-type: none;
		position: absolute;
		visibility: hidden;
		z-index: 2598;
		left: 0px;
		top: 100%;
		filter:alpha(opacity=90);
		opacity:.90;
		-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity90)";
		padding-top: 15px;
		background-image: url('../images/imagesbackground/brownfademenu.png');
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px		
}

ul.dropdown ul a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9;
	text-decoration: none;
	background-image: url('../images/imagesbuttons/cd.png');
	background-repeat: no-repeat
}

ul.dropdown ul a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background-image: url('../images/imagesbuttons/cdgo.png');
	background-repeat: no-repeat
}

ul.dropdown ul a:hover .desc {
		display: table-caption;
		font-size: 0.75em;
		background: #111;
		filter:alpha(opacity=75);
		opacity:.75;
		-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity75)"; /*--IE 8 Transparency--*/
		color: #FF3;
		position: absolute;
		bottom: 61%;
		left: 15%;
		padding: 4px;
		margin: 1px;
		width: 175px;
		border-top: 1px solid #999;
		font-weight: bold;
		z-index: 2999
}


ul.dropdown ul li {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 275px;
}

ul.dropdown ul ul {
	width: 275px;
	left: 50%;
	top: -15px;
	z-index: 2998;/*Added for IE display problem*/
	-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px;			
}

blockquote.dropdown {
	color: #666;
	background-color: #9CF;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-image: url('../images/imagesbuttons/hse_link.png');
	background-repeat: no-repeat;
	background-position: left center;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity80)"; /*--IE 8 Transparency--*/
	
}
/*End of Top Menu box Navigation*/


/*Sitemap Page Navigation Links*/

ul.sitemap {
		padding: 3px;
		float: left;
		position: relative;
		margin-top: 0px;
		margin-right: 4px;
		margin-bottom: 1px;
		margin-left: 4px;
		z-index: 597;
		background-image: url('../images/imagesbackground/sitemap1.png');
		background-repeat: repeat-y;
		background-position:  101% 50%;
}
.jumpsitemap {
	background-color: #FFC; /*Jump Menu's On Sitemap*/
	float: right;
}
.jumpmenuarchive {
		color: #000;
		background-color: #FFC;
		float: left;
}


ul.dropdown li.sitemap {
		padding: 0;
		margin-bottom: -12px;
		margin-top: 1px;
		float: left;
		display: block;
		border-right-style: none;
}
ul.dropdown li.sitemap p{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-style: italic;
		color: #339;
		line-height: normal;
		padding-left: 11px;
		text-align: left;
		width: 100%;
		/*float: inherit;*/
		padding-top: 5px;
		position: relative;
		margin-top: 5px;
		margin-right: 5px;
		margin-bottom: 2px;
		margin-left: 0px;
		background-image: url('../images/icons/bullet_orange.png');
		background-repeat: no-repeat;
		background-position: left top
}
ul.dropdown li.sitemap a {
		margin-bottom: -12px;
		margin-top: 0px;
}
/*End Sitemap Page Navigation Links*/


/*Left Vertical Navigation*/

#LeftVerticalMenu {
		background-color:#9CF;
		visibility: visible;
		position: fixed;
		z-index: 1000;
		filter:alpha(opacity=80);
		opacity:.80;
		-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity80)"; /*--IE 8 Transparency--*/
		bottom: 4%;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px			
}

.MenuVerticalLeftBox {
		position: relative;
		background: #9CF;
		width: 100%;
		overflow: visible;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px;			
}

/*.MenuVertical {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0%;
	visibility: visible;
	background-image: url(../images/corners2.gif);
	background-repeat: no-repeat;
}*/

.MenuVerticalBoxInner {
	padding: 10px;
}

.MenuVertical TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.MenuVertical TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
}

.MenuVertical BL { 
	bottom: 0;
	left: 0; 
	background-position: 0 -10px; 
}

.MenuVertical BR { 
	bottom: 0; 
	right: 0; 
	background-position:  -10px; 
}


/*Left Hand Navigation*/

#leftnav  {
	font-family: Arial, Helvetica, sans-serif;
	
}

#leftnav ul.vertical {
	background-color: #9CF;
	padding: 1px;
	position: relative;
	z-index: 500;
	margin-right: 0px;
	margin-left: 1px;
	display: block;
	-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px;	
		
}

#leftnav ul.vertical a {
	background-position: left center;
	padding-left: 20px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	background-image: url('../images/imagesbuttons/cd.png');
	background-repeat: no-repeat
}


#leftnav ul.vertical a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 10pt;
	background-image: url('../images/imagesbuttons/cd.png');
}

#leftnav ul.vertical a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #900;
	font-size: 10pt;
	background-image: url('../images/imagesbuttons/ctrl_stop_blue.png');
	background-repeat: no-repeat
}

#leftnav ul.vertical a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/imagesbuttons/cdgo.png');
	background-repeat: no-repeat
}

#leftnav ul.vertical a:hover .desc {
		display: table-caption;
		font-size: 0.75em;
		background: #111;
		filter:alpha(opacity=75);
		opacity:.75;
		-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity75)";/*--IE 8 Transparency--*/
		color: #FF3;
		position: absolute;
		bottom: 80%;
		left: 60%;
		padding: 4px;
		margin: 1px;
		width: 110%;
		border-top: 1px solid #999;
		font-weight: bold;
		z-index: 1000;
		color: #FF3;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px			
}

#leftnav ul.vertical a .desc {
		display: none;
}


#leftnav ul.vertical li {
	line-height: 1.4em;
	/*vertical-align: middle;*/
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	list-style-type: none;
	padding-left: 3px;
}

#leftnav ul.vertical li:hover {
	position: relative;
	z-index: 599;
}

#leftnav ul.vertical li:hover>ul {
	visibility: visible;
}

#leftnav ul.vertical ul {
			padding: 1px;
		list-style-image: url('menu.css');
		list-style-type: none;
		position: absolute;
		visibility: hidden;
		z-index: 598;
		width: 200px;
		margin-top: 5px;
		margin-left: 20px;
		background-image: url('../images/imagesbackground/brownfademenu.png');
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px		
}

#leftnav ul.vertical ul a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9;
	text-decoration: none;
	background-image: url('../images/imagesbuttons/cd.png');
	background-repeat: no-repeat
}

#leftnav ul.vertical ul a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background-image: url('../images/imagesbuttons/cdgo.png');
	background-repeat: no-repeat
}


#leftnav ul.vertical ul li {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
}

#leftnav ul.vertical ul ul {
		width: 200px;
		top: -6px;
		left: 70%;
		margin-left: 0px;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px;		
}

#leftnav h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: italic;
	text-align: center;
	border-bottom-style: groove;
	padding-bottom: 2%;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	background-color: #06C;
	padding-top: 2%;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

#leftnav ul {
	/*list-style-image: url('menu.css');*/
	list-style-type: none
}
/*End of Left Hand Navigation*/

/*Space Menu box Left Hand Navigation hides top half of floating vertical menu*/
.spacemenuLeft {
		background-color:#9CF;
		position: relative;
		width: 100%;
		filter:alpha(opacity=80);
		opacity:.80;
		z-index: 596;
		-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity80)"; /*--IE 8 Transparency--*/
	
}

#spaceLeft {
		visibility: visible;
	/*	position: fixed;*/
		width: 184px;
		margin-left: 0px;
		bottom: 19%;
		z-index: 0;
}

#spaceLeft h2 {
		font-size: 1.3em;
		color: #03F;
		padding: 7px 8px 0 8px;
		margin-bottom: 5px;
		border-top: 3px solid #86B500;
		text-align: center;
}

#spaceLeft h3 {
	font-size: 1.1em;
	margin-right: 5px;
	margin-left: 5px;
	color: #663900;
	margin-bottom: 3px;
}

#spaceLeft p {
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	color: #fff;
	text-align: left;
	padding: 5px;
}


.spaceMenu {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0%;
	visibility: visible;
	background-image: url('../images/corners2.gif');
	background-repeat: no-repeat;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity80)"; /*--IE 8 Transparency--*/
}

.spaceMenuInner {
	padding: 10px;
	/*z-index: 596;*/
	height: 6.75em;
}

.spaceMenu TL { top: 0; left: 0; background-position: 0 0; }
.spaceMenu TR { top: 0; right: 0; background-position: -10px 0; }
.spaceMenu BL { bottom: 0; left: 0; background-position: 0 -10px; }
.spaceMenu BR { bottom: 0; right: 0; background-position:  -10px; }

/*End of Space Menu box Left Hand Navigation*/

/*This is a riseup menu bar from bottom of page all css*/

.menubottom { /* Rounded Corners box*/

	position: absolute;
	background: #9cf;
	width: 100%;
	visibility: visible;
	clear: both;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity80)"; /*--IE 8 Transparency--*/
	
}

.menuBottomInner { /* Rounded Corners box*/
	padding: 6px;
}

#bottomnav { /* Main Div Tag for Bottom Menu box*/
	padding: 2px;
	color: #000000;
	font-size: 100%;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFC;
	position: relative;
	height: 100px;
}
/* Rise Up Menu Box Details*/
ul.riseup {
	background-color: #9Cf;
	padding: 5px;
	position: relative;
	z-index: 596;
	margin-right: 4em;
	margin-left: 4em;
	margin-bottom: 2em;
	
	
}

ul.riseup a {
	background-position: left center;
	padding-left: 30px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	background-image: url('../images/imagesbuttons/cd.png');
	background-repeat: no-repeat
	
}

ul.riseup a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 10pt;
}

ul.riseup a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #900;
	font-size: 10pt;
}

ul.riseup a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/imagesbuttons/cdgo.png');
	background-repeat: no-repeat;
	background-position: left center
}


ul.riseup li {
	padding:3px; line-height: 1.4em;
	/*vertical-align: middle;*/
	margin: 0px;
	float: left;
	list-style-image: url('menu.css');
	list-style-type: none;
	
}

ul.riseup li:hover {
	position: relative;
	z-index: 599;
}
/* This section defines rise up box with blue background*/
ul.riseup li:hover>ul {
	visibility: visible;
	position: absolute;
	margin-top: -50em;
	margin-left: -2em;
	bottom: 2em;
}
/* This section defines second nested rise up box with blue background*/
ul.riseup li:hover>ul ul {
	background-color: #03C;
	margin-top: -50em;
	margin-left: 6.5em;
	bottom: 2em;
	/*display:inline-block;*/
	width: 320px;
}


/* This section defines width of rise up box*/
ul.riseup ul {
		margin: 2px;
		padding: 5px;
		list-style-image: url('menu.css');
		list-style-type: none;
		position: absolute;
		visibility: hidden;
		z-index: 598;
		bottom: 100%;
		width: 250px;
		background-image: url('../images/imagesbackground/brownfademenu.png');
}
/* This section defines width of text in rise up box*/
ul.riseup ul li {
	float: left;
	display: block;
	width: 350px;
}

ul.riseup ul ul {
	position: absolute;
	left: 0px;
}

ul.riseup ul a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9;
	text-decoration: none;
	background-image: url('../images/imagesbuttons/cd.png');
	background-repeat: no-repeat;
	left: auto;
	background-position: left center
}

ul.riseup ul a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url('../images/imagesbuttons/cdgo.png');
	background-position: left center
}
/* This section defines text blockquote in bottom menu box*/

ul.riseup h3 {
	border-left:medium inset #999; border-right:medium inset #666; border-top:medium inset #999; border-bottom:medium inset #666; background:#03C url('../images/imagesbuttons/ctrl_stop_blue.png') no-repeat left 50%; font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	position: relative;
	text-indent: 1.5em;
	padding-top: 1px;
	padding-right: 2px;
	padding-left: 1px;
	/*display: table;*/
	padding-bottom: 2px
}

ul.riseup h3:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #060;
	background-image: url('../images/imagesbuttons/ctrl_fastfd_blueup.png');
	background-repeat: no-repeat;
	text-indent: 1.5em
}

/* This section defines text in bottom menu box*/
blockquote.riseup {
	color: #fff;
	background-color: #9cf;
	background-image: url('../images/imagesbuttons/hse_link.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progidDXImageTransform.Microsoft.Alpha(Opacity80)"; /*--IE 8 Transparency--*/
	
}
/*Menu Current Page Highlight*/

body#home a#homeylink, body#aboutus a#aboutuslink, body#contact a#contactlink, body#contactemail a#contactemaillink, body#whatdo a#whatdolink, body#ode a#odelink, body#nurses a#nurseslink, body#mugsaway a#mugsawaylink, body#spondons a#spondonslink, body#newpres a#newpreslink, body#volunteersform a#volunteersformlink, body#applicationfaq a#applicationfaqlink, body#requests a#requestslink, body#requests1 a#requests1link, body#record a#recordlink, body#radiofaq a#radiofaqlink, body#contents a#contentslink, body#webshop a#webshoplink, body#itsonly a#itsonlylink, body#music a#musiclink, body#inductive a#inductivelink, body#tunein a#tuneinlink, body#teams a#teamslink, body#boys a#boyslink, body#girls a#girlslink, body#newpres a#newpreslink, body#news a#newslink, body#rhaps a#rhapslink, body#rhapsmanager a#rhapsmanagerlink, body#rhapspres a#rhapspreslink, body#rhapsweek a#rhapsweeklink, body#rhapsats a#rhapsatslink, body#rhapsun a#rhapsunlink, body#stonker a#stonkerlink, body#rhapsinfo a#rhapsinfolink, body#rhapsdurn a#rhapsdurnlink, body#rhapstalk a#rhapstalklink, body#rhapsosto a#rhapsostolink, body#links a#linkslink, body#news2009 a#news2009link, body#year197601 a#year197601link, body#year197602 a#year197602link, body#year197603 a#year197603link, body#year197701 a#year197701link, body#year197801 a#year197801link, body#year197901 a#year197901link, body#year198001 a#year198001link, body#year198101 a#year198101link, body#year198201 a#year198201link, body#year198202 a#year198202link, body#year198301 a#year198301link, body#year198302 a#year198302link, body#year198303 a#year198303link, body#year198401 a#year198401link, body#year198501 a#year198501link, body#year198601 a#year198601link, body#year198602 a#year198602link, body#year198603 a#year198603link, body#year198700 a#year198700link, body#year198701 a#year198701link, body#year198702 a#year198702link, body#year198703 a#year198703link, body#year198704 a#year198704link, body#year198705 a#year198705link, body#year198706 a#year198706link, body#year198801 a#year198801link, body#year198802 a#year198802link, body#year198803 a#year198803link, body#year198804 a#year198804link, body#year198805 a#year198805link, body#year198806 a#year198806link, body#year198807 a#year198807link, body#year198808 a#year198808link, body#year198901 a#year198901link, body#year198902 a#year198902link, body#year198903 a#year198903link, body#year198904 a#year198904link, body#year199001 a#year199001link, body#year199002 a#year199002link, body#year199003 a#year199003link, body#year199004 a#year199004link, body#year199005 a#year199005link,
body#year199101 a#year199101link, body#year199102 a#year199102link, body#year199103 a#year199103link, body#year199104 a#year199104link, body#year199105 a#year199105link, body#year199106 a#year199106link, body#year199201 a#year199201link, body#year199202 a#year199202link, body#year199203 a#year199203link, body#year199204 a#year199204link, body#year199301 a#year199301link, body#year199302 a#year199302link, body#year199303 a#year199303link, body#year199304 a#year199304link,
body#year199305 a#year199305link, body#year199401 a#year199401link, body#year199402 a#year199402link, body#year199403 a#year199403link, body#year199404 a#year199404link, body#year199405 a#year199405link,
body#year200602 a#year200602link,
body#year200002 a#year200002link, body#year200003 a#year200003link, body#year200004 a#year200004link,
body#year200102 a#year200102link, body#year200103 a#year200103link, body#year200104 a#year200104link, 
body#news200001 a#news200001link, body#news200101 a#news200101link, body#news200201 a#news200201link,
body#news200301 a#news200301link, body#news200401 a#news200401link, body#news200501 a#news200501link,
body#news200601 a#news200601link, body#news200701 a#news200701link, body#news200801 a#news200801link,
body#news200901 a#news200901link, body#news201001 a#news201001link,
body#historymap a#historymaplink
{
		font-weight: bold;
		background-color: #3C9;
		background-image: url('../images/imagesbuttons/ctrl_stop_blue.png');
		background-repeat: no-repeat;
		background-position: 1% 50%;
		padding-right: 5px;
		padding-left: 20px;
		/*border-top-style: none;*/
		padding-top: 1px;
		padding-bottom: 1px;
		height: 20px;
		border-bottom-style: dotted;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border-right-width: medium;
		border-bottom-width: medium;
		border-right-style: dotted;
		border-right-color: #FFF;
		border-bottom-color: #FFF;
}


/*CSS Top Menu Copy*/

.AJXMenuVYOCSZC {
		position:relative;
		z-index:100;
		width:80%;
		min-width:0px;
		height:20px;
				margin-left:185px;
		/*background:#24959b url(ajxmenu_files/menu-bg.gif) top left;	*/		
}
* html .AJXMenuVYOCSZC .ajxmw1 {float:left;height: 1px;border-left:0px solid #fff;}

* html .AJXMenuVYOCSZC .ajxmw2 {position:relative;margin-left:-0px;height:1px;background:#24959b url(ajxmenu_files/menu-bg.gif) top left;}

.AJXMenuVYOCSZC ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;}
				
.AJXMenuVYOCSZC li {float:left;margin:0;}
.AJXMenuVYOCSZC li h1{
		background-color:#0066CC;
-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px;}
.AJXMenuVYOCSZC oval{
		background-color:#0066CC;
-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px;}

.AJXMenuVYOCSZC li:hover,.AJXMenuVYOCSZC li a:hover {position:relative;}
				
.AJXMenuVYOCSZC ul ul h1 {width:189px;padding:4px 8px 4px 8px;margin:0;font:bold 12px/12px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#ffff80;background:#0066cc;}

.AJXMenuVYOCSZC ul ul .sfirst h1 { margin-top:1px;
background-color:#0066CC;
-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px;}

.AJXMenuVYOCSZC a {display:block;float:left;height:20px;white-space:nowrap;padding:0 20px 0 20px;font:bold 11px/20px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#ffffff;background:url(ajxmenu_files/top.gif) top left;		
-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px; 
				border-radius: 10px;}
				
.AJXMenuVYOCSZC .ajxmw1 .ajxmw2 a.visit:visited {
		color: #ffff80;
		background: url(../images/imagesbuttons/topvisited.gif);
}	
.AJXMenuVYOCSZC .ajxmw1 .ajxmw2 a.visit:hover {
		background-image: url(../images/imagesbuttons/tophovervisited.gif);
}			
				
				
				
.AJXMenuVYOCSZC li:hover a,.AJXMenuVYOCSZC a:hover {color:#ffff80;background:#99ccff url(ajxmenu_files/top-mo.gif) top left;
}
.AJXMenuVYOCSZC a.ajxsub {padding:0 28px 0 20px;/*background:none;*/
}

.AJXMenuVYOCSZC ul ul {
		position:absolute;
		left:-9999px;
		top:-9999px;
		width:207px;
		height:auto;
		background-image: url(ajxmenu_files/clearbackground.gif);
}
.AJXMenuVYOCSZC table {margin-top:-1px;border-collapse:collapse;
}
.AJXMenuVYOCSZC ul :hover ul {left:-2px;top:20px;}

.AJXMenuVYOCSZC li li {width:205px;padding:0 1px 1px 1px;}

.AJXMenuVYOCSZC ul ul a,.AJXMenuVYOCSZC ul :hover ul a,.AJXMenuVYOCSZC ul :hover ul :hover ul a {float:none;margin:0;width:177px;height:auto;white-space:normal;padding:4px 8px 5px 20px;font:bold 11px/11px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:left;color:#ffffff;background:#24959b;

}

.AJXMenuVYOCSZC ul :hover ul .sfirst a,.AJXMenuVYOCSZC ul :hover ul :hover ul .sfirst a {margin-top:1px;
}

.AJXMenuVYOCSZC ul ul :hover a,.AJXMenuVYOCSZC ul ul a:hover,.AJXMenuVYOCSZC ul ul :hover ul :hover a,.AJXMenuVYOCSZC ul ul :hover ul a:hover {color:#ffff80;background:#99ccff;
}
.AJXMenuVYOCSZC ul ul a.ajxsub,.AJXMenuVYOCSZC ul :hover ul a.ajxsub {width:177px;padding:4px 8px 5px 20px;background:#24959b url(ajxmenu_files/sub-sub.gif) no-repeat center left;
}
.AJXMenuVYOCSZC ul ul :hover a.ajxsub,.AJXMenuVYOCSZC ul ul a.ajxsub:hover  {background:#99ccff url(ajxmenu_files/sub-sub-mo.gif) no-repeat center left;
}
.AJXMenuVYOCSZC ul :hover ul ul {position:absolute;left:-9999px;top:-9999px;
}
.AJXMenuVYOCSZC ul :hover ul :hover ul {left:206px;top:-1px;
}
* html .AJXMenuVYOCSZC ul :hover ul :hover ul {left:205px;
}
.AJXMenuVYOCSZC ul :hover ul .sfirst:hover ul {top:0px;
}
.AJXMenuVYOCSZC br {clear:both;height:0;font-size: 1px;line-height: 0px;
}

