#nav {
    	
   	    font:1em Arial, Helvetica, Sans-serif;
    	border: 1px solid #999;
    	border-top: 1px solid #999;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	border-radius: 5px;
    	overflow: hidden;
		margin-left:-33px;
		width:965px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li {
	float:left;
}

#nav ul li a {
   	float: left;
	color:#d4d4d4;
    padding: 10px 13px;
	text-decoration:none;
background: #1C66AB;

	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(0,0,0,0.2);
 
}

#nav ul li a:hover,
#nav ul li:hover > a {
    	color: #FFF;
background: #23be6f; /* Old browsers */
background: -moz-linear-gradient(top,  #23be6f 0%, #18b665 44%, #0eb05d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23be6f), color-stop(44%,#18b665), color-stop(100%,#0eb05d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23be6f', endColorstr='#0eb05d',GradientType=0 ); /* IE6-9 */
}


#nav li:active-new {
    	color: #FFF;
background: #23be6f; /* Old browsers */
background: -moz-linear-gradient(top,  #23be6f 0%, #18b665 44%, #0eb05d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23be6f), color-stop(44%,#18b665), color-stop(100%,#0eb05d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23be6f', endColorstr='#0eb05d',GradientType=0 ); /* IE6-9 */
}

#nav li ul a:hover, 
#nav ul li li:hover > a  {
    color: #2c2c2c;
background: #23be6f; /* Old browsers */
background: -moz-linear-gradient(top,  #23be6f 0%, #18b665 44%, #0eb05d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23be6f), color-stop(44%,#18b665), color-stop(100%,#0eb05d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #23be6f 0%,#18b665 44%,#0eb05d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23be6f', endColorstr='#0eb05d',GradientType=0 ); /* IE6-9 */

    	border-bottom: 1px solid rgba(0,0,0,0.6);
    	border-top: 1px solid #7BAED9;
    	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}



#nav li ul {
    	background:#3C4042;
    	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
    	background-image: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    	background-image: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    	border-radius: 0 0 10px 10px;
    	-moz-border-radius: 0 0 10px 10px;
    	-webkit-border-radius: 0 0 10px 10px;
    	left: -999em;
    	margin: 35px 0 0;
    	position: absolute;
    	width: 160px;
    	z-index: 9999;
    	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    	border: 1px solid rgba(0, 0, 0, 0.5);
}

#nav li:hover ul {
    	left: auto;
}

#nav li ul a {
    	background: none;
    	border: 0 none;
    	margin-right: 0;
    	width: 136px;
    	box-shadow: none;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	border-bottom: 1px solid transparent;
    	border-top: 1px solid transparent;
}

#nav li li ul {
    	margin: -1px 0 0 160px;
    	-webkit-border-radius: 0 10px 10px 10px;
    	-moz-border-radius: 0 10px 10px 10px;
    	border-radius: 0 10px 10px 10px;
    	visibility:hidden;
}

#nav li li:hover ul {
    	visibility:visible;
}

#nav ul ul li:last-child > a {
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}

#nav ul ul ul li:first-child > a {
	-moz-border-radius:0 10px 0 0;
	-webkit-border-radius:0 10px 0 0;
	border-radius:0 10px 0 0;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	width:110px;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

.prop-line
{
font-size:13px; color:#FFF; padding:2px; background-color:#18BB68; line-height:2; border-radius:0.3em; padding-left:10px;
}


.refer-n-friend
{
	float:right; margin-top:15px;-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75); margin-left:50px;
	}
	
	
	ul.list1 {
	margin-top: 1px;
}

ul.list1 li {
	
	padding-left: 35px;
	background: url(../images/marker.png) 0 0px no-repeat;
}

ul.list1 li+li {margin-top: 11px;}


ul.list1.l1 {
	padding-top: 16px;
	float: left;
	width: 50%;
}

ul.list1.l1 li {
	text-decoration: none;
	color: #626262;
	background-position: 0 1px;
}