#navigation {
	margin:0;
	padding: 0;
	clear:both;
	width:100%;
	height:51px;
	background: #d6eaf8 url('../img/dropdown-bg.png') repeat-x left top;
}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: url(../img/dropdown-bg-hover.gif) repeat-x left top;
}



ul.nav-main li {
	float:left;
	display:block;
	height: 51px;
	color: #999;
	font: 8pt Arial, Helvetica, sans-serif;
	background: url(../img/separator.gif) no-repeat right center;
}

ul.nav-main li a {
	display:block;
	padding: 16px 16px 0 16px;
	height: 35px;
	color: #ddd;
	font: 8pt Arial, Helvetica, sans-serif;
	text-decoration:none;
}

ul.nav-main li a:hover {
	color:#fff;
}



ul.nav-main *.list {
	padding-right: 22px;
	background: url(../img/navigation-arrow.gif) no-repeat right top;
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:10px;
	top: 48px;
	left: 0;
	z-index: 598;
	background: #015F92 url(../img/dropdown-list-bg.gif) repeat-x left top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:195px;
	border-bottom: 1px solid #2A7198;
	background: none;
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:195px;
	background: none;
	font: 9pt Arial, Helvetica, sans-serif;	
}

.menuimg {
	padding-right: 8px;
	height: 16px;
	width: 16px;
 }

#path_div {
 height: 36px; padding-left:184px;font-size: 11px;padding-top: 5px;
 }
#path_div a {
font-size: 11px;
 }

#deskIconDiv {
 margin-right: 8px;
 margin-bottom: 8px;
	color: #000;
	display:block;
	width: 170px;
	height: 70px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #fafafa;
	padding-top: 4px;
	font-size: 11px;
	text-decoration: none;
  border: 1px dotted #ededed;
	}

#deskIconDiv:hover {
	border: 1px solid #ccc;
	background: #ffffcc;
	}

#deskIconDiv img {
	border:0;
	margin-top: 4px;
	margin-bottom:4px;
	height: 32px;
	width: 32px;
	}

#deskIconDiv a {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
#deskIconCont .toolbar img {
 height: 16px;
 width: 16px;
 padding-right:2px;
 }
#deskIconCont {
 float: left;
 display:block;
 }
#deskIconCont .toolbar {
 text-align: center;
 height: 16px;
 background: url('../img/toolbar.png');
 margin-top: -80px;
 margin-left: 109px;
 display:block;
 width: 60px;
 }