/* CSS Document */

ul#top-nav {
	width:740px;
	border:0px;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	text-align:center;
}
ul#top-nav li {
	float:left;
	position:relative;
	display:block;
	color:#fff;
	white-space:nowrap;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:32px;
	cursor:hand;
}
#LeftPart{
	width:10px;
	background:url(../images/grn-lft-corner.jpg);
}
.RestaurantsManagement{
	width:165px;
	background:url(../images/grn-top-bg.jpg);
}
.FranchiseManagement{
	width:155px;
	background:url(../images/grn-top-bg.jpg);
}
.DeliveryManagement{
	width:155px;
	background:url(../images/grn-top-bg.jpg);
}
.CustomerManagement{
	width:150px;
	background:url(../images/grn-top-bg.jpg);
}
.Reports{
	width:80px;
	background:url(../images/grn-top-bg.jpg);
}
#RightPart{
	width:10px;
	background:url(../images/grn-rgt-corner.jpg);
}
ul#top-nav li ul {
	position:absolute;
	padding:12px 0 0;
	margin:0;
	list-style:none;
	width:auto;
	top:18px;
	left:-1px;
	font:normal 12px Arial, Helvetica, sans-serif;
	display:none;
	background:url(../../images/px.gif);
}
ul#top-nav li:hover ul,
ul#top-nav li.active ul {
	display:block;
	overflow:hidden;
}
ul#top-nav li ul li {
	clear:both;
	border:1px solid #3F9D55;
	border-bottom:0;
	background:#A8DCB5;
	overflow:hidden;
	line-height:15px;
}
ul#top-nav li ul li a {
	color:#041441;
	letter-spacing:normal;
	text-align:left;
	background:none !important;
	white-space:normal;
	padding:4px 0 4px 4px;
	font-weight:normal;
	text-decoration:none;
	display:block;
}
ul#top-nav li ul li.last {
	border-bottom:1px solid #3F9D55;
}
ul#top-nav li ul li a:hover {
	background:#022b7b !important;
	color:#fff;
}
ul#top-nav li.RestaurantsManagement ul {
	width:165px;
}
ul#top-nav li.RestaurantsManagement ul li {
	width:165px;
}
ul#top-nav li.FranchiseManagement ul {
	width:155px;
}
ul#top-nav li.FranchiseManagement ul li {
	width:155px;
}
ul#top-nav li.DeliveryManagement ul {
	width:155px;
}
ul#top-nav li.DeliveryManagement ul li {
	width:155px;
}
ul#top-nav li.CustomerManagement ul {
	width:150px;
}
ul#top-nav li.CustomerManagement ul li {
	width:150px;
}
ul#top-nav li.Reports ul {
	width:90px;
}
ul#top-nav li.Reports ul li {
	width:90px;
}
.step{
	color:#DF8209;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
#restInfo{
	width:250px;
	height:auto;
	border:1px solid #A0A1A2;
	background:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:4px;
}