/**
 *	Spirit Concurrent Versioning
 *	~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *	Copyright 		: Isotope Communications 2006
 *	Version 		: 0.1 alpha
 * 	Author  		: Jim Morrsion
 *
 */


 

/* POSITIONING STYLES
------------------------------------------------*/

body { 
	behavior			:	url("/r/css/csshover_optimised.htc"); 
}

.e-cv-nav {
	position			: absolute;
	top					: 0;
	left				: 0;	
	z-index				: 9999;	
	height				: 	1.8em;
}


/* TOP LEVEL */

ul.cv-navigation {
	padding				: 	0 !important;
	margin				: 	10px !important;
	list-style			:	none !important;
}

ul.cv-navigation li {
	position			: relative;
	/*width				: 	13em;*/
	float				: 	left;
	line-height 		:	1.8em;
	list-style			: 	none;
	background			:  #444444;
	border				: 1px solid #FF934B;
}

ul.cv-navigation li a:link,
ul.cv-navigation li a:visited {
	height				: 	auto;
	width				: 	auto;
	display				: 	block;
	text-decoration		: 	none;
	text-align			: 	center;
	padding				:	0 2em;
	color				:  #fff;
}


/* SUB LEVEL */

ul.cv-navigation ul {
	display				:	block;
	/*visibility			: 	hidden;*/
	/*display				: 	none;*/
	position			:	absolute;
	top					:	auto;
	left				: 	-1px;
	margin				: 	1px 0 0 0;
	padding				:	0; /* possibly remove the 1px (i put here to remove 1px overlap over dropdown on primary level */
	width				: 	200px;
	z-index				: 	9999;
	border: 1px solid #333;
}


ul.cv-navigation ul li {
	float				: 	none ; /* don't remove this */
	margin				: 	0;
	white-space			:	nowrap;	
	border				: 	0;
}

ul.cv-navigation ul li a:link,
ul.cv-navigation ul li a:visited {
	width				: auto;
	height				: 1%;
	margin				: 	0;
	font-size			: 	1em;
	font-weight			: 	normal;
	border				:	0;
	border-bottom		:	1px solid #333;
	text-align			: 	left;

}

ul.cv-navigation ul li a:hover,
ul.cv-navigation ul li a:focus {
	background: #343434;
	color: #FF934B;
}


/* DROP DOWN ACTIVATION */

ul.cv-navigation li:hover ul,
ul.cv-navigation li:focus ul,
ul.cv-navigation li:active ul {
	visibility			: 	visible;
	display				: 	block;
	z-index				: 	9999;
	cursor				: 	pointer;
}

ul.cv-navigation li a:hover ul,
ul.cv-navigation li a:focus ul {
	display				:   block;
	cursor				: 	pointer;
	z-index				: 	500;
}

 
/* 
 
 
body { 
	behavior			:	url("/r/css/csshover_optimised.htc"); 
}

.vrx_core {
	cursor : pointer;
}

.vrx_marker {
	color : #FFFFFF;
	background-color : #444444;
	border : 2px solid #FF934B;
	padding : 2px;
	position : absolute;
	top: 5px;
	left: 5px;
	cursor : pointer;
	z-index : 11;
	font-weight : bold;
}

.vrx_shadow {
	background-color : #444444;
	border : 2px solid #444444;
	padding : 2px;
	position : absolute;
	top: 8px; 
	left: 8px;
	z-index : 10;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	font-weight : bold;
}

.vrx_list {
	position : absolute;
	top: 27px; left: 5px;
	z-index : 10;
	border : 2px solid #FF934B;
	text-align : left;
}

.vrx_li {
	padding : 2px;
	background-color : #666666;
	width : 150px;;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
}

.vrx_hi {
	padding : 2px;
	display : block;
	background-color : #888888;
	color : #FFFFFF;
	font-weight : bold;
}

.vrx-change h2 {
	background-color : #ffcccc;
}
.vrx-change #content-block {
	background-color : #ffcccc;
	display			 : block;
}


*/