/* Top Navigation */

div#topnavimg {
	width: 315px;
	background-color: #dfdfdf;
	height: 70px;
	padding-top: 5px;
}
.searchtext {
	font-size: 0.8em;
	margin: 0px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	float: left;
	height: 16px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.searchtext:hover {
background-color: #F4F4F4;
}
div#topnavsearch {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 265px;
	height: 35px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
}

/* dropdown menu */

div#dropdownmenu {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	font-weight: bold;
	width: 768px;
	background-color: #f6f6f6;
}

ul.dropdown li {
	float: left;
	font-size: 0.8em;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #fff #d9d9d9 #d9d9d9;
	background-color: #f6f6f6;
	color: #000;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 background-color: #eee;
 color: #000;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
 width: 150px;
 margin-top: 1px;
}

ul.dropdown ul li {
 float: none;
 font-weight: normal;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}

/* default dropdown */

	ul.dropdown a	{
	font-weight: bold;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */

ul.dropdown *.dir {
	padding-right: 20px;
}

/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
	padding-right: 15px;
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
}

/* Absoloute Side Navigation */

div#sidenav {
	width: 191px;
	position: absolute;
	height: auto;
	left: 0px;
	top: 0px;
	margin-top: 132px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 768px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#sidenav a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
div#sidenav a:hover {
	text-decoration: underline;
}
div#sidenav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 12px;
}
div#sidenav li {
	list-style-type: none;
	font-size: 0.78em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
div#sidenav p {
	font-size: 0.7em;
	color: #000000;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	padding-right: 0px;
}
div#sidenav h1 {
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 2px;
	padding-left: 4px;
	font-size: 0.7em;
	padding-bottom: 2px;
}
div#sidenav h1 a {
	text-decoration: none;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
div#sidenav h2 {
	font-size: 0.7em;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 4px;
}

div#sidenavlinks {
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
	padding: 0px;
}

div#sidenavinfo {
	background-color: #CCCCCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#sidenavaddthis {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.7em;
}

/* Breadcrumb Trail */

div#breadcrumbcell {
	width: 764px;
	background-color: #222222;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	margin: 0px;
	float: left;
}
div#breadcrumbcell ul {
	margin: 0px;
	width: 960px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
}
div#breadcrumbcell li {
	margin: 0px;
	font-size: 0.73em;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	float: left;
}
div#breadcrumbcell li a {
	color: #B19BE6;
	text-decoration: none;
}
div#breadcrumbcell li a:hover {
	text-decoration: underline;
}

/*On this page links*/

div#links{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
div#links p{
	font-weight: bold;
	font-size: 0.7em;
}

/* Bottom Navigation */

div#bottomwrap {
	width: 960px;
	padding: 0px;
	margin: 0px;
}	
div#bottomnav {
	width: 944px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	margin: 0px;
	background-color: #999999;
	float: left;
}
div#bottomnav li:first-child {
	border-left-style: none;
}
div#bottomnav ul {
	margin: 0px 0px 6px;
	padding: 0px;
	float: left;
	width: auto;
	list-style-type: none;
}
div#bottomnav a {
	font-size: 0.85em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div#bottomnav li {
	margin: 0px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	height: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
div#bottomtext {
	width: 944px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #999999;
}
div#bottomtext a {
	color: #0000FF;
	text-decoration: none;
}
div#bottomtext p {
	font-size: 0.7em;
	padding: 0px;
}

/* Misc */

.backtotop {
	font-size: 1.2ex;
	font-weight: bold;
	height: 20px;
	width: 84px;
	padding-left: 875px;
	background-color: #999999;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
}

div#contentbottom {
	width: 750px;
	padding-top: 20px;
	padding-right: 194px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 0.8em;
}

