/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background-color:#84c1f7;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(../images/body-bg.jpg);
	background-attachment:fixed; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#666;
}
html { 
	min-width:960px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:960px;
	font-size:.75em;
}

	/* Header */
	header {
		position:relative;
		background:#FFF;
        padding:0px 0 0 0;
        margin-top:7px;
        -moz-border-radius: 8px;
		border-radius: 8px;
        height:200px;	

	}
	
	/* Sidebar */
	aside {
		width:227px;
		float:left;
		margin-right:32px;
		padding-bottom:33px;
	}
	
	/* Content */
	section#content {
		float:left;
		width:675px;
		padding-top:6px;
	}
	
	/* Footer */
	footer {
		padding-left:3px;
		background-image:url(../images/black60percent-pixel.png);	
		color:#999;
		margin-top:3px;
    	-moz-border-radius: 8px;
		border-radius: 8px;

	}
		footer a{
	
		color:#999;


	}
	
#logo-holder { 
	height:155px;	
	background:url(../images/auridian-logo-RGB.png) no-repeat;
	text-indent:-9999px;
	display:block;
	margin:37px 0 10px 35px;
	position:relative;
    width:150px;
    float:left;

	
}
#nav {
    -moz-border-radius: 8px;
	border-radius: 8px;
    height:60px;
	background:url(../images/nav-bg.jpg) repeat-x;
    margin:3px 0 3px 0;
}




#middle-container {
	width:960px;
	margin:0;
    -moz-border-radius: 8px;
	border-radius: 8px;
	background-image:url(../images/white80percent-pixel.png);

}
#middle-content {
padding: 35px 60px 60px 60px;
}
#middle-container-home {
	width:960px;
	background-image:url(../images/white80percent-pixel.png);
	margin:0;
    -moz-border-radius: 8px;
	border-radius: 8px;

}
#middle-content-home {
padding: 10px 15px 10px 35px;
}

.secondary {width:820px;}
.secondary-left {width:270px;valign:top;}



/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}
.courses {padding:0px 0 10px 0;}



/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.banners {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
	.banners li {
		float:left;
		padding-left:4px;
	}

.list li {
	font-size:1.17em;
	padding:0 0 19px 22px;
	background:url(../images/marker.png) no-repeat left 2px;
} 
.list li.last {
	padding-bottom:0;
}

.list1 li {
	width:100%;
	overflow:hidden;
	padding-bottom:27px;
}
	.list1 li img {
		float:left;
		margin-right:22px;
	}

.column-list {
	width:100%;
	overflow:hidden;
}
	.column-list li {
		float:left;
		width:203px;
		margin-right:27px;
	}
	.column-list li.last {
		margin:0;
	}
		.column-list li img {
			margin-bottom:18px;
		}

.events-list {
	width:100%;
	overflow:hidden;
}
	.events-list li {
		float:left;
		line-height:1.5em;
		width:320px;
		margin-right:25px;
		padding-bottom:20px;
	}
	.events-list li.alt {
		margin-right:0;
	}
		.events-list li img {
			float:left;
			margin-right:11px;
		}

.testimonials li {
	line-height:1.5em;
	padding-bottom:18px;
}		
	.testimonials li cite {
		font-style:normal;
	}
	.testimonials li h5 {
		text-align:right;
		margin:0;
		padding-top:6px;
	}

/*----- other -----*/
.img-indent { 
	margin:0 0 20px 0; 
}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:16px;
	line-height:1.5em;
    color:#666;
}
ul {

    color:#666;
}

dl {
	line-height:1.5em;
}
	dl dt {
		font-weight:bold;
		color:#4b4b4b;
		margin-bottom:6px;
	}
	dl dd {
		padding-bottom:20px;
	}
	dl dd.last {
		padding:0;
	}
	
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:96px;
		}
		.address dd a {
			font-size:1.17em;
		}
		
address {
	font-style:normal;
	line-height:1.5em;
}
	address a {
		font-size:1.17em;
	}
	address span {
		float:left;
		width:103px;
	}
		


