/* border: thin solid rgb(250,0,255); */ 

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	margin-left:5px;
	padding: 0;
	cursor: default;
	list-style-type: none;
	text-align:left;

}

ul.nav{
	/*width: 20ex;*/
/*Optional, to make the navigation bar positions on the left of the content*/
	/*float: left;*/
	margin-right: 1em;

}

ul.nav>li{
	margin: 0;
	padding-top: 2px;
	padding-right: 6px;
	font-weight: bold;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	/*width: 20ex;*/
	left: 21ex;
	margin-top: -1.4em;
	margin-left: 9px;


}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding-top: 2px;
	padding-right: 10px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	/*background-color: #fff;*/
	color: #fff;
	font-size:100%;	
	text-shadow: 2px 2px 2px #555;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #551A8B;
	color: #58A926;
	text-shadow: 2px 2px 2px #555;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
	text-shadow: 2px 2px 2px #555;
}

ul.nav{
	/*border: 4px solid #58A926;*/
}

ul.nav ul{
	/*border: 1px solid #740A73;*/
	/*background-image: url('../images/leftNav/navpopout.png');*/
	/*width:300px;*/
	/*height:100px;*/
	color:#000;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	background-color:#551A8B;
	font-size:100%;	
}

.nav a{
	text-decoration: none;
}

div.rc-container {
	/*position:absolute;*/
	left:0px;
	float:left;
	width:200px;
	margin-left:5px;
	background-color: #FFFFFF;
	color:  #ffffff;
}

div.rc-1, div.rc-2,
div.rc-3, div.rc-4 {
	color: #FFFFFF;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

div.green
{
	background-color: #58A926;
}

div.gray
{
	background-color: #BFBFBF;
}

div.rc-1 {
  margin: 0 5px;
}

div.rc-2 {
  margin: 0 3px;
}

div.rc-3 {
  margin: 0 2px;
}

div.rc-4 {
  margin: 0 1px;
  height: 2px;
}

#nav-rc-content
{
	background-color: #58A926;	
}

#leftBox-rc-content
{
	color:#000000;
	background-color: #BFBFBF;
	/*font-weight:bold;*/
	text-align:left;
	padding-left: 5px;
	padding-right:5px;
}

.nav-expand
{
	background-color: transparent;
	background-image: url("../images/leftNav/drop_wh.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;

}

.rc-container a:link 
{
	/* unvisited link */
	color:#fff;
	font-weight: bold;
	font-size:100%;	
} 
.rc-container a:visited 
{
	/* visited link */
	color:#fff;
	font-weight: bold;
	font-size:100%;	
} 
.rc-container a:hover 
{
	/* mouse over link */
	color:#fff;
	font-weight: bold;
	font-size:100%;	
	text-decoration: underline;
} 
.rc-container a:active 
{
	/* selected link */
	color:#fff;
	font-weight: bold;
	font-size:100%;	
}

.nav-expand  li
{
	font-size: 80%;
}

.nav-expand a:hover
{
	/* mouse over link */
	color:#fff;
	font-weight: bold;
	font-size:100%;	
	text-decoration: underline;
}

