/* Start of CMSMS style sheet 'Navigation: Cosmic Blast' */
/*
	Navigation: Cosmic Blast
	Author: Barry Deeney
	Date: February 6, 2009

	Root = Horizontal
	Secondary = Vertical
*/
div#nav {
	height:33px;
	width:100%;
	background:#000000 url(images/nav-background.jpg) repeat-x center center;
}
ul#nav-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 33px;
}

ul#nav-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 33px;
}

ul#nav-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
}

ul#nav-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#nav-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

ul#nav-h li {
	background: #000000 url(images/nav-rightedge.gif) repeat right top;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	list-style: none;
	float: left;
}


/* Root Menu */
ul#nav-h a {
  border: none;
  padding: 0px 15px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #000000 url(images/nav-background.jpg) repeat-x center center;
  color: #dfe0e0;
  width:104px;
  font-size:12px;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight:bold;
  line-height:33px;
  text-decoration: none;
  text-transform: uppercase;
  height: 33px;
}

/* Root Menu Hover Persistence */
ul#nav-h a:hover,
ul#nav-h li:hover a,
ul#nav-h li.iehover a {
  background: #000000 url(images/nav-hover.jpg) repeat-x center center;
  color: #dfe0e0;
}

/* 2nd Menu */
ul#nav-h li:hover li a,
ul#nav-h li.iehover li a {
  float: none;
  background: #000000 url(images/nav-background.jpg) repeat-x center center;
  color: #dfe0e0;
  width:160px;
}

/* 2nd Menu Hover Persistence */
ul#nav-h li:hover li a:hover,
ul#nav-h li:hover li:hover a,
ul#nav-h li.iehover li a:hover,
ul#nav-h li.iehover li.iehover a {
  background: #000000 url(images/nav-hover.jpg) repeat-x center center;
  color: #dfe0e0;
}

/* 3rd Menu */
ul#nav-h li:hover li:hover li a,
ul#nav-h li.iehover li.iehover li a {
  background: #000000 url(images/nav-background.jpg) repeat-x center center;
  color: #dfe0e0;
}

/* 3rd Menu Hover Persistence */
ul#nav-h li:hover li:hover li a:hover,
ul#nav-h li:hover li:hover li:hover a,
ul#nav-h li.iehover li.iehover li a:hover,
ul#nav-h li.iehover li.iehover li.iehover a {
  background: #000000 url(images/nav-hover.jpg) repeat-x center center;
  color: #dfe0e0;
}

/* 4th Menu */
ul#nav-h li:hover li:hover li:hover li a,
ul#nav-h li.iehover li.iehover li.iehover li a {
  background: #000000 url(images/nav-background.jpg) repeat-x center center;
  color: #dfe0e0;
}

/* 4th Menu Hover */
ul#nav-h li:hover li:hover li:hover li a:hover,
ul#nav-h li.iehover li.iehover li.iehover li a:hover {
  background: #000000 url(images/nav-hover.jpg) repeat-x center center;
  color: #dfe0e0;
}

ul#nav-h ul ul,
ul#nav-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav-h li:hover ul ul,
ul#nav-h li:hover ul ul ul,
ul#nav-h li.iehover ul ul,
ul#nav-h li.iehover ul ul ul {
  display: none;
}

ul#nav-h li:hover ul,
ul#nav-h ul li:hover ul,
ul#nav-h ul ul li:hover ul,
ul#nav-h li.iehover ul,
ul#nav-h ul li.iehover ul,
ul#nav-h ul ul li.iehover ul {
  display: block;
}

ul#nav-h li.last {
	background: none;
	padding-right: 0px;
}

ul#nav-h li a.rss {
	background: #000 url(images/rss-back.jpg) right top no-repeat;
	width:104px;
}
				
ul#nav-h li a.rss:hover {
	background: #000 url(images/rss-hover.jpg) right top no-repeat;
}


.rss-icon {
	position: absolute;
	top: 0.5em;
	right: 1em;
	}

/* End of 'Navigation: Cosmic Blast' */

