/* this is the main UL element*/
.dropdown{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;	
background:#f3f4f8 url(../images/bg.jpg) bottom;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;

}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFB119;
	display:block;
	height:36px;

}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul a{
background:#f3f4f8 url(../images/bg.jpg) repeat-x;
	border-top:0;
	font-size:11px;
	width:180px;
	color:#7f7e7e;
	font-family:"Segoe UI", "Trebuchet MS", Arial, verdana;
	padding:10px 0 0 10px;
	height:20px;
	margin:0 2px 0 2px;
	border-bottom:1px solid #ebebeb;
}

.dropdown ul a:hover {
color:#85BCE9;
text-decoration:none;
background:#f3f4f8;

}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-position:center left;
	background-repeat:no-repeat;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	width:140px;
}

.nav_home {
background:url(../images/Home.gif) no-repeat;
width:154px;
}

.nav_home:hover {
background:url(../images/HomeRo.gif) no-repeat;
}

.nav_home_visited {
background:url(../images/HomeRo.gif) no-repeat;
width:154px;
height:36px;
}

.nav_services {
background:url(../images/new_Service.gif) no-repeat;
width:173px;
}

.nav_services:hover {
background:url(../images/new_Serviceactive.gif) no-repeat;
}

.nav_services_visited {
background:url(../images/new_Serviceactive.gif) no-repeat;
width:173px;
height:36px;	
}


.nav_aboutus {
background:url(../images/new_about.gif) no-repeat;
width:156px;
}

.nav_aboutus:hover {
background:url(../images/new_aboutactive.gif) no-repeat;
}

.nav_aboutus_visited {
background:url(../images/new_aboutactive.gif) no-repeat;
width:156px;
height:36px;	
}


.nav_contact {
background:url(../images/new_contact.gif) no-repeat;
width:149px;
}

.nav_contact:hover {
background:url(../images/new_contactactive.gif) no-repeat;
}

.nav_contact_visited {
width:149px;	
background:url(../images/new_contactactive.gif) no-repeat;
height:36px;
}

.nav_resources{
background:url(../images/new_resources.gif) no-repeat;
width:159px;
}

.nav_resources:hover{
background:url(../images/new_resourcesactive.gif) no-repeat;
}

.nav_resources_visited{
width:159px;
height:36px;
background:url(../images/new_resourcesactive.gif) no-repeat;
}

.nav_blog {
background:url(../images/Blog.gif) no-repeat;
width:143px;
}

.nav_blog:hover {
background:url(../images/BlogRo.gif) no-repeat;
}


#dropdown-demo li ul{
	z-index:150;
}