/* WEB KRAFT CSS Document */


/*////////////////////////////////////// NAV ////////////////////////////////////*/
.link_bg{
background-image:url(../images/menu_bg.jpg);
background-repeat:no-repeat;
padding-top:0px;
width:578px;
height:35px;
}

#left-con ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#left-con li{
	text-align: right;
	margin-bottom: 5px;
	padding-bottom: 2px;
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	/*border-bottom: 1px dashed #aeaeae;*/
}

#left-con li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 17px;
	text-decoration: none;
	color: #0183e9;
	padding-right: 5px;
}

#left-con li a:hover{
	color: #f96705;
}

/*////////////////////////////////////// NAV ////////////////////////////////////*/


/******************************************** TEXT STYLES *****************************************/
.nav-active
{
	color: #f96705;
}


/******************************************** POP-UP *********************************************/



/***************************************************************************/


#dropmenudiv{
	position:absolute;
	border:1px solid #e1eef8;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	color: #0183e9;
	border-bottom: 1px solid #e1eef8;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #f3faff;
	color: #fd6502;	
}

/************************************************************/

.page-num-box{
	width: 65px;
	border: 1px solid  #666666;
	background-color: #cdf1ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 2px;
}

.submit-btn{
	width: 80px;
	height: 18px;
	border: 1px solid #666666;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #cdf1ff;
}

/************************************************************/