/*----- txt, links, lines, titles -----*/
a {
	color:#6EBB1F; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size:20px;
	line-height:1em;
	font-weight:normal;
	padding:0px 0 20px 0px;
    color: #6EBB1F;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
	h1 strong {
		font-size:55px;
		line-height:1.2em;
	
		top:-37px;
		position:relative;
	}
h2 {
	  color: #6EBB1F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: lighter;
    line-height: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
}
h3 {
	color: #6EBB1F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: lighter;
    line-height: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
}
h5 {
	font-size:1em;
	line-height:1.5em;
	color:#4b4b4b;
	margin-bottom:6px;
}
	h5 a {
		color:#4b4b4b;
	}


.txt1 {
	font-size:1.17em;
}

.facebook {
	position:absolute;
	right:50px;
	top:30px;
	background:url(../images/facebook_32.png) no-repeat right top;
	padding:10px 45px 8px 0;
	color:#7d7d7d;
	text-decoration:none;
	font-size:1.17em;
	text-transform:uppercase;
	text-indent:-9999px;
}
.facebook:hover {
	text-decoration:underline;
}
.linkedin {
	position:absolute;
	right:85px;
	top:30px;
	background:url(../images/linkedin_32.png) no-repeat right top;
	padding:10px 45px 8px 0;
	color:#7d7d7d;
	text-decoration:none;
	font-size:1.17em;
	text-transform:uppercase;
	text-indent:-9999px;
}
.linkedin:hover {
	text-decoration:underline;
}
.share {
position:absolute;
	right:200px;
	top:30px;
	background:url(../images/share-btn.png) no-repeat right top;
	padding:10px 45px 8px 0;
	color:#7d7d7d;
	text-decoration:none;
	font-size:1.17em;
	text-indent:-9999px;
}

.refer:hover {
	text-decoration:underline;
}
.accreditations {
font-size:10px;
width:230px;
}
.accreditations ul{
padding:10px 0 0 10px;
}









.link1 { 
	display:block;
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-position:right top;
	background-image:url(../images/green-btn.png); 
	color:#fff;
	line-height:1.2em;
	text-transform:uppercase; 
	text-decoration:none;
	cursor:pointer;
	height:30px;
}
	.link1 span {
		display:block;
		float:left;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(../images/link1-left.png);
		padding:0 10px;
	}
	.link1 b {
		background-repeat:repeat-x;
		background-position:left top; 
		background-image:url(../images/link1-bgd.png); 
		padding:8px 7px 9px 7px;
		display:block;
		float:left; 
	}
	.link1:hover b {
		text-decoration:underline;
	}
	
.link2 {
	width:70px;
	height:30px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
	float:right;
	font-weight:bold;
	overflow:hidden;
	line-height:2.6em;
	background-repeat:no-repeat;
	background-position:left top;
	background:url(../images/link2-bg1.png);
}
.link2:hover {
	text-decoration:underline;
}


/*==================boxes====================*/
.nav-box {
	width:100%;
	position:relative;
	padding-bottom:0px;

}
	.nav-box .left {
		padding-left:14px;
		background:url(/images/nav-box-left.png) no-repeat left top;
        
	}
	.nav-box .right {
		padding-right:14px;
		background:url(/images/nav-box-right.png) no-repeat right top;
	}
	.nav-box nav {
		height:49px;
		background:url(/images/nav-box-tail.png) repeat-x left top;
	}
	.nav-box nav ul {
		padding-top:13px;
		width:100%;
	
	}
		.nav-box nav ul li {
			float:left;
			font-size:13px;
			line-height:1.2em;
		
			
		}
			.nav-box nav ul li a {
				color:#535353;
				display:block;
				float:left;
				cursor:pointer;
				background:url(../images/spacer.gif);
				text-decoration:none;
				
			}
			.nav-box nav ul li a:hover,
			.nav-box nav ul li a.active {
				color:#fff;
				background:url(../images/nav-act-tail.gif) repeat-x left top;
				text-shadow:#fff 0 0;
			}
				.nav-box nav ul li a span {
					display:block;
					float:left;
					background:url(../images/spacer.gif);
				}
				.nav-box nav ul li a:hover span,
				.nav-box nav ul li a.active span {
					background:url(../images/nav-act-left.gif) no-repeat left top;
				}
				.nav-box nav ul li a b {
					display:block;
					float:left;
					background:url(../images/spacer.gif);
					padding:10px 23px 14px 23px;
				}
				.nav-box nav ul li a:hover b,
				.nav-box nav ul li a.active b {
					background:url(../images/nav-act-right.gif) no-repeat right top;
				}

.box {
	width:890px;
	color:#333;
    margin:0;
    padding:0;
	
    
}
	.box .image {
		text-align:center;
		font-size:0;
		line-height:0;
		width:222px;
		
	}
	.box .bot {
		background-repeat:no-repeat;
		background-position:left top;
		height:15px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box .xcontent {
		background-repeat:repeat-y;
		background-position:left top;
	
	}
		.box .xcontent .bg {
			min-height:100px;
			height:auto!important;
			height:100px;
			background-repeat:no-repeat;
			background-position:left top;
			
		}
	.box .inner { 
		padding:2px 35px 0 26px;
	}
	.box h2 {
		font-size:18px;
		margin:0;
		padding:0 10px 5px 15px;
		color: #6EBB1F;
		vertical-align:top;
	
	}
	.box p {
		line-height:16px;
		margin:0px;
		font-size:12px;
		color:#666666;
		padding:0 20px 10px 15px;
	}
/* box style1 */
.box.style1 .top {background-image:url(/images/boxes-courses-topics.png);}
.box.style1 .link1 {background-image:url(/images/link1-right1.png);}
.box.style1 .link1 span {background-image:url(/images/link1-left1.png);}
.box.style1 .link1 b {background-image:url(/images/link1-bgd1.png);} 


/* box style2 */
.box.style2 .top {background-image:url(/images/boxes-conference-solutions.png);}
.box.style2 .link1 {background-image:url(/images/link1-right2.png);}
.box.style2 .link1 span {background-image:url(/images/link1-left2.png);}
.box.style2 .link1 b {background-image:url(images/link1-bgd2.png);}


/* box style3 */
.box.style3 .top {background-image:url(/images/box-top3.png);}
.box.style3 .link1 {background-image:url(/images/link1-right3.png);}
.box.style3 .link1 span {background-image:url(/images/link1-left3.png);}
.box.style3 .link1 b {background-image:url(/images/link1-bgd3.png);}
.box.style3 h2 { color:#ffad07;}


.box1 {
	width:227px;
}
	.box1 .top {
		height:49px;
		overflow:hidden;
		background:url(../images/box1-top.png) no-repeat left top;
	}
	.box1 .bot {
		height:17px;
		font-size:0;
		line-height:0;
		overflow:hidden;
		background:url(../images/box1-bot.gif) no-repeat left top;
	}
	.main-box .box1 .border-left {
		padding-left:1px;
		background:url(../images/box1-border.gif) repeat-y left top;
	}
	.main-box .box1 .border-right {
		padding-right:1px;
		background:url(../images/box1-border.gif) repeat-y right top;
	}
	.main-box .box1 .xcontent {
		width:100%;
		min-height:261px;
		height:auto!important;
		height:261px;
		padding:0;
		background:url(../images/box1-tail.gif) repeat-x left top #f8f8f8;
	}
	.main-box .box1 .inner {
		padding:12px 14px 20px 18px;
	}
	.box1 h2 {
		font-weight:bold;
		color:#fff;
		padding:10px 0 0 18px;
	}
	
.box2 {
	width:227px;
}
	.box2 .top {
		height:290px;
		overflow:hidden;
		background:url(../images/box2-top.png) no-repeat left top;
	}
	.box2 .bot {
		height:16px;
		font-size:0;
		line-height:0;
		overflow:hidden;
	
	}
	.main-box .box2 .border-left {
		padding-left:1px;
		background:url(../images/box2-border.gif) repeat-y left top;
	}
	.main-box .box2 .border-right {
		padding-right:1px;
		background:url(../images/box2-border.gif) repeat-y right top;
	}
	.main-box .box2 .xcontent {
		width:100%;
		min-height:113px;
		height:auto!important;
		height:113px;
		padding:0;
		background:url(../images/box2-tail.gif) repeat-x left top #f6f6f6;
	}
	.main-box .box2 .inner {
		padding:0 14px 20px 18px;
	}
	.box2 h2 {
		font-weight:bold;
		color:#3c3c3c;
		margin-bottom:16px;
	}


.main-box { 
	width:100%;
}
	.main-box .left-top-corner { 
		background:url(../images/left-top-corner.png) no-repeat left top; 
		height:18px; 
		padding-left:18px;
	}
	.main-box .right-top-corner { 
		background:url(../images/right-top-corner.png) no-repeat right top; 
		height:18px; 
		padding-right:18px;
	}
	.main-box .border-top { 
		background:url(../images/border-top.png) left top repeat-x; 
		height:18px; 
		font-size:0; 
		line-height:0; 
		width:100%;
	}
	.main-box .border-left { 
		background:url(../images/border-left.png) left top repeat-y; 
		padding-left:3px;
	}
	.main-box .border-right { 
		background:url(../images/border-right.png) right top repeat-y; 
		padding-right:3px;
	}
	.main-box .xcontent {
		background:#fff;
		padding:0 2px;
	}
	.main-box .tail {
		background:url(../images/main-box-tail.gif) repeat-x left top;
		width:100%;
	}
	.main-box .inner {
		padding:3px 15px 0 8px;
	}
	.main-box .inner1 {
		padding:3px 8px 0 25px;
	}
		.main-box .inner1 aside {
			margin:0;
		}
		.main-box .inner1 #content {
			margin-right:32px;
			width:665px;
		}
	.main-box .inner2 {
		padding:3px 25px 35px 25px;
	}
		.main-box .inner2 #content {
			width:auto;
			float:none;
		}


/*===== content =====*/
#content h2 {
	color:#3e3e3e;
	letter-spacing:0;
	margin-bottom:16px;
}
#content .indent {
	padding-bottom:60px;
}
#content .link2 {
	background-image:url(../images/link2-bg2.png);
	float:left;
}

