@charset "UTF-8";
/* ======================================================================== */
/* This stylesheet holds all defenitions for the Main Nav				    */
/* The Main nav holds the website and blog picker				            */
/* As well as links to all social networks that IHSIM is part of            */
/* ======================================================================== */
/* ----------------------------------------------------
   Main Containers
   ---------------------------------------------------- */
 .master-nav
 	{
 	width: 580px;
 	height: 52px;
 	padding-top: 23px;
 	float: left;
 	position: relative;
 	}
.master-nav ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
/* ----------------------------------------------------
   Ul and Ll General formating
   ---------------------------------------------------- */
#navMenu
	{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
	}
#navMenu li
	{
	float: left;
	display: inline;
	}
#navMenu li.navWeb
	{
	float: left;
	display: inline;
	background: url("../images/master-nav/web.jpg");
	width:203px;
	height:33px;
	}
/* ----------------------------------------------------
   Blog Togle | Uses a sprite for the rollover
   ---------------------------------------------------- */
a.navBlog
	{
	display:block;
	float:left;
	width:173px;
	height:33px;
	background: url("../images/master-nav/blog.jpg");
	background-repeat:no-repeat;
	}
a.navBlog:hover
	{
	background: url("../images/master-nav/blog.jpg") 0 33px;
	}
/* ----------------------------------------------------
   Youtube | Uses the general social networking sprite
   ---------------------------------------------------- */
a.navYoutube
	{
	display:block;
	float:left;
	width:40px;
	height:33px;
	background: url("../images/master-nav/socialmedia.jpg");
	background-repeat:no-repeat;
	}
a.navYoutube:hover
	{
	background: url("../images/master-nav/socialmedia.jpg") 0 33px;
	}
/* ----------------------------------------------------
   Twitter | Uses the general social networking sprite
   ---------------------------------------------------- */
a.navTwitter
	{
	display:block;
	float:left;
	width:40px;
	height:33px;
	background: url("../images/master-nav/socialmedia.jpg") -40px 0px;
	background-repeat:no-repeat;
	}
a.navTwitter:hover
	{
	background: url("../images/master-nav/socialmedia.jpg") -40px 33px;
	}
/* ----------------------------------------------------
   Myspace | Uses the general social networking sprite
   ---------------------------------------------------- */
a.navMyspace
	{
	display:block;
	float:left;
	width:40px;
	height:33px;
	background: url("../images/master-nav/socialmedia.jpg") -80px 0px;
	background-repeat:no-repeat;
	}
a.navMyspace:hover
	{
	background: url("../images/master-nav/socialmedia.jpg") -80px 33px;
	}
/* ----------------------------------------------------
   Facebook | Uses the general social networking sprite
   ---------------------------------------------------- */
a.navFacebook
	{
	display:block;
	float:left;
	width:40px;
	height:33px;
	background: url("../images/master-nav/socialmedia.jpg") -120px 0px;
	background-repeat:no-repeat;
	}
a.navFacebook:hover
	{
	background: url("../images/master-nav/socialmedia.jpg") -120px 33px;
	}
/* ----------------------------------------------------
   RSS | Uses the general social networking sprite
   ---------------------------------------------------- */
a.navRss
	{
	display:block;
	float:left;
	width:40px;
	height:33px;
	background: url("../images/master-nav/socialmedia.jpg") -160px 0px;
	background-repeat:no-repeat;
	}
a.navRss:hover
	{
	background: url("../images/master-nav/socialmedia.jpg") -160px 33px;
	}
