
ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	padding:0px;
}

li{
	list-style:none;
/*	text-align:left;*/
	padding:0px;
	
}
li#star{
	list-style:none;
	text-align:left;
	padding:1px 0px;
	background: url(../images/services_arrow.jpg) no-repeat right; 
	color:#fed000!important;
}

li.menu{
	/* The main list elements */
	padding:0px;
	margin:10px 0px;
	width: 100%;
	float: left;
}
li.menu ul.srvc02{
	/*float:right;*/
	width:330px;
}

li.button a, li.button02 a{
	/* The section titles */
	display:block;
	font-size:26px;
	overflow:hidden;
	padding:0px 0px 0px 3px;
	position:relative;
	color:#686666;
	font-family: "Conv_NeoSansStd-Light",'VariableLight';
	text-decoration:none;
}

li.button a:hover, li.button02 a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span, li.button02 a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue, li.button02 a.blue{background: url(../images/services_arrow01.jpg) no-repeat right; color:#686666;}
/*li.button a.blue span, li.button02 a.blue span{ background:url(img/blue.png) repeat-x top right;}*/

li.button a.green, li.button02 a.green{background:url(../images/services_arrow.jpg) no-repeat right; color:#686666;}
/*li.button a.green span, li.button02 a.green span{ background:url(img/green.png) repeat-x top right;}*/

li.button a.orange, li.button02 a.orange{background:url(../images/services_arrow01.jpg) no-repeat right; color:#686666;}
/*li.button a.orange span, li.button02 a.orange span{ background:url(img/orange.png) repeat-x top right;}*/

li.button a.red, li.button02 a.red{background:url(../images/services_arrow01.jpg) no-repeat right;color:#686666;}
/*li.button a.red span, li.button02 a.red span{ background:url(img/red.png) repeat-x top right;}*/

/* The hover effects */

li.button a:hover, li.button02 a:hover{ background-position:  center right; }
li.button a:hover span, li.button02 a:hover span{ background-position:bottom right;}

.dropdown, .dropdown02{
	/* The expandable lists */
	display:none;
	padding-top:0px;
	width:100%;
}

.dropdown li, .dropdown02 li{
	/* Each element in the expandable list */
	color:#CCCCCC;
	margin:0px 0;
	padding:8px 3px 2px;
}
.dropdown li p:visited, .dropdown02 li p:visited {
	color:#000!important;
	text-decoration:none;
	outline:none;
	font-family: "LucidaGrandeRegular";
	font-size:11px;
	font-weight:normal;
}

.dropdown li p, .dropdown02 li p{
	color:#6e6d6d!important;
	text-decoration:none;
	font-family: "LucidaGrandeRegular";
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	width:400px;
}

/* The styles below are only necessary for the demo page */




.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}

/*a, a:visited {
	text-decoration:none;

	font-weight:normal;
}

a:visited {
	color:#fed000;



}*/

a:hover{
	text-decoration:none;
}


li.button a:hover{
	color:#686666;
}
/*li.button a.active{
	color:#686666;
	background:url(../images/services_arrow.jpg) no-repeat right;
}

*/









li#star01, li#star03{
	list-style:none;
	text-align:right;
	padding:1px 0px;
	background: none; 
	color:#fed000!important;
	background: url(../images/services_arrow.jpg) no-repeat left;
	width:200px;
	float:right;
}


li.button01 a, li.button03 a{
	/* The section titles */
	display:block;
	font-family: "Conv_NeoSansStd-Light", 'VariableLight';
	font-size:26px;
	overflow:hidden;
	padding:0px 0px 8px 3px;
	position:relative;
	color:#686666;
	text-decoration:none;
}

li.button01 a:hover, li.button02 a:hover, li.button03 a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	color:#333 !important;
}

li.button01 a span, li.button03 a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */
li.button01 a.blue, li.button03 a.blue{background: url(../images/services_arrow01.jpg) no-repeat left; color:#686666;}
li.button01 a.blue span, li.button03 a.blue span{ background:url(img/blue.png) repeat-x top right;}

li.button01 a.green, li.button03 a.green{background: url(../images/services_arrow.jpg) no-repeat left; color:#686666;}
li.button01 a.green span, li.button03 a.green span{ background:url(img/green.png) repeat-x top right;}

li.button01 a.orange, li.button03 a.orange{background: url(../images/services_arrow01.jpg) no-repeat left; color:#686666;}
li.button01 a.orange span, li.button03 a.orange span{ background:url(img/orange.png) repeat-x top right;}

li.button01 a.red, li.button03  a.red{background: url(../images/services_arrow01.jpg) no-repeat left; color:#686666;}
li.button01 a.red span, li.button03 a.red span{ background:url(img/red.png) repeat-x top right;}


/* The hover effects */

/*li.button01 a:hover, li.button03 a:hover{ background-position:  center right; }
li.button01 a:hover span, li.button03 a:hover span{ background-position:bottom right;}

li.button01 a:hover, li.button03 a:hover{
	color:#686666;
}
li.button01 a.active01, li.button03 a.actiive03{
	color:#686666;
	background:none;
}*/
.dropdown01, .dropdown03{
	/* The expandable lists */
	display:none;
	padding-top:0px;
	width:100%;
	min-height: 0;
	float: left;
}

.dropdown01 li, .dropdown03 li{
	/* Each element in the expandable list */
	color:#CCCCCC;
	margin:0px 0;
	padding:0 3px 10px;
	text-align:right;
}
.dropdown01 li p:visited, .dropdown03 li p:visited{
	color:#000!important;
	text-decoration:none;
	outline:none;
	font-family: "LucidaGrandeRegular";
	font-size:12px;
	font-weight:normal;
	clear:both;
}

.dropdown01 li p, .dropdown03 li p{
	color:#6e6d6d!important;
	text-decoration:none;
	font-family: "LucidaGrandeRegular";
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	width:326px;
	clear:both;
}




a.active, a.active01, a.active02, a.active03{
	color:#000;
}





