/* CSS Document */


/* NAVIGATION MENU - NAVIGATION MENU - NAVIGATION MENU - NAVIGATION MENU - NAVIGATION MENU - NAVIGATION MENU - NAVIGATION MENU - NAVIGATION MENU */


/*This Div ID tag is for the container for all elements of the nav bar*/
.navandsocalcontainer{
	margin: 0pt;
	padding: 0pt;
	float: left;
	width:960px;
	background-color: #9081a3;
}


#navcontainer{
	margin: 0pt;
	padding: 0pt;
	float: left;
	background-color: #9081a3;
}


#socialcontainer{
	margin: 0pt;
	padding: 0pt;
	float: right;
	background-color: #9081a3;
}

/*This creates the Nav bar's list type for IE6*/

.ulnavcontainer{
	position:relative;
	left:0px;
	width:720px;
	list-style:none;
	padding:0;
	margin:0;
}


/*This set's the list ofr the Nav bar to display as Block and not as bullets*/
#navcontainer li {
	display: block;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin-left: 0px;
}



/*this class sets the backgrond color, text size, position and color, button size for the Nav bar buttons basic non-selected state */
#navcontainer li a{
	display: block;
	color: #FFF;
	width: auto;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border: 0;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	Height: 30px;
	background-color: #9081a3;
	display: inline;
	height:20px;
	margin-left:0px;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}



/*this class sets the backgrond color, text size, position and color, button size for the Nav bar buttons hover (rollover) state */
#navcontainer li a:hover
{
	display: block;
	color: #ffffff;
	width: auto;
	text-decoration: none;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	Height: 20px;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #746884;
}


/*this class sets the backgrond color, text size, position and color, button size for the Nav bar buttons selected state */
#navcontainer li.selected a 
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	Height: 20px;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	background-color: #210348;
}