/*===== Sidebar =====*/
aside .indent {
	margin-bottom:20px;
}

/*===== footer =====*/
footer .right {
	padding-right:3px;
	background:url(../images/border-right.png) repeat-y right top;
}
footer .tail {
	padding:17px 0 11px 27px;

}
footer .line-ver {
	background:url(../images/divider.gif) repeat-y 210px 0;
	width:100%;
	overflow:hidden;
}
footer .fleft a {
	color:#999;
	text-decoration:none;
}
footer .fleft a:hover {
	text-decoration:underline;
}
footer .fleft {
	padding-bottom:8px;
}
	footer .fleft ul {
		padding:8px 0 3px 0;
	}
		footer .fleft ul li {
			display:inline;
		}
footer .fright {
	padding:0 29px 0 0;
	text-align:right;
}
	footer .fright a {
		color:#6EBB1F;
	}
	footer .fright ul {
		padding:8px 0 5px 0;
	}
		footer .fright ul li {
			display:inline;
			padding-right:15px;
			margin-right:12px;
			background:url(../images/divider1.gif) no-repeat right 3px;
		}
			footer .fright ul li a {
				text-decoration:none;
				color:#999;
			}
			footer .fright ul li a:hover,
			footer .fright ul li a.active {
				color:#999;
				text-decoration:underline;
			}
		footer .fright ul li.last {
			background:none;
			padding:0;
			margin:0;
		}


