@charset "utf-8";
#header img {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	width: auto;
}
/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 20ex;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
}

ul.nav>li{
	margin: 0;
	padding: 2px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 20ex;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 9px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
	max-width: 200px;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 .SonicLogo {
	text-align: center;
	float: left;
}
.twoColFixLtHdr #container #sidebar1 .MSPLogo img {
	clear: both;
	float: none;
}
.twoColFixLtHdr #container #sidebar1 #navbar {
	font-size: medium;
	font-weight: bold;
	color: #990000;
	border: thin solid #666666;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 .SonicLogo {
	background-position: center;
	clear: left;
	float: none;
}
.twoColFixLtHdr #container #sidebar1 .MSPLogo {
	clear: left;
	float: none;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.twoColFixLtHdr #container #sidebar1 #services {
	padding-left: 10px;
}
