/* [NAVIGATION] */

#navigation DIV.lft {
	width:            10px;
	height:           48px;
	float:            left;
	background-image: url("./images_bg/nav_lft.gif");
	font-size:        1px;
	line-height:      1pt;
}

#navigation DIV.rgt {
	width:            10px;
	height:           48px;
	float:            right;
	background-image: url("./images_bg/nav_rgt.gif");
	font-size:        1px;
	line-height:      1pt;
}

#nav_top, #nav_btm {
	width:  735px;
	height: 24px;
	margin: 0px 0px 0px 18px;
}

#nav_top UL, #nav_btm DIV UL {
	height:   24px;
	_height:  22px;
	margin:   0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	_padding: 2px 0px 0px 0px;
}

#nav_top UL LI, #nav_btm DIV UL LI {
	display: inline;
}

#nav_top UL LI A {
	padding:         2px 8px 8px 8px;
	text-decoration: none;
	line-height:     24px;
}

#nav_top UL LI A:hover, A.nav_over {
	background-image:     url("./images_bg/nav_top.gif");
	background-position:  0px 20px;
	background-repeat:    repeat-x;
	cursor:               pointer;
}

#nav_btm DIV {
	width:       735px;
	height:      24px;
	position:    absolute;
	visibility:  hidden;
	overflow:    hidden;
	line-height: 24px;
	background-color: #6391A0;
}

#nav_btm DIV UL LI A.item1 {
	padding:          0px 14px 0px 9px;
	background-image: none;
}

#nav_btm DIV UL LI A {
	padding:             0px 14px 0px 14px;
	background-image:    url("./images_bg/subnav.gif");
	background-position: 0px 5px;
	background-repeat:   no-repeat;
	font-family:         verdana;
	font-size:           10px;
	color:               #FFFFFF;
	text-decoration:     none;
	text-transform:      uppercase;
}

#nav_btm DIV UL LI A:hover {
	color: #16566B;
}