
#navigation
{
	border-width: 0px 0px  2px 0px;
	border-bottom-style:solid;
	border-bottom-color: #9952A0; 
	font-weight: bold;
	height: 22px;
}

.navStyle
{
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
	color: #737E82;
	margin: 0px 40px 10px 10px;
	width: 600px;
}

.navStyle:after
{
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.navStyle ul
{
	/*border: 1px solid #BBB;*/
	width: 100%; /*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.navStyle ul li
{
	display: inline;
}

.navStyle ul li a
{
	color: #737E82;
	padding: 4px 20px 4px 20px; /*7px;*/
	margin: 0px 10px;
	background-image: url(Images/bggreysquare.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

.navStyle ul li a:hover, .navStyle ul li a.active
{
	/*script dynamically adds a class of "selected" to the current active menu item*/ 
	/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE
	background: #737E82;
	color: #fff;*/
	color:#9952A0;
	background-image: url(Images/bgpinksquare.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}


