/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
	float:left;
	position:absolute;
	width:200px;
	margin-top:5px;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px 3px 5px 3px;	
	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;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
	width:150px;
	background:#373737;
	float:left;
	position:relative;
}
.getis{
	background:url(../images/1menubot.png) bottom left no-repeat;
	}
.dropdown ul li a{
	width:150px;
	text-align:left;
	padding:0px 0 0 2px;
}

.dropdown ul.services li{
	border:1px solid #444;
	border-top:0;
	background-color:#373737;
	margin-left:-1px;
	width:200px;
}

.dropdown ul.about li a{
	width:150px;
	text-align:left;
}

.dropdown ul.services li a{
	width:200px;
	text-align:left;
}

.dropdown ul.product li{
	border:1px solid #444;
	border-top:0;
	background-color:#373737;
	margin-left:-1px;
	width:280px;
}

.dropdown ul.product li a{
	width:280px;
	text-align:left;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	/*background:#000 url('expand_down.gif') center left no-repeat;
	padding-left:20px;
	width:105px;*/
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:#000 url('expand_right.gif') center right no-repeat;
	padding-right:20px;
	width:105px;
}
