/* drop-1 */

/* dropdown-navigation */

span.drop-1 {
	position: relative;
	cursor: pointer;
	margin: 0px;
	height: 25px;
	/*width: 186px;*/
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5B5;
	z-index: 1000;
	float: left;
}

span.drop-1 span.drop-1-1 {
  	display: none;        
}

/* block */ 

span.drop-1:hover span.drop-1-1 {
	display: block;
	position: absolute;
	min-width: 200px;
	background-color: #FFFFFF;
	left: -1px;
	top: 25px;
	
}

/* row */

span.drop-1 span.drop-1-1 a.drop-1-1-1 {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	border-right-color: #B5B5B5;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #B5B5B5;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	white-space: nowrap;
	
}

span.drop-1 span.drop-1-1 a.drop-1-1-1:hover {
	background-color: #EEEEEE;
}

/* drop-2 */

/* dropdown-navigation */

span.drop-2 {
	position: relative;
	cursor: pointer;
	margin: 0px;
	height: 25px;
	width: 252px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 29px;
	background-image: url(../elements/box/menu-bg-orange.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B5B5B5;
	z-index: 1000;
	float: left;
}

span.drop-2 span.drop-2-2 {
  	display: none;        
}

/* block */ 

span.drop-2:hover span.drop-2-2 {
	display: block;
	position: absolute;
	width: 298px;
	background-color: #FFA800;
	left: -1px;
	top: 25px;
}

/* row */

span.drop-2 span.drop-2-2 a.drop-2-2-2 {
	display: block;
	padding-right: 15px;
	padding-left: 29px;
	border-right-color: #B5B5B5;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #B5B5B5;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	
}

/*
span.drop-2 span.drop-2-2 a.drop-2-2-2:hover {
	background-color: #FFA800;
}
*/


/* navigation styles and buttons  */


#left-fix {
	float: left;
}

#right-fix {
	float: right;
}

.nav {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #002355;
	letter-spacing: 1px;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px solid #000000;
}

.nav a:link {
	color: #002355;
	text-decoration: none;
}

.nav a:active {
	color: #002355;
	text-decoration: none;
}

.nav a:visited {
	color: #002355;
	text-decoration: none;
}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #EF9700;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

.highlight a:link {
	color: #EF9700;
	text-decoration: none;
}

.highlight a:active {
	color: #EF9700;
	text-decoration: none;
}

.highlight a:visited {
	color: #EF9700;
	text-decoration: none;
}

.drop-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #002355;
	letter-spacing: 2px;
	line-height: 25px;
}

.drop-left a:link {
	color: #002355;
	text-decoration: none;
}

.drop-left a:active {
	color: #002355;
	text-decoration: none;
}

.drop-left a:visited {
	color: #002355;
	text-decoration: none;
}

.drop-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 25px;
}

.drop-right a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.drop-right a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.drop-right a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.row-nav {
	border: 0px solid #000000;
	margin-right: 40px;
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.row-nav-bottom {
	border: 0px solid #000000;
	margin-right: 40px;
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* this creates and places all in-site navigation buttons */

.nav-button {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #002355;
	background-image: url(../elements/box/nav-bg-white.gif);
	background-repeat: repeat-x;
    border: 1px solid #B5B5B5;
    float: left;  
    height: 22px; 
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 22px;
	letter-spacing: 1px;
	
}
.nav-page-button {
	float: left;
	margin-top: 0px;
	line-height: 22px;
}

.nav-arrow {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;	
}

.nav-arrow-edge {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

.nav-page {
	border: 1px solid #000000;
	float: left;
	margin: 0px;
	padding: 0px;
}

.page {
	border: 0px solid #000000;
	float: left;
	height:26px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.page-bottom {
	border: 0px solid #000000;
	float: left;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.price-sort {
	padding: 0px;
	float: right;
	margin: 0px;
}

.row-nav-text{
	vertical-align: middle;
}