@charset "UTF-8";
/* CSS Document */
.nav_float{
	float:left;
}

.nav_float_right{ float:right; }

.navclearfloat{
	clear:both;
}

.nav_horz_space{
	width:20px;
}

.nav_horz_space_reg{
	width:40px;
}

.arrowmouse{
	cursor:default;
}

.nav_image_text{ 
text-decoration:none;
	color:#6CC;
	background:url(../images/layout/tabblue.png) no-repeat;
}
.nav_image_text_admin{
	text-decoration:none;
	color:#6CC;
	background:url(../images/layout/tabblueadmin.png) no-repeat;
}

.nav_image_text_admin:hover{
	text-decoration:none;
	color:#000;
	background:url(../images/layout/rolloveradmin.png) no-repeat;
}
.nav_image_text_current_admin{
	text-decoration:none;
	color:#000;
	background:url(../images/layout/tabredadmin.png) no-repeat;
}


.nav_image_text:hover{
	text-decoration:none;
	color:#000;
	background:url(../images/layout/rollover.png) no-repeat;
}
.nav_image_text_current{
	text-decoration:none;
	color:#000;
	background:url(../images/layout/tabred.png) no-repeat;
}
.nav_image_text, .nav_image_text_current{margin-top:4px;  height:44px; }
.nav_text, .nav-text-current{
	text-align:left;
	padding-top:12px;
	padding-left:52px;
	text-decoration:none;
	font-size:18px;
}
.nav_float a{
	text-decoration:none;
}

.catagories_select select {

   background: transparent;
   width: 108px;
   padding-left:2px;
   font-size: 16px;
}
.drop_icon{
	top:0;
	right:0;
	z-index:2;
	margin-top:-24px;
	margin-left:90px;
}

.catagories_select {

	z-index:4;
	margin-top:2px;
	margin-left:6px;
   width: 110px;
   height:50px;
   overflow: hidden;
   margin-right:40px;
}

.nav_catagories_text{
	text-align:right;
	padding-top:16px;
	font-size:14px;
	text-decoration:none;
	color:#666;
}
.nav_small{
	
	font-size:10px;
	text-decoration:none;
	color:#666;
}