/*----- forms -----*/

#subscribe-form .rowElem {
	width:100%;
	overflow:hidden;
}
#subscribe-form span {
	display:block;
	width:193px;
	height:26px;
	margin-bottom:6px;
	background:url(../images/input-bg.png) no-repeat left top;
}
#subscribe-form input {
	background:none;
	border:0;
	line-height:1.2em;
	vertical-align:top;
	margin:5px 0 0 10px;
	color:#8c8d8d;
	width:173px;
}
#subscribe-form a.fleft {
	color:#4b4b4b;
	font-weight:bold;
	position:relative;
	left:10px;
	top:7px;
}

/*----------------------*/
/* The Nivo Slider styles */
#slider_box{ width:712px;  background:url(../images/bg_img.png) 20px 0 repeat; padding:40px 0 0px 10px}
#slider{ position:relative; width:712px; height:200px; z-index:88;overflow:hidden;margin: 0 0 0 160px;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;	margin:0;z-index:60;display:none;}
/* The slices in the Slider */
.nivo-slice {display:block;	position:absolute;z-index:50;height:100%;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {	position:absolute; bottom:-34px;	z-index:99;	cursor:pointer;text-indent:-5000px; width:30px; height:30px;  display:block;}
.nivo-prevNav { right:135px; background:url(../images/marker_left.gif) no-repeat}
.nivo-prevNav:hover{ background:url(../images/marker_left_active.gif) no-repeat}
.nivo-nextNav {right:10px; background:url(../images/marker_right.gif) no-repeat}
.nivo-nextNav:hover{ background:url(../images/marker_right_active.gif) no-repeat}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{ position: absolute;z-index:99; right:55px; bottom:21px;}
.nivo-controlNav a {position:relative;z-index:99;cursor:pointer; text-indent:-5000px; width:16px; height:16px; float:left; margin-right:6px; background:url(../images/buttons.png) right 0 no-repeat}
.nivo-controlNav a.active { background-position:left}

/* Caption styles */
.nivo-caption { padding-top:77px; height:180px; width:345px;position:absolute; top:0px; right:20px; color:#fff; z-index:99;}
.nivo-caption .box{ display:inline-block;background:url(../images/box.png) no-repeat; font:24px Arial, Helvetica, sans-serif; color:#fff; line-height:30px; text-align:center; font-weight:bold; width:83px; margin-right:10px;}
.nivo-caption .text1{ font:36px Arial, Helvetica, sans-serif; color:#39c0f8; font-weight:bold; display:inline-block; line-height:1.2em; margin-top:-7px;}
.nivo-caption .text2{ font:48px Arial, Helvetica, sans-serif; color:#fff; font-weight:bold; display:block; line-height:1.2em; margin-top:-10px; letter-spacing:-2px;}
.nivo-caption p{ font-size:12px; color:#fff; line-height:14px; font-weight:bold; padding-top:8px;}
.nivo-caption a{ display:inline-block; position:absolute; left:0; bottom:60px;  font:40px Arial, Helvetica, sans-serif; line-height:60px; padding-bottom:3px; text-align:center; width:194px; color:#fff; text-decoration:none;  letter-spacing:-2px;}
.nivo-caption a:hover{ background-position:bottom}

.color1 p{ color:#454545}
.nivo-caption .color1 .text1{ font-size:30px; display:block; color:#454545; margin-top:0}
.nivo-caption .color1 .text2{ color:#3b3b3b; display:inline-block; letter-spacing:-3px}
.nivo-caption .color1 .box{ margin-right:0px; margin-top:7px; margin-left:7px}


#contacts-form .rowElem { 
	height:40px;
}
	#contacts-form .rowElem span {
		display:block;
		width:193px;
		height:26px;
		margin-bottom:6px;
		background:url(../images/input-bg.png) no-repeat left top;
	}
#contacts-form input {
	background:none;
	border:0;
	line-height:1.2em;
	vertical-align:top;
	margin:5px 0 0 10px;
	color:#8c8d8d;
	width:173px;
}
#contacts-form .rowElem1 span {
	display:block;
	width:193px;
	height:175px;
	margin-bottom:21px;
	background:url(../images/textarea-bg.gif) no-repeat left top;
}
#contacts-form textarea { 
	width:183px; 
	height:168px; 
	overflow:auto;
	background:none;
	border:0;
	color:#8c8d8d;
	padding:5px 0 2px 10px; 
}
#contacts-form .link2 {
	margin-left:15px;
}
#right-menu, #right-menu ul{float:right;height:40px;width:235px;padding-top:15px;}
#right-menu ul li ul,  #right-menu ul li ul li {width: 170px;}


/* MENU WIDTH SETTINGS */
#menu, #menu ul{width:800px;}
#menu ul li ul,  #menu ul li ul li {width: 170px;}
#menu ul li ul li a {width:170px; }
#menu ul li ul li ul {left:205px;}
/* MENU COLOR SETTINGS */
#menu  {
background-color:#;}


#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu > ul > li:hover > a  {
color: #ffffff;text-shadow:none;
background-color:#82BF07;
}

#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu > ul > li:hover > a, #menu li:hover a  {


/* MENU WIDTH SETTINGS */

}
#menu ul li.selected > a {
background-color:#82BF07;
color: #ffffff;
color: #ffffff;text-shadow:none;
}

#menu ul li ul li a{
border-top: 1px solid #fff;
background-color:#B0DA8E;
color: #ffffff;
text-shadow:none;
}

