/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	background-color:#104473;
	cursor:pointer;
	text-align:center;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a, .dropdown a:link, .dropdown a:visited, .dropdown a:active{
	text-decoration:none;
	color:#eee;
	padding:0;
	margin:0;
}

.dropdown a:hover{
	color:#fc3;
	text-decoration:none;
	padding:0;
	margin:0;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-bottom:1px solid #eee;
	border-top:0;
	padding:5px;
	margin:0;
	width:200px;
	background-color:#3B668C;
	text-align:left;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	padding:5px;
	margin:0;
	width:200px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('/assets/images/nav_white.gif');
	background-position:center right;
	background-repeat:no-repeat;
	padding:5px;
	margin:0;
	width:200px;
	background-color:#265580;
	text-align:left;
}

#Home, #Tools {
	width:60px;	
}

#Products, #Literature,  #AboutUs, #ContactUs {
	width:70px;	
}

#ServiceSupport {
	width:120px;	
}
