/*

   +--------------------------------+
   |  Copyright (c) CricketWorld    |
   +--------------------------------+ 

   File:            tabs.css

   Author:          David Swanwick, Tom Parker

   Creation Date:   26/10/2006

*/

/* Nav
---------------------------------------------------------------*/

#nav {
	width: 163px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 44px;
	padding-left: 0px;
	background-image: url(/assets/img/bit.gif);
	background-repeat: no-repeat;
	background-position: left 25px;
}

#nav ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	color: inherit;
	text-align: left;
}

#nav ul li span {
	float: left;
}

#nav ul li em {
	color: black;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
}

#nav ul li {
	text-align: left;
	display: inline;
	/* avoid MSIE 6 bug */
	margin: 0;
	padding: 0;
}

#nav ul a {
	display: block;
	/* work around MSIE bugs */
	width: 100%;
	cursor: pointer;
}

html > body #nav ul a {
	width: auto;
	/* work around workaround for MSIE bugs... */
}

#nav ul a:link,
#nav ul a:active, 
#nav ul a:visited {
	color: #000080;
	width: 151px;
	padding-left: 11px;
	padding-bottom: 4px;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
}

#nav ul a:hover {
	color: #CC0099;
	text-decoration: underline;
	background-color: #FFFFFF;
}

#nav ul img {
	margin: 0px;
	padding: 10px 0px 0px;
}

#nav ul ul a:link,
#nav ul ul a:active, 
#nav ul ul a:visited {
	color: #990000;
	width: 128px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	background-color: #E6E6E6;
	padding-left: 35px;
}

#nav ul ul a:hover {
	color: #0033FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}

#nav ul ul ul a:link,
#nav ul ul ul a:active, 
#nav ul ul ul a:visited {
	color: #000000;
	width: 118px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	background-color: #E6E6E6;
	padding-right: 10px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	border-left-style: none;
	overflow: hidden;
}

#nav ul ul ul a:hover {
	color: #0000FF;
	text-decoration: underline;
	background-color: #EFEFEF;
}

/* Nav Selected
---------------------------------------------------------------*/

.selected {
	background-color: #dedede;
	background-image: url(/assets/img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Top Navigation
---------------------------------------------------------------*/

#nav2 {
	width: 82.5em;
	background-color: #000099;
	background-image: url(/assets/img/button1.gif);
}

#nav2 ul {
	padding: 0px;
	margin: 0px;
}

#nav2 li {
	float: left;
	list-style: none;
}

#nav2 li a:link, #nav2 li a:visited, #nav2 li a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px;
	text-align: center;
	width: 79px;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	background-color: #000099;
	background-image: url(/assets/img/button1.gif);
}

#nav2 li a:hover {
	text-decoration: underline;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(/assets/img/button2.gif);
}

/* Nav
---------------------------------------------------------------*/

#nav3 {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#nav3 ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	color: inherit;
	text-align: left;
}

#nav3 ul li span {
	float: left;
}

#nav3 ul li em {
	color: black;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
}

#nav3 ul li {
	text-align: left;
	display: inline;
	/* avoid MSIE 6 bug */
	margin: 0;
	padding: 0;
}

#nav3 ul a {
	display: block;
	/* work around MSIE bugs */
	width: 100%;
	cursor: pointer;
}

html > body #nav3 ul a {
	width: auto;
	/* work around workaround for MSIE bugs... */
}

#nav3 ul a:link,
#nav3 ul a:active, 
#nav3 ul a:visited {
	color: #000066;
	width: 185px;
	padding-left: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 8px;
	border: 1px solid #9595FF;
	background-color: #DDDDFF;
	background-image: url(/assets/img/back51.gif);
	background-repeat: repeat-y;
}

#nav3 ul a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000066;
	background-image: none;
}

#nav3 ul img {
	margin: 0px;
	padding: 10px 0px 0px;
}

