body {
	background:#262626/*daryGray*/;
	font-size:10pt;
	font-family:arial;
	margin:0;
	padding:0;
		
} 

#mainWrapper {
	background:white url(images/logo.gif) no-repeat top left;
	width:1000px;
	
	color:#262626/*daryGray*/;	
}

img {
	border:none;	
}

a{
	color:#262626/*daryGray*/;	
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}



#slogan {
	
	margin-right:40px;
	margin-top:15px;
}
.clear {
	clear:both;	
}

#siteHeader {
	height:150px;
	text-align:right;
}

/***************************** main navigation styles **********************************************/
#mainNavigation {
	margin-top:80px;
	margin-left:280px;	
}

/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	margin-right:10px;
	background-color:white;
	cursor:pointer;
	
	width:100px;
	
}




/* 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:black;
	width:100%;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
}



.dropdown a:hover{
	color:gray;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #dfe5db;
	border-bottom:none;
	margin-left:-1px;
	width:120px;
	
	
}
.dropdown ul ul {
	width:120px;	
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background:white url('images/down.gif') center right no-repeat;
	padding-right:20px;
	
	
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:white url('images/over.gif') center right no-repeat;
	padding-right:20px;
	width:120px;
}

/*************************************************************************************************/