#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a{
background-color:#;
color: #ffffff;
}
/* GENERAL MENU SETTINGS */
#menu {
padding:0px 0px 0px 40px;
font-size: 12px;

}
#menu a{
font-size: [menu-font-size];
font-weight: bold;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;

}
#menu ul li {
position: relative;
float: left;

}
#menu ul li a {
float: left;
padding: 22px 20px 6px 20px;
text-decoration: none;
height:33px;
color: #204293; text-shadow:#fff 1px 1px;
}
#menu ul li.selected > a {
text-decoration: none !important;
}
#menu ul li em {
position: absolute;
left: -10001px;
top: -10001px;
}
#menu ul li ul {
display: none;
position: absolute;
left: 0;
top:100%;
z-index:500;


}
#menu ul li:hover > ul {
display: block;
}
#menu ul li ul li {
display: block;
float: none;
margin: 0;

}
html* #menu ul li ul li {
margin-bottom: -3px;
}
#menu ul li ul li a {
display: block;
float: none;
height: auto;
margin: 0;
padding: 10px 20px 6px 15px;
line-height: 1.3;
height:20px;
        -moz-border-radius: 5px;
		border-radius: 5px;
}
html* #menu ul li ul li a {
float: left;

}
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a {
text-decoration: none;text-shadow:none;
}
#menu ul li ul li ul {
top: 0;
padding-left: 1px;
}
#menu ul li ul li ul li {
font-size: 1em;
}
#menu ul li ul li ul li a {
}
#menu img{display:none;
}

.green-btn {
	background-image:url(../images/green-btn.png);
	height:35px;
	width:190px;
	display:block;
	position:relative;
	text-align:center;
	background-repeat:no-repeat;
	background-position:right top;
	color:#fff;
	line-height:1.2em;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
	padding:8px 0 0px 10px;
}

/*==========================================*/
    

