/* CSS Document */
.navmenu{
	width : 150px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.navmenu ul {
	list-style-type: none;
}
.navmenu li {
	background-image: url(../images/main-menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	clear: both;
	height: 22px;
	width: 144px;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 0px;
}
.navmenu li.home {
	background-image: url(../images/mainnubg.jpg);
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
}
.navmenu a {
	display: block;
	margin: 0px;
	clear: both;
	height: 15px;
	width: 135px;
	text-decoration: none;
	color: #3A6DA4;
	font-size: 11px;
	background-image: url(../images/mainmenu-icon.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-position: 6px 5px;
}
.navmenu a:hover {
	display: block;
	margin: 0px;
	clear: both;
	height: 15px;
	width: 135px;
	text-decoration: none;
	color: #3A6DA4;
	font-size: 11px;
	background-image: url(../images/mainmenu-hover.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-position: 6px 5px;
}

.navmenu a#active {
	display: block;
	margin: 0px;
	clear: both;
	height: 19px;
	width: 105px;
	text-decoration: none;
	color: #3A6DA4;
	font-size: 11px;
	background-image: url(../images/mainmenu-icon.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-position: 6px 5px;
}

.positionmenu {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 518px;
}


#navcontainer {
	padding-top: 18px;
	padding-left: 7px;
	margin: 0px;
	clear:both;
	width: 100px;
	position:static;
}

 #navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
	position: relative;
}

#navcontainer li { margin: 0px; }

#navcontainer a
{
	display: block;
	color: #323232;
	background-color: #fff;
	width: 13em;
	text-decoration: none;
	font-size:11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	height: 22px;
	padding-top: 6px;
	padding-left: 2.9em;
}
#navcontainer a#geo {
	background-image: url(../images/earth-icon.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
#navcontainer a#school {
	background-image: url(../images/icon-school.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
#navcontainer a#campus {
	background-image: url(../images/icon-college.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
#navcontainer a#university {
	background-image: url(../images/icon-university.jpg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
#navcontainer a#organization {
	background-image: url(../images/icon-factory.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
#navcontainer a#company {
	background-image: url(../images/icon-factory.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}
#navcontainer a:hover
{
color: #DF924E;
}
a#slc-link {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color:#FF6633;
	text-decoration:none;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
a#slc-link:hover {
	text-decoration: underline;
}