@charset "UTF-8";
/* CSS Document */






ul.cssMenu ul{display:none}  /* Removes all formating */

ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:-1px;top:98%;}
ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;}

ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:2px 2px 2px 2px;					/* Controls position top and left /*
	/*background-color:#F00;     Background Color */
	/*background-repeat:repeat; */
	/*border-color: #111111 #111111 #cccccc;    				Outside board entire box
	border-width:1px;
	border-style:solid;*/
}
ul.cssMenu table {border-collapse:collapse}ul.cssMenu {    /*collapsed the box down around the text */
	display:block;
	zoom:1;
	float: left;
	width: 700px;
}
ul.cssMenu ul{
	width:95.55px;
}


ul.cssMenu li{				/* This made everything very small */
	display:block;
	margin:2px 0px 0px 2px;			/* Controls spacing 2nd element  */
	font-size:0px;
}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {			/* this made everything big again and formated the text and background areas */
	display:block;
	vertical-align:middle;
	/*background-color:#333333;
	border-width:1px;
	border-color:#333333;
	border-style:solid;*/
	text-align:left;
	text-decoration:none;
	padding:2px 20px 2px 10px;									/* controls individual box padding */
	_padding-left:0;
	font:normal 14px Arial, Helvetica, sans-serif;				/* controls the text size and font type */
	color: #000;												/* Font color */
	text-decoration:none;										/* affects stae when not hovered over */
	cursor:default;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {													/* this made all the item horizonatial */
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.cssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span{									/* This affects the hover style*/
	float:none;	padding-right:0;					/* Moves position of 2 tier under first*/
	width:3px;	
	height:100%;
	display:inline-block;
	text-decoration:underline;
	background-color:#cccccc #111111 #111111 #cccccc;	background-image:none;}  	
	
ul.cssMenu ul li.sep span{
	width:100%;
	height:3px;
}
ul.cssMenu li:hover{											/* This bring the 2 tier menu items below the first */
	position:relative;
}
ul.cssMenu li:hover>a{
	/*background-color:#377D9F;
	border-color:#377D9F;
	border-style:solid;*/
	font: normal 14px Arial, Helvetica, sans-serif;			/* This is the font style for the <a> or link hover */
	color: #000;										/* Font color  */
	text-decoration:none;							/* makes all links underlined */
}
ul.cssMenu li a:hover{										/* Same as above   */
	position:relative;
	/*background-color:#377D9F;	
	border-color:#377D9F;
	border-style:solid;*/
	font:normal 14px Arial, Helvetica, sans-serif;
	color: #007de2;										/*Changes the hover font color */
	text-decoration:underline;							/* Sets the active hover text to underlin */
}
ul.cssMenu li.dis a {
	color: #666 !important;
}
ul.cssMenu img {
	border: none;
	float:left;_float:none;
	margin-right:2px;width:16px;
	height:16px;
}
ul.cssMenu ul img {width:16px;
height:16px;
}
ul.cssMenu img.over{display:none}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul{display:block}
ul.cssMenu span{
	display:block;
	background-image:url(file:///Mac%20HD/Users/connerhenry/Sites/Warm_Blue/images/arr_white.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:12px;}
ul.cssMenu li:hover>a>span{	background-image:url(file:///Mac%20HD/Users/connerhenry/Sites/Warm_Blue/images/arrv_white.gif);}
ul.cssMenu a:hover span{	_background-image:url(file:///Mac%20HD/Users/connerhenry/Sites/Warm_Blue/images/arrv_white.gif)}
ul.cssMenu ul span,ul.cssMenu a:hover table span{background-image:url(file:///Mac%20HD/Users/connerhenry/Sites/Warm_Blue/images/arr_white.gif)}

