﻿/* Abacus menuStyles.css */

#topMenu {
	padding: 0px;
	margin: 0px;
	float: right;
	display: inline;
	right: 0px;
	height: 20px; /* kipple has 17? */;
	bottom: 0px;
}
#topMenu li {
	/*border-style: solid;*/
	border-width: 0px;
	border-color: /*red */ /**/#7B5B38 #7B5B38 #584228 #7B5B38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 4px;
	position: relative;
	width: 60px;
	height: 20px;
	display: inline;
	float: left;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	text-indent: -5px;
}
#topMenu li a {
	color: #FFDC41;
	text-decoration: none;
	line-height: 20px;
	background-color: #0D529F /*#0D529F*/;
	padding-left: 5px;
	width: 55px;
	height: 20px;
	display: block;
	float: left;
}
#topMenu li a:hover {
	padding-left: 2px;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #FFDE3D;
	color: #FFDE3D;
	background-color: #0D529F;
}
#topMenu li ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 90px;
	height: auto;
	left: 0px;
	top: 0px; /* kipple has 1px */
	list-style-type: none;
	list-style-image: none;
	visibility: hidden;
}
#topMenu li ul li {
	border-style: none;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	text-indent: 0px;
	margin-bottom: 1px;
}
#topMenu li ul li a {
	width: 250px;
	font-weight: normal;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #0D529F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFDE3D;
}
#topMenu li ul li a:hover {
	color: #FFDE3D;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFDE3D;
	font-weight: bold;
}
#topMenu li:hover ul{
	visibility:visible;
}

#lSideMenu {
	padding: 0px;
	margin: 0px;
/*position: absolute; */	width: 150px;
	position: static;
}
#lSideMenu li {
	/**/border-style: solid;
	border-bottom-width: 1px;
	border-color: #FFDC41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	width: 150px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	height: 20px;
	text-indent: -5px;
}
#lSideMenu li a {
	color: #FFDC41;
	text-decoration: none;
	background-color: #0D529F /*#0D529F*/;
	padding-left: 2px;
	height: 20px;
	display: block;
	line-height: 20px;
	padding-left: 5px;
}
#lSideMenu li a:hover {
	padding-left: 2px;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #FFDE3D;
	color: #FFDE3D;
	background-color: #0D529F;
}
#lSideMenu li ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 300px;
	height: auto;
	left: 150px;
	top: -20px;
	list-style-type: none;
	list-style-image: none;
	visibility: hidden;
}
#lSideMenu li ul li {
	border-style: none;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	text-indent: 0px;
	margin-bottom: 1px;
	width: 300px;
}
#lSideMenu li ul li a {
	width: 300px;
	font-weight: normal;
	color: #FFDE3D;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #0D529F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFDE3D;
}
#lSideMenu li ul li a:hover {
	color: #FFDE3D;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFDE3D;
	font-weight: bold;
}
#lSideMenu li:hover ul{
	visibility:visible;
}
