/*----------------------------------
CARYLPHILLIPS.COM
Content Navigation Style Sheet
http://www.carylphillips.com
Copyright 2009, All rights reserved.

Version: March 2009

Author: Michael Borum, etherweave
http://www.etherweave.com
----------------------------------*/

/* COMMON STYLING */

.menu {
	width: 800px;
	height: 24px; 
	position: relative;
	margin: 0; 
	padding: 0;
	z-index: 100;
	}
	
.menu ul {
	float: right;
	margin: 0;
	padding: 0; 
	list-style: none; 
	}

.menu ul li a, .menu ul li a:visited {
	color: #069;
	display: block; 
	text-decoration: none; 
	width: auto; 
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 4px 0;
	overflow: hidden;
	}
	
/* FOR IE 6 ONLY */
*html .menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	}
/* END */
	
.menu ul li {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
.menu ul li ul {
	display: none;
	}

/* SPECIFIC TO NON-IE6 BROWSERS */
	
.menu ul li:hover a {
	color: #c60;
	}
	
.menu ul li:hover ul {
	width: 125px;
	display: block;
	position: absolute; top: 20px; left: 0;
	font-size: 11px;
	font-weight: normal;
	}
	
.menu ul li:hover ul li a.hide { 
	color: #fff;
	}
	
/*.menu ul li:hover ul li:hover a.hide {
	color: #f00;
	}*/
	
.menu ul li:hover ul li ul {
	display: none;
	}
	
.menu ul li:hover ul li a {
	width: 125px;
	height: 20px;
	display: block; 
	background: #fff;
	text-align: left;
	line-height: 20px;
	padding: 3px 0 0 3px;
	margin: 0;
	}
	
.menu ul li:hover ul li a:hover {
	color: #c60;
	text-decoration: underline;
	}
	
/*.menu ul li:hover ul li:hover ul {
	display: block; 
	position: absolute; left: 75px; top:0;
	}*/
	
/*.menu ul li:hover ul li:hover ul.left {
	left:-105px;
	}*/
