/*
#######################################
NAVIGATION
#######################################
*/
div#navigationWrapper{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
div#navigation{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 958px;
	background-color: #F9F9F9;
	border-top: solid 1px #D1D1D1;
	border-bottom: solid 1px #D1D1D1;
	border-left: solid 1px #D1D1D1;
	border-right: solid 1px #D1D1D1;
	border-radius-top-left: 0px; /* CSS3 */
	-webkit-border-top-left-radius: 0px; /* Safari,Google Chrome */
	-moz-border-radius-topleft: 0px; /* Firefox */
	border-radius-top-right: 0px; /* CSS3 */
	-webkit-border-top-right-radius: 0px; /* Safari,Google Chrome */
	-moz-border-radius-topright: 0px; /* Firefox */
	border-radius-bottom-left: 5px; /* CSS3 */
	-webkit-border-bottom-left-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-bottomleft: 5px; /* Firefox */
	border-radius-bottom-right: 5px; /* CSS3 */
	-webkit-border-bottom-right-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-bottomright: 5px; /* Firefox */
	}
/*
#######################################
LEVEL ONE
#######################################
*/
.dropdown{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style: none;

	border-left: solid 1px #D1D1D1;
	}
ul.dropdown{ 
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style:  none;
	position: relative;
	z-index: 100;
	line-height: 12px;
	}
ul.dropdown li{
	float: left;
	zoom: 1;
	}
ul.dropdown li a{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	display: block;
	font-size: 22px;
	text-decoration: none;
	color: #0A0A0A;
	border-right: solid 1px #D1D1D1;
	background-color: #FFFFFF;
	}
/* Doesn't work in IE  */ul.dropdown li.hover a{
	color: #5C5C5C;
	}
ul.dropdown li.hover, ul.dropdown li:hover{ 
	position: relative;
	}
li#home a{
	background-color: #F9F9F9!important;
	color: #333333!important;
	}
li#home a:hover{
	color: #5C5C5C!important;
	}
/*
#######################################
LEVEL TWO
#######################################
*/
ul.dropdown ul{
	list-style: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 300px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	position: absolute;
	font-size: 18px;
	color: black;
	background-color: white;
	}
ul.dropdown ul li{
	float: none;
	}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-right: none;
	display: inline-block;
	display: block;
	background-color: transparent!important;
	background-image: url(../images/base_01.png)!important;
	background-position: center center;
	background-repeat: repeat;
	border-bottom: 1px solid #333333;
	color: black;
	text-transform: uppercase;
	line-height: 20px;
	}
ul.dropdown ul li a:hover{
	background-color: #000000;
	color: #ff69b4;
	}
/*
#######################################
LEVEL THREE
#######################################
*/
ul.dropdown ul ul{ 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style: none;
	background-image: url(../images/arrow_arrow.png)!important;
	background-position: -2px -3px;
	background-repeat: no-repeat;
	left: 200px;
	top: 0;
	}
ul.dropdown ul ul li{ 
	background-position: left top;
	background-repeat: repeat;
	}
ul.dropdown li:hover > ul{
	visibility: visible;
	}
*:first-child+html ul.dropdown ul li{
	display: inline;
	width: 100%;
	}

/*
#######################################
Breadcrumbs
#######################################
*/
div#breadcrumbsWrapper{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
div#breadcrumbs{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #353535;
	text-shadow: #D6D6D6 1px 1px 1px;
	}
div#breadcrumbs ul{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	}
div#breadcrumbs li{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	list-style: none;
}
div#breadcrumbs a{
	color: #353535;
	text-decoration: none;
	}
div#breadcrumbs a:hover{
	color: #6C6C6C;
	text-decoration: none;
	}
/*
#######################################
PAGINATION
#######################################
*/
#pagination{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	text-align: center;
	}
#pagination span, #pagination a{
	margin: 3px 3px 3px 0;
	padding: 6px 9px 5px 9px;
	border-radius-top-left: 5px; /* CSS3 */
	-webkit-border-top-left-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-topleft: 5px; /* Firefox */
	border-radius-top-right: 5px; /* CSS3 */
	-webkit-border-top-right-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-topright: 5px; /* Firefox */
	border-radius-bottom-left: 5px; /* CSS3 */
	-webkit-border-bottom-left-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-bottomleft: 5px; /* Firefox */
	border-radius-bottom-right: 5px; /* CSS3 */
	-webkit-border-bottom-right-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-bottomright: 5px; /* Firefox */
	background-color: #0A0A0A;
	border: 1px solid #0A0A0A;
	color: #EEEEEE;
	font-size: 12px;
	}
#pagination a{
	color: #EEEEEE;
	text-decoration: none;
	}
#pagination a:hover{
	color: #EEEEEE;
	text-decoration: underline;
	}
#pagination .current{
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	}