@charset "utf-8";
/* CSS Document */
img { border:0;}
#nav {
	background: #414141;
	height: 26px;
	overflow: hidden;
	clear: both;
	padding-left: 10px;
    margin-top: 3px;
}
.liarrow {
	background: url(../images/arrow-bullet-nav.png) no-repeat right center;
	padding-right: 0px;
	padding-left: -10px;
}
.submenu_liarrow {
	background: url(../images/submenu-arrow-icon.png) no-repeat right center;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	color: #FFF;
	font-family: Trebuchet MS !important;
	font-size: 13px;
	cursor: pointer;
	margin-left: 1px;
}
#nav li:hover {
	background-color: #800000;
	color:#FFF;
}
#nav .selected {
	background-color: #800000;
	/*background: #f68b1f url(../images/navArrowSelected.png) bottom center no-repeat;*/
	color:#FFF;
}
#nav .selected >a {
	color: #FFF !important;
}
#nav .selected:hover {
	background-color: #800000;
	/*background: #ee871e url(../images/navArrowSelected.png) bottom center no-repeat;*/
}
#nav li a, #nav li a:visited {
	display: block;
	line-height:16px;
	padding: 5px 9px;
	color: #FFF;
	text-decoration: none;
}
#nav li ul {
	position: absolute;
/*	min-width: 200px;*/
	min-width: 143px;
	border: #CCC 1px solid;
	background: #FFF;
	display: none;
	z-index:999;
}
#nav li ul li {
	font-size:13px;
	clear: both;
	background: #ecebeb;
	color: #333;
	border: 0;
	border-bottom: #CCC 1px solid;
	font-weight: normal;
	padding: 0px;
	margin:0;
/*	width:200px;*/
	width:100%;
}
#nav li ul li:hover {
	clear: both;
	background: #fde8a7;
	color: #222;
	border: 0;
	border-bottom: #CCC 1px solid;
	font-weight: bold;
	padding: 0;
}
#nav li ul li a:link, #nav li ul li a:visited {
	display: block;
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	box-sizing:border-box;
}
#nav li ul li ul {
	margin-top: -25px;
	margin-left: 90%;
	position: absoute;
	z-index: 555555;
	width: 230px;
	border: #CCC 1px solid;
	background: #FFF;
}
/*Process Bar start here*/

#barLine {
	width: 900px;
	margin: 0 auto;
	height: 60px;
	margin-top: -27px;
}
#barLine2 {
	background: url(../images/process-bar-line.jpg) repeat-x center left;
	height: 10px;
	width: 750px;
	margin: 0 auto;
	margin-top: 30px;
}
#barLine span {
	width: 125px;
	float: left;
	color: #387118;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#barLine div {
	background: url(../images/tab-bg-process-bar.png) no-repeat center center;
	margin: 0 40px;
	float: left;
	width: 45px;
	height: 32px;
	padding: 13px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
}
.active {
	background: url(../images/selected-tab-process-bar.png) no-repeat center center !important;
	color: #FFF;
	font-weight: bold;
	padding: 9px 0 2px 0 !important;
	font-size: 20px !important;
}
.sucess {
	background: url(../images/secess-icon-process-bar.png) no-repeat center center !important;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}
#nav a{
    text-align: left;
}