#kc-web-design-main-menu
{
	background-image: url(../images/nav_background.gif);
	height: 30px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#kc-web-design-main-menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.level1
{
	border-right: solid 2px #000000;
	float: left;
	height: 26px;
	margin: 0px;
	padding-top: 4px;
	position: relative;
	text-align: center;
	width: 198px;
}

.level1:hover
{
	background-image: url(../images/nav_hoverbkgrnd.gif);
}

.level1 a
{
	color: #FFFFFF;
	font-size: 11pt;
	padding-top: 8px;
	text-decoration: none;
}

.level1 a:hover
{
	border-bottom: dotted 1px #FFFFFF;
	text-decoration: none;
}

.submenu
{
	background-color: #004F6D;
	border: dotted 1px #FFFFFF;
	display: none;
	filter: alpha(opacity=85);
	position: absolute;
	opacity: .85;
	text-align: left;
	width: 200px;
}

.submenu li
{
	border: dotted 1px #FFFFFF;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	width: 189px;
}

.submenu li:hover
{
	background-color: #006287;
}

.submenu li a
{
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
}

.submenu li a:hover
{
	border-bottom: dotted 1px #FFFFFF;
	text-decoration: none;
}

#kc-web-design-main-menu li > ul
{
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#kc-web-design-main-menu li:hover ul, li.over ul
{
	/* lists nested under hovered list items */
	display: block;
	color: #3E9CF3;
	top: 29px;
	left: 0px;
}
