/*
	Navigation
*/
#navigation {
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 153px;
}
#nav-container .last {
	background: #253650;
}
#nav-container .last:hover {
	background: #677385;
}
#nav-container a {
	background: #253650 url("../images/nav-right_bg.gif") bottom right no-repeat;
	color: #FFF;
	display: block;
	padding-bottom: 8px;
	padding-top: 7px;
	text-decoration: none;
}
#nav-container a:hover {
	background: #677385 url("../images/nav-right_bg.gif") bottom right no-repeat;
	color: #FFF;
	display: block;
	text-decoration: none;
}
#nav-container a.active {
	background: #677385 url("../images/nav-right_bg.gif") bottom right no-repeat;
	color: #FFF;
	display: block;
	text-decoration: none;
}

#subnav-container {
}
#subnav-container a {
	color: #253650;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 0px;
	text-decoration: none;
}
#subnav-container a:hover {
	color: #677385;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 0px;
	text-decoration: none;
}
#subnav-container a.active {
	color: #677385;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 0px;
	text-decoration: none;
}
#subnav-ph {
	font-size: 1.0em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subnav-ph li {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
}
#subnav-ph li a {
	font-size: 1.0em;
	font-weight: bold !important;
	padding-left: 8px;
}
#subnav-ph li a:hover {
	font-size: 1.0em;
	font-weight: bold !important;
	padding-left: 8px;
}
/*
	Content-Left
*/

/*
	Footer
*/
#ft-center a {
	color: #FFF;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	text-decoration: none;
}
#ft-right a {
	background: url("../images/nav-bottom_bg.gif") right no-repeat;
	color: #FFF;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	text-decoration: none;
}
#ft-right a:hover {
	color: #FFF;
	font-size: 0.7em;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
}
#ft-right a.last {
	background: transparent;
	padding-right: 0;
}


/*
	Chrome-Style-Navigation
*/

.chromestyle{
	width: 100%;
	font-weight: bold;
}

.chromestyle:after{ 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; 
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	background: url(chromebg-over.gif) center center repeat-x; 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
	line-height:18px;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	width: 153px;
	z-index:100;
}


.dropmenudiv a {
	background-image: none !important;
	border-bottom: 1px solid #FFF; 
	color: black;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
	width: auto;
}

* html .dropmenudiv a{ 
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #F0F0F0;
